Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have application which is to be migrate to Qliksense.Are we having this Cyclic Group option in Qlik Sense.If yes please let guide me.
You can start on Google / Bing ASAP to get suitable answers
Creating a Cyclic Group in Qlik Sense
Add Alternate Dimensions in your chart, it is same as Cycle Group in Qlikview.
Check this link hope it helps you.
Thanks Jagan..I am looking in straight table but it is for charts
Hi Satish,
Direct option is not available in Qlik Sense but you can achieve same with the help of variable extension.
http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8
Under variable extension you define variable name(vApp) and ids(1,2,3,4...7) to that variable and then create a new calculated dimension and write an expression like
=Pick(Match($(vApp),1,2,3,4,5,6,7),Field1,Field2,Field3,Field4,Field5,Field6,Field7)
Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.
Thanks for your Help ..Rohit..I am trying to use it in Pivotal table and not able to update the label.Function is not evaluating.
Hi Satish,
Label are not derived by any expression or function in Qlik Sense.
Hi,
You may want to look on my app and tutorial about creating a Cycle Group equivalent in Qlik Sense, without using an extension:
Create a Cycle Group in Qlik Sense (without extensions)
Steve