Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
解決済み

Subtotal rows

dottman
メテオール

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件の返信3
alexnajm
17 - Castor
17 - Castor

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
17 - Castor
17 - Castor

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
メテオール

Static will work - appreciate the help.

ラベル