Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Subtotal rows

dottman
7 - Meteor

Hello - wondering if somebody could help create a column on the far right that subtotals the values to the left? Would appreciate it!

 

Capture.PNG

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

If you want it to be dynamic, I put do a Transpose (Key Column = Size, Data fields = everything else) followed by a CrossTab (Group By Size, Change Column Headers to Name, Values to Value, and Aggregation as Sum AND Total Column.

alexnajm
18 - Pollux
18 - Pollux

If you want it to be static, a Formula tool would work to create a column that is simply the column of all of the columns you need.

dottman
7 - Meteor

Static will work - appreciate the help.

Labels
Top Solution Authors