Skip to main content
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