Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Qlikers,
I am having a Bar Chart with 2 dimensions and 3 measure in qlik sense. Where measures are alternative measures.
Now what I want , which ever measure I select at UI the dimensions should get sorted w.r.t selected measures...
Please suggest.
I know adding button for same can sort out the issue but is their any other way as adding buttons will takes more space...
Regards,
BA
Got the answer from one of my friend suggestion, can do like this in QS
Properties -> Sorting - > First Dim - > Sorting by expression ->
=if(getobjectmeasure()='Label of Expression1', Expression1,
if(getobjectmeasure()='Label of Expression2', Expression2))
Got the answer from one of my friend suggestion, can do like this in QS
Properties -> Sorting - > First Dim - > Sorting by expression ->
=if(getobjectmeasure()='Label of Expression1', Expression1,
if(getobjectmeasure()='Label of Expression2', Expression2))
Does this work? I don't get a value when using this approach
I tried in Sep release and it does not work. Does it work for you??
This worked for me. Thank you!