Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to hide an object when there is no selection on dashboard
Thank you
May be a layout hide/show condition like this:
=Len(Trim(GetCurrentSelections())) > 0
May be a layout hide/show condition like this:
=Len(Trim(GetCurrentSelections())) > 0
Have a look at the GetSelectedCount() function. But you would need to use it on all the fields that could be selected.
Thanks sunny
Thank you Bill