Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Output file with Multiple Condition & format

vivek1993
6 - Meteoroid

Team,

 

I have a input file with details of students scoring marks in various subject & in different class. 

 

vivek1993_0-1602092772896.png

 

I want to create an output file as per the below format where by just submitting student name, marks scored in various subject & class should be updated. Please note that data volume is large & I would like to create output  as per below format also (I.e. Marks as per subject wise)

vivek1993_2-1602093898634.png

 

 Please help me with the workflow for below format & also formula for updating marks for various students as per Subject & class wise.

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @vivek1993 ,

 

Just a pointer merge is not possible be outputted by Alteryx

atcodedog05
22 - Nova
22 - Nova

Hi @vivek1993 ,

 

Here is a workflow for the task.

 

Input: file given by you

Output:

atcodedog05_0-1602094495691.png

Workflow:

atcodedog05_1-1602094532652.png

 

Hope this helps 🙂

 

If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

atcodedog05
22 - Nova
22 - Nova

Hi @vivek1993 

 

Here is another format.

atcodedog05_0-1602095007060.png

Hope this helps 🙂

vivek1993
6 - Meteoroid

Hi, I would like to apply a formula to obtain marks as per subject & class wise for each student respectively so that results can be updated for any student just my entering the name. E.g. :-

 

vivek1993_0-1602097420225.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @vivek1993 

 

Alteryx cannot output excel which had embedded formulas in them.

 

But a option is you can create an alteryx app where you can give name and subject to get the marks.

Labels
Top Solution Authors