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.

Total row is missing

shahnawaz_khan
8 - Asteroid

Hi

 

How to bring total row as below and how to remove Sum_



Input

NameSum_OfflineSum_OnlineTotal
 112
daf112
abcd112
xyd112
wer112
 5510

 

 

Output   
NameOfflineOnlineTotal
 112
daf112
abcd112
xyd112
wer112
Total5510

 

 

7 REPLIES 7
binuacs
21 - Polaris

@shahnawaz_khan using dynamic rename tool

image.png

shahnawaz_khan
8 - Asteroid

Row total is still "null" can you please share the exact workflow.

 

 

 
 

Screenshot 2025-02-14 174633.png

 

 

binuacs
21 - Polaris

@shahnawaz_khan it is the same workflow i shared, if you have null values at the Total add a formula tool and change it to Total

image.png

flying008
15 - Aurora

Hi, @shahnawaz_khan 

 

FYI.

录制_2025_02_17_10_15_48_127.gif

 

Input   Output   
NameCountStatus NameOfflineOnlineTotal
abcd2Offline  112
abcd1Online abcd112
xyd2Offline daf112
xyd2Online wer112
daf3Online xyd112
 3Online Total5510
 1Offline     
daf1Offline     
wer1Online     
wer2Offline     

 

 

 

 

shahnawaz_khan
8 - Asteroid

Hi 

 

Record 1 is showing Cell Value as "Total" and Record 6 is also showing Cell Value as "Total" in the screen shot which you shared.

binuacs
21 - Polaris

try now

image.png

shahnawaz_khan
8 - Asteroid

 

hi, 

 

After adjusting the Total row in descending order, this logic getting failed.

 

 

RecordIDNameOfflineOnlineTotal
1 5510
2Total112
3daf112
4abcd112
5xyd112
6wer112
Labels
Top Solution Authors