Alteryx Designer Desktop Discussions

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

Alteryx - Data massaging

ilovecoding
8 - Asteroid

Hello,

 

If my Data is like this and i want total of last column (wont mind total of all columns) then what is the way to do it in alteryx?

 

xyz          
EQ           
1/31/2023       
1291722SDSD6682112.6884986473112.6884986473
97916423BHJHJ96070.127747473770.1277474737
69723297CGJGI8068924.289497647424.2894976474
979329DIUGI5985172.744747747172.744747747
70773070EGKG49543.512874401.1343.512874401.13
5 REPLIES 5
ShankerV
17 - Castor

Hi @ilovecoding 

 

One way of doing this to get the total of last column.

 

ShankerV_0-1677933758536.png

 

Many thanks

Shanker V

 

binuacs
20 - Arcturus

@ilovecoding Another option to calculate the column's total was using the transpose and the cross tab tool. The cross tab tool has the options to calculate column total and row total

 

binuacs_1-1677943440470.png

 

 

binuacs_0-1677943335211.png

 

ilovecoding
8 - Asteroid

thanks for response, how did you get Field1 field2 labels? My file doesn't have it and i don't want to write that manually in excel before executing in alteryx

binuacs
20 - Arcturus

@ilovecoding you can connect your excel input file in the given workflow. If your excel file doesn't have any column heading, use the below option in the input tool

 

 

binuacs_0-1678083726774.png

 

 

ilovecoding
8 - Asteroid

My source file format is .csv so when i chose select function i see only 2 options rather than several columns. First row contains field names is already checked

 

ilovecoding_1-1678084463364.png

ilovecoding_2-1678084515816.png

 

Labels