Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm wondering how i can make my charts empty if I haven't made any selections?
As it is right now it shows total sales of all years I have data for instead of nothing.
And if possible I'd want the empty chart to say "please select a year" or something to that effect.
Thanks
Qlikview is Case sensitive
You don't have to use my exact expression.
GetSelectedCount(InvoiceYear)>0
Here InvoiceYear need to be changed according to your data model field name..