Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
mstoler
Partner - Specialist
Partner - Specialist

change display for missing values in a pivot table

Hello,

I get alot of requests to change the values for missing data (- with grey background) to just display either 0 or a white background.

 

Is there anything new that can address this below?

 

Thank You,

Michael

 

 

mstoler_0-1604595669282.png

 

2 Solutions

Accepted Solutions
tm_burgers
Creator III
Creator III

 

 

@ChristofSchwarz  just posted last month about this exact thing on his YouTube channel

https://youtu.be/9lhL3Nrel5Q

 

You can use the Styling section of the MultiKPI object to hide the grey and the dash!

 

.cell.ng-scope.null-value {background-color:rgba(0,0,255,0); color: rgba(0,0,0,0); font-size:0px;}

View solution in original post

Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

Try using isnull function in the expression and replace with it 0

thanks

Thanks and Regards
Kashyap.R

View solution in original post

7 Replies
tm_burgers
Creator III
Creator III

 

 

@ChristofSchwarz  just posted last month about this exact thing on his YouTube channel

https://youtu.be/9lhL3Nrel5Q

 

You can use the Styling section of the MultiKPI object to hide the grey and the dash!

 

.cell.ng-scope.null-value {background-color:rgba(0,0,255,0); color: rgba(0,0,0,0); font-size:0px;}

Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

Try using isnull function in the expression and replace with it 0

thanks

Thanks and Regards
Kashyap.R
mstoler
Partner - Specialist
Partner - Specialist
Author

I did try that but the problem is there is no data in the pivot table so it never gets evaluated.

 

Michael

mstoler
Partner - Specialist
Partner - Specialist
Author

This is brillant!

 

Thanks,

 

Michael

colinodonnel
Creator II
Creator II

Can this also apply to grey out zero values (e.g. 0.0)?

tm_burgers
Creator III
Creator III

you could likely write in your measure formula to display the value null if it = 0?

 

 

colinodonnel
Creator II
Creator II

thats an option.

However i would prefer if I could apply styling to the entire sheet (and all its objects) in one go.

This can be done with CSS for Null-values per the youtube clip