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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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