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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro Create Group

Hi to everybody

I would like to create a cyclic group by macro. The following code works, but creates a drill-down-group. How can I change the group type?

Set Group = ActiveDocument.CreateGroup("Testgroup")

Thanks

Luc

1 Reply
wizardo
Creator III
Creator III

HI, TRY THIS

Set Group = ActiveDocument.CreateGroup("Testgroup")

set Group= groups(0).GetProperties

Group.IsCyclic = true

groups(0).SetProperties Group