Nov 20, 2020 12:40:05 AM
This doc and app shows a workaround how to make cyclic groups for dimensions and measures. Qlik Sense 2018 November or later is required. The workaround is based on a variable and the button. The solution is not self service but no extensions or add-ons are required and using master items simplifies the usage.
Cyclic Dimension Group
Write dimension dependent expressions using vDimension (instead of GetCurrentField), ex:
=Sum(Sales)/ Sum(Total Aggr(Sum(Sales), $(=vDimension)))
For convenience, add master dimension CyclicDimension =$(vDimension) set to label =vDimension and make the button a master visualization.
Cyclic Measure Group
For convenience, add master measure CyclicMeasure =$(vMeasure) set to label =vMeasure and make the button a master visualization.
This technique has been mentioned before in:
Top-10-Viz-tricks-Qonnections-2019
Top-10-Viz-tricks-Part-2
There are several proposals for cyclic groups, thanks for the inspiration:
Juraj Misina, https://dataqlues.com/getobjectfield-function-and-alternate-dimensions/
Thanks for posting this workaround, really useful 😄
It would be great if this could be a feature that's just built in, rather than a workaround. Do you know if it's on the list to be added?
We are using for 10 years an equivalent approach, improved even more after we discovered the Instant App from Steve Dark: https://www.quickintelligence.co.uk/instant-qlik-sense-application/
PS:Agree with Rory... (despite all the love I have for Patric)
It should have been already built in !
(It was in Qlikview, 20 years ago...)
PPS: At least we will be able soon to edit fonts and font colors without fighting with css...