We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Need to calculate the total and combine the two tables

Lakshmikanth_2021
8 - Asteroid

Need to calculate the total of three tables and also consolidated table. 

 

Once calculated total, need to convert in to PDF by add white spaces between columns.

 

Attached is the input and expected output files. 

1 REPLY 1
martinding
13 - Pulsar

Hi @Lakshmikanth_2021 ,

 

I have done an example for the Boys, the formatting is not exactly the same as the example you provided, but it is fairly close.

 

For the Girls, you would just repeat the same steps. To get the consolidated scores, you can simply just grab the last row from each table for boy/girl respectively and add them together (you can use a multirows formula tool for example).

 

Please see my attached workflow for more details.

 

Hopefully this is helpful to you, and please like if it is.

 

Example output.png

test workflow png.png

Labels
Top Solution Authors