Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
canmarroig
Partner - Creator
Partner - Creator

How hide graphs with conditional presentation

Hello, I've a dashboard for sales manager showing 15 different gauges rapresenting KPI of a commercial dept. cycling on different time dimension

So i've loaded inline list KPI

LOAD * INLINE [_metricsNo, _metricsKPI

1, %Sales on target

2, %Quantity

3, %Nr Customer

.....

On expression ì've put the condition SubStringCount(Concat(_metricsNo, '|'), )

In this way i've build a list on metricsKPI and i can see all or focus on some selected KPIs.

I need a help how to use conditional presentation to show/hide objects since now, if deselected, i have only a error message that show an empty space with "kpi deselected".

Thank you

1 Solution

Accepted Solutions
Not applicable

13 Replies
Not applicable

" ...On expression ì've put the condition SubStringCount(Concat(_metricsNo, '|'), ) ...'

you mean on gauge ---> properties--->layout--->show--->conditional ??

Not applicable

try to paste there getselectedcount(_metricsNo)

canmarroig
Partner - Creator
Partner - Creator
Author

No, on expression condition

imgQV.gif

canmarroig
Partner - Creator
Partner - Creator
Author

Tks, but getselectedcount(_metricsNo) doesn't run

Not applicable

can you post a small sample file?

canmarroig
Partner - Creator
Partner - Creator
Author

I hope this can be helpful.

Not applicable

Try this

Not applicable

Or perhaps this sort of view.

canmarroig
Partner - Creator
Partner - Creator
Author

Hi beanz, trellis are gorgeus for this step, but we forecast that very soon we will develop analysis with container where gauges are combined with other graph for every KPI. Thank you very much