Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I was wondering if in Qlik Sense it is possible for a chart to not display any data until a selection is made from a filter pane? I have a line graph comparing performance items over time but it is very confusing until a selection is made. Below is a screenshot of when nothing is selected and of when a Performance item is selected from the filter pane. If not possible would anyone know a technique that could help me improve the visual?
Thanks,
Philip Radovich
You can use a calculation condition to hide the chart till something is selected. Under Addons you have the option to add an expression I usually use getselectedcount(Field) >0, when you add an expression you will be given the option to add a message to be displayed
and your chart will appear like the below till a selection is made.
You can use a calculation condition to hide the chart till something is selected. Under Addons you have the option to add an expression I usually use getselectedcount(Field) >0, when you add an expression you will be given the option to add a message to be displayed
and your chart will appear like the below till a selection is made.
Thank you so much! Worked like a charm!
Thank you very much