Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
bharatkishore
Creator III
Creator III

Cyclic Group

Dear Member,

I have a small question regarding cyclic group.

I had created a cyclic group say A-->B-->C and i have two sheets.

I took that cyclic group as a dimension. Now my question is if i click on A it will go to B. And if i click on B it will go to C. Now if i click C it should go to chart which is in other sheet.

C data wil be in other sheet say sheet2. Can you please tell me how to do.

Regards,

RBK

Labels (1)
1 Reply
Jason_Michaelides
Partner - Master II
Partner - Master II

Hi RBK,

For this I think you will need a combination of a variable, GetCurrentField() and a trigger.

  1. Create a variable, vMyGroup, and set the expression to =GetCurrentField("MyGroup") where MyGroup is the cyclic group name.
  2. Create an OnChange Variable Event Trigger (Settings > Document Properties > Triggers). Action = Layout > Activate Sheet. In the Sheet ID expression box put =If(vMyGroup='C','Document\SH02')

Hope this helps,

Jason