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: 
alan_grn
Creator II
Creator II

Visual Cues on text items

Is it possible to use visual cues for text in a pivot table ?

e.g if a text item = variable value then show with visual cue.

Labels (1)
1 Solution

Accepted Solutions
Not applicable

go to pivot table properties->expressions tab->expand the expression you want to format->

under background settings put an if statment:

if(text='asdasdasd',rgb(...),rgb())

Dimensions have also background setting so you should be able to use the above logic if you want to format the dimension.

View solution in original post

1 Reply
Not applicable

go to pivot table properties->expressions tab->expand the expression you want to format->

under background settings put an if statment:

if(text='asdasdasd',rgb(...),rgb())

Dimensions have also background setting so you should be able to use the above logic if you want to format the dimension.