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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
amars
Specialist
Specialist

Macro to change the Field in a Cyclic Group

Hi all,

I want a macro which can change the Selected field in a group. If someone can give me that.

Thanks in advance

With Regards

Amar

4 Replies
Miguel_Angel_Baeyens

Hello Amar,

Check the following post. Hope that helps

sparur
Specialist II
Specialist II

Hello Amar.

try this:

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



amars
Specialist
Specialist
Author

Thanks a lot guysBig Smile

koresaket
Contributor II
Contributor II

I need to apply the same functionality on drill down group. Please suggest me some solution.