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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.