Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
May be use the following expression for hide and show of clear all button:
Len(Trim(GetCurrentSelections())) > 0
Thanks Sunindia! That worked like a champ!
No problem
I am glad I was able to help
Best,
Sunny