Forum Discussion
Sean
10 years agoCommunity Champion
Map and a Table / or Matrix
I have a map with many locations and a table with additional info for those locations next to it. I want the table to only be visible when the user clicks on a single location. Any ideas?
- Anonymous10 years ago
I would use that filter check to return blank on any measures you don't want shown. Then filter the page with those measures as not blank.
Sean
10 years agoCommunity Champion
Thanks for the suggestions! I created a measure with => ISFILTERED => and it works correctly!
FALSE when no locations are selected and TRUE when you click on one!
However as you can see in the picture - there's nothing to select in the Visual level filters and I can't drag it to the Page level filters
Greg_Deckler
10 years agoCommunity Champion
Try creating it as a column instead of a measure.