
Not applicable
2015-06-16
08:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Show Clear All button when any filter gets set
Hi, I am trying to find out if there is a built in variable I can use as a Conditional Filter for a button that will be used to clear all filters.
I only want the button to show if there is a filter set (any filter). Is there a variable that could used to tell if the data is filtered in any way?
682 Views
3 Replies

MVP
2015-06-16
08:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be use the following expression for hide and show of clear all button:
Len(Trim(GetCurrentSelections())) > 0

Not applicable
2015-06-16
09:33 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Sunindia! That worked like a champ!
433 Views

MVP
2015-06-16
09:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No problem
I am glad I was able to help
Best,
Sunny
