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: 
Not applicable

Change background color of selected cell in a pivot table

Hi,

How possible can I highlight the cell color to yellow when they are selected as per the following snapshot?

Heok

Capture14.JPG.jpg

1 Solution

Accepted Solutions
Not applicable
Author

Hi Heok

you can you background color for each dim field  in dimensions tab

like

if (yourfield = 'value', yellow())

best regards

chris

View solution in original post

2 Replies
Not applicable
Author

Hi Heok

you can you background color for each dim field  in dimensions tab

like

if (yourfield = 'value', yellow())

best regards

chris

Not applicable
Author

Thanks Chris!