Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Friends,
Appreciate your time. I am looking for a way to hide a KPI object itself or its layer when a particular field is selected.
for eg,
There is a KPI object which has 40 layers in it. By default it will show everything. But upon selection of a field Brand, I would like to show only 15 Layers and hide the rest of the layers.
getselectedcount works to hide the layers , but is there a way to hide the KPI object itself?
I am planning to have 2 objects ,one with 40 layers and another with 15 layers.
show either of the one based on the field selection, thank you!
Looking for your feedback.
Thank you!
Lately I started using container for hiding and showing stuff, container has got property to show/hide, try using that may be.
thank you! let me try