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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Track rows from table

Hello,

based on the schema i attached to the post, the component tMysqlInput (rules) is used to select some Queries on each row of the table, which are then run, now i want to track how many have been run, what component should i use for it and where to connect it?
Should i connect it to the tMysqlInput (rules) or are the rows there selected all at once and then parsed one by one?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

After execution of the component tmysqlinput, the number of records extracted is in the variable : ((Integer)globalMap.get("tDBInput_1_NB_LINE"))

 

0683p000009M965.jpg

 


tDBInput_1_NB_LINE.JPG

View solution in original post

1 Reply
Anonymous
Not applicable
Author

After execution of the component tmysqlinput, the number of records extracted is in the variable : ((Integer)globalMap.get("tDBInput_1_NB_LINE"))

 

0683p000009M965.jpg

 


tDBInput_1_NB_LINE.JPG