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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
saharadi
Contributor II
Contributor II

Pivot Table design

hey, 

can i create this pivot table design? 
i want a that the first dimension all row background color will be gray but when i drill down to worker (open the "+") the background will be white

 

saharadi_0-1735653800156.png

 

Labels (3)
2 Replies
pravinboniface
Creator III
Creator III

@saharadi You can use a background color expression on the measure to set the color by dimensionality() as follows:

if(Dimensionality()=1,Red(), blue())

saharadi
Contributor II
Contributor II
Author

thank you 🙂 
do you know if i can control the text and backgrond color of NULL values here? 

saharadi_0-1736415287042.png