Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
is dynamic adding dimesion and measures In Qliksense?
how to do can anyone give some samples?
thanks
Sony
Hi,
your question is not clear... what do you mean by: Is dynamic adding dimesion and measures In Qliksense?
thanks.
I have a dimension with name :country and I have chart :scatterplot
if I select this dimension it should add to that chart. is it possible?
See if this solution is what you need.
How many dimensions you've?
Not sure if I understood you correctly... but scatter chart can have One Primary Dimension and others can be alternative.
So you want to put condition on primary?
In Dimensions maybe you can use
If(Getselectedcount(country)>0,country)
and uncheck null values from Dimension settings and Data Handling uncheck to include zero values.
This would show chart as blank but if country is selected the chart gets populated.