Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Field Selection

I have created a multibox with fields School, Class and Students and also created a cyclic group named STUDY with the same fields. Now i also made a straight table using cyclic group named STUDY as Dimension. If i make a selection Class in the multibox i want the field changed to Class in the straight table also and if i select Student in the multibox then in straight table also the field should change to Student and same with School. How it can be done ???

1 Reply
dirk_konings
Creator III
Creator III

This is a starting point for a macro.

set grp = ActiveDocument.GetGroup("MyGroup")
grp.Cycle 1