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.
SOLVED

Total & grand total based on multiple column and do rank based on grand total on a column?

khadijahneddy
6 - Meteoroid

Hi and good day everyone, 

 

Does anyone know how to do total & grand total based on multiple columns ('total outstanding', 'a', 'b', 'a+b') and do rank based on grand total on the 'a+b' column?

 

Input:

khadijahneddy_0-1632881343367.png

Output:

 

khadijahneddy_3-1632881727459.png

 

 

Thank you in advance for your help!

1 REPLY 1
dbmurray
8 - Asteroid

It's a tad unclear what platform you want your output in (in excel? You could do what you need with a pivot table).

 

However you can basically get the data you need by using summarize fields and then joining them all together then creating a rank. 

 

I've got a workflow below using your sample data that will get you all the fields you need. 

 

Screenshot: 

dbmurray_0-1632890744689.png

 

Good luck.

 

PS if this solves your problem, please select it as the chosen solution 🙂 Much appreciated. 

Labels
Top Solution Authors