Good Morning,
I am trying to create the below subset within Alteryx but cannot figure out how. I have the 5 header fields complete but I cannot figure out how to add multiple "Grand Total" fields at the bottom of the data set. Please help!
Identifier 1 Tax Amount Identifier 2 Tax Amount 2 Comparison
A 10.00 A -15.00 (-5.00)
B 20.00 B - 20.00 0.00
C 30.00 C - 30.00 0.00
D 40.00 D -40.00 0.00
Grand Total 1 100.00 Grand Total 2 105.00
Solved! Go to Solution.
Hi @NRD,
This could be achieved by summarising and unioning back:
If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.
Regards,
Jonathan
Hi @NRD,
It doesn't look as though you've unioned it back to the original data set?
If this solves your issue please mark the answer as correct, if not let me know!
Regards,
Jonathan
@Jonathan-Sherman I have unioned it back to the data set thats just how it looks. Those fields are now to the right of my live data.
Your grand total columns (i called them "Identifier 1", "Identifier 2", "Tax Amount" and "Tax Amount 2") need to have the same column headers as the column you want the value to sit under.
You're grand total values (and labels) are in different columns because the column headers are not the same.
If this solves your issue please mark the answer as correct, if not let me know!
Regards,
Jonathan
@Jonathan-Sherman @AbhilashR Thank you both!