Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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