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

Row and column totals in one table

Saravanan13
8 - Asteroid

Hello,

 

I am looking get row total and column total in the same table. Can anyone assist on this.

 

Input

 

Employee NameType1Type2Type3Type4Type5Type6
A702411
B302221
C403131
D322020
E200240

 

Output

 

Employee NameType1Type2Type3Type4Type5Type6Total
A70241115
B30222110
C40313112
D3220209
E2002408
Total19299123 

 

3 REPLIES 3
dwstada
11 - Bolide

here is a crude workflow for that

 

row and column totals in one table.PNG

if your column count can change, then the row total formula needs to be changed to something more dynamic ;)

MilindG
12 - Quasar

@Saravanan13  one way to do this

grazitti_sapna
17 - Castor

Hi @Saravanan13 
Attached workflow helps to get solution of it . Kindly Check
Thanks

Sapna Gupta
Labels
Top Solution Authors