Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm would like to Hide the Current Select Box if no filters are set (any field), and show the Current Selection Box if a selection exists.
Any idea on how to do it?
Thanks
I think you can use
=len(getcurrentselections())>0
in layout tab (show conditional) of Current Selection
I think you can use
=len(getcurrentselections())>0
in layout tab (show conditional) of Current Selection
Woow!! It works perfectly, you are a super master
Thanks Massimo