Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to remove null values from Pivot Table

How to remove null values from Pivot Table‌ even though I uncheck the null value box still getting null  values.

Thanks

2 Replies
Gysbert_Wassenaar

You probably want to do something that's not possible. You can't hide an expression only for some dimension values and not for others. So if there's one dimension value that returns a result then the expression will be shown for all the dimension values with empty cells if there's no result.


talk is cheap, supply exceeds demand
saso_1970
Creator
Creator

Hi there,

Please create theme and in css add this part of code:

.cell .null-value .value{

color: #ffffff !important;
}