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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Tammineni
Contributor
Contributor

Change background color for rows in pivot table using CSS

How to change background color for first rows  which has nulls in pivot table using CSS?

Tammineni_0-1662030946497.png

 

 

Labels (1)
1 Reply
justISO
Specialist
Specialist

Hi, maybe it is easier to modify your measure and 'convert' null values to blank?, f.e.

if(Dimensionality()=1, '', [your current expression])