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

Highlight selection in pivot table

Hi friends,

I have pivot table. When I click on any tag, this tag should change background color.

Capture.JPG.jpg

Please see my attached file.

Thanks,

1 Solution

Accepted Solutions
marcus_sommer

Try an expression in background like:

=if(GetFieldSelections(Decision_Factors) = Decision_Factors, yellow())

- Marcus

View solution in original post

5 Replies
marcus_sommer

Try an expression in background like:

=if(GetFieldSelections(Decision_Factors) = Decision_Factors, yellow())

- Marcus

Anonymous
Not applicable
Author

There is no way to highlight dimension???

Anonymous
Not applicable
Author

The same expression works for dimensions background color.

marcus_sommer

For me it worked - see the attachment.

- Marcus

Anonymous
Not applicable
Author

Sorry, thanks