Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have something like 50 different variables which I would like to have dynamic in my script:
=$(vMetricName)
=$(vMetricClass)
=$(vMetricSize)
So my question is is something like that even possible in Qlik Sense:
=$(vMetric$(vVariations))
where vVariations can be Name, Class, Size and etc.? And if yes - how is the correct scripting?
Thanks!
You could try something like this: $(vMetric$(=vVariations)). But haven't tried it myself
In general it's possible to nest variables. But it depends on where and how the variables are defined and where and how the variables are called and which content is included - to see if it's possible respectively how much efforts and complexity are needed. This means using variables extensively may not always make things easier else you may become the opposite effect.
- Marcus