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

Subtotal, Grand total & create manual input fields

joeltran
6 - Meteoroid

Hi Everyone, 

 

As I am still learning this new tool. Could you please help me how to perform this in Alteryx please? I currently have it done in excel but I couldnt convert it to Alteryx.

 

This is my current data output file.

 

NSWNSW1        10.00
NSWNSW2        20.00
NSWNSW3        30.00
NSWNSW4        40.00
QLDQLD1        50.00
QLDQLD2        60.00
QLDQLD3        70.00

 

But I would like to add sub total, grand total and some manual input number in to this output file and create a similar table like this one that I have in Excel.

 

I tried the sumarize tool but I would like to keep the column Cost Centre on the table.

 

if I need to add manual input fields in 3 columns like below, How do I add that to output file please?

Thanks so much in advance! 

 

StateCost CentreAmount 1Manual Input 1Amount 1 + Input 1Manual Input 2Manual Input 3New AmountRatePayable Amount
NSWNSW1        10.00              10.00     
 NSW2        20.00              20.00     
 NSW3        30.00              30.00     
 NSW4        40.00              40.00     
 NSW5            50.00             50.00     
NSW Total      100.00           50.00           150.00         200.00          (50.00)           300.005%           15
          
QLDQLD1        50.00              50.00     
 QLD2        60.00              60.00     
 QLD3        70.00              70.00     
QLD Total      180.00                  -             180.00         100.00          (50.00)           230.004%           9.2
          
Grand Total      280.00           50.00           330.00         300.00        (100.00)           530.00               24.20
4 REPLIES 4
aatalai
15 - Aurora

@joeltran  this could be a good starting point 

joeltran
6 - Meteoroid

Thank you so much aatalai. I wonder why my Grand Total is on row 2 instead of at the bottom of the table please? I try a few Sort option but still couldnt move it to the bottom. Thanks

aatalai
15 - Aurora

@joeltran can you upload a copy of your workflow and I can take a look

 

joeltran
6 - Meteoroid

I figured out! Thank you so much @aatalai 

Labels
Top Solution Authors