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.
Anonymous
10 years agoNot applicable
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 some reason I couldn't get True() and False() to work - but assigning Blank () when IF ( ISFILTERED... is True works!