Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to make a measure dynamic based on an alternative selection made by the user during navigation.
The selection must be between two different fields, for example:
Then, some formulas have to adapt to this.
I'm not so sure what the best solution might be: buttons? variable input? or both?
Thanks for helping
I would use variables for this.
Hi
May be this post can help
https://community.qlik.com/t5/New-to-Qlik-Sense/Time-intervals-as-Filter/m-p/2413019#M245249
The mentioned selection could be directly used by providing the wanted fields in this selection or if they are associated to them. To fetch the selected value respectively related value you may use:
[$(=maxstring(YourSelectionField))]
which would return a valid field-reference in dimensions and expressions.