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.

How do I add a row total at the bottom of a column

Khristian_Evans
8 - Asteroid

Add a row count total at the bottom of a column 

7 REPLIES 7
binuacs
21 - Polaris

@Khristian_Evans one way of doing this with the summarise tool

image.png

Khristian_Evans
8 - Asteroid

That helped! Could you assist me with getting the "Count" underneath the "Account Num" Column 

also getting the Sum of Payment Amount total (432900.76) underneath the "Payment Amount Column" 

 
 

 

KGT
13 - Pulsar

Split it off using a select to deselect everything else and rename the [Count] field. Then Union that on.

Khristian_Evans
8 - Asteroid

Thanks that worked!! Do you know if there is anyway to include the column headings in the count? 

 

binuacs
21 - Polaris

@Khristian_Evans /Keep the same name in the summarise tool of the fields you are taking sum and count, then if you union it will come under the same field

image.png

Khristian_Evans
8 - Asteroid

Thanks, I did that but it does not include the column heading in the total count, do you know how to fix this?

KGT
13 - Pulsar

You mean that you want the column headings to be counted in the row count? 

 

Just add 1 to the count.

Labels
Top Solution Authors