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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

cycle through all records

I need to cycle through each record, select two fields and perform some checks on those values, bin appropriately and then go to the next record until the end of the full set.  How would I do this in a macro?   I currently have it picking up all the unique identifiers, and getting a count.  but after that I could figure out how to get it to select the two fields that I need that are associated with the unique identifier.  If I was able to pick up the fields associated with a single unique id, how would I then return back to the full list to go onto the next id?

Thanks in advance...

Therese

11 Replies
chriscammers
Partner Ambassador
Partner Ambassador

Please try to describe what you are trying to accomplish in terms of the output and the data. If you are going to loop through 400K rows I think you are going to be waiting quite a long time between each click.

Thanks

Not applicable
Author

Thanks Miguel...  that was close enough to get me the rest of the way.