Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hide field in Pivot table chart when selected a specific value in list box

There is a list box and there is a pivot table chart object.

Scenario is: I would like to hide the filed in the pivot table when I select a value in the list object, pl help.

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can use a conditional expression on either the Dimension or Expression that tests the contents of the listbox.

=NOT match(match(listfield, 'myvalue'))

-Rob