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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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])