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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to iterate a resultset?

Hi,
i have two tables: name, name_data.
i should do the following business:
1, get all names from database
2, for every name, do getDataForName which return a xml file
3, translate data from xml to name_data table
i know how to read results from a table and how to load data from xml to database.
Is there any way to iterate a tMysqlInput or other resultset component?
Thanks.
Dianbo
Labels (3)
1 Reply
Anonymous
Not applicable
Author

it seems tFlowToIterate can do this.