Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an inline table like this:
Currently, the %Selection field contains only one selected value. I want to evaluate the corresponding %expression so that I get the value of the variable it references (for example, $(vSumPark)).
I tried using this expression in the Qlik expression editor, but it doesn't work:
I'm not sure it's the cleanest way, but it works:
=$($(="[%expression]"))
I'm not sure it's the cleanest way, but it works:
=$($(="[%expression]"))
It worked, thank you! Regardaring the type..Thanks! Oops—fixed it now. Really appreciate it.