Start Free Trial

Alteryx Designer Desktop Discussions

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

Row name "Total" is showing as null

shahnawaz_khan
8 - Asteroid

 

Hi all

After creating a summery Row name "Total" is showing as null also column name is appearing as "Sum_" which should be on same column name.

 

Need help to understand how to get this thing corrected.

 

NameSum_OFFLINESum_ONLINETotal
VICKY SINGH 11
Ajay Kumar112
Akshay Wakhare112
Lokesh 22
Arun Singh134
Sandeep Bansode314
 6915
4 REPLIES 4
OTrieger
14 - Magnetar

@shahnawaz_khan 
I'm not sure if I full understand what you would like to achieve, but there are several ways to get Total in the row.
One of them will be with a Formula tool
IF Name = null THEN "Total" ELSE Name ENDIF

alexnajm
18 - Pollux
18 - Pollux

Then on top of this you can use the Dynamic Rename is remove your “Sum_” prefix! 

shahnawaz_khan
8 - Asteroid

 

in this attached workflow there are bank in 2 rows how to tackle this?

 

total should come as total and other blank should come as blank.

 

stageOnlineOffline
a11
b11
c11
 11
b11
a11
f11
k11
 8

8

alexnajm
18 - Pollux
18 - Pollux

Newer versions of Alteryx will fill this automatically - for no, you could Sample the last row, make your correction via a Formula, and Union it back!

Labels
Top Solution Authors