Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jaypadhya
Contributor II
Contributor II

Pivot Table in Qliksense - Color Missing Data or replace Missing data by zero

Hope you are doing great.
 
Would you happen to help me in replacing 'No data' values in Qliksense Pivot Table as
0.
 
These values are " no value" and NOT null so please keep that in mind. (Checking for null and replacing with zero does not work)
 
 
 
 Capture.PNG
 
I just need to replace these Grey cells as 0 instead of a hyphen. I went through every single community discussion but not one is useful.
 
It says join can create records for which there is no data and hence they always are hyphen but I wish to replace them with 0.
 
Please help as it needs urgent attention.
Labels (3)
5 Replies
pradosh_thakur
Master II
Master II

I am not able to see your image.

Have you tried
if(len(trim(expression))>0,expresion,0)
Learning never stops.
jaypadhya
Contributor II
Contributor II
Author

 
jaypadhya
Contributor II
Contributor II
Author

Check the post again - I edit it and sent you the image as well

pradosh_thakur
Master II
Master II

did the len(trim()) worked? else try with alt(expression,0). I will have a look.
Learning never stops.
ShannonColleen
Contributor
Contributor

I have the same issue - neither of those solutions work for me.  This was so easy in Qlikview, to replace both missing and null values with 0 in a pivot table.  Is there really no simple solution in Qlik Sense?