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: 
MalcolmCICWF
Creator III
Creator III

Button to Select in a Cyclic Group?

I am not super familiar with macros, but I found one online to use a button to select a specific field in a cyclic group. The problem is it seems to work once and then it wont work again. Anyone have any experience with macros or more specifically, a macro or way to select a specific field within a group.

I am using the below to select the number of the field down from the top. I test it, it works, but just the once.  Maybe I am missing something to rest the macro....

set group = ActiveDocument.GetGroup("Group Name")

set gp = group.GetProperties

group.Cycle 5

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Not a good idea to be honest. If you want to select a field to use as dimension use the technique explained here: Customisable Straight (and Pivot) Tables - more food for thought


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Not a good idea to be honest. If you want to select a field to use as dimension use the technique explained here: Customisable Straight (and Pivot) Tables - more food for thought


talk is cheap, supply exceeds demand