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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Row Count From tMap?

Is there a way to reference the count of records processed through a tMap component output in Java in a similar way we can with a database component, e.g. ((Integer) globalMap.get("tPostgresqlOutput_1_NB_LINE"))?

Labels (2)
1 Reply
Anonymous
Not applicable
Author

A tMap can have many inputs and outputs.  So which count you want? 0683p000009MACn.png0683p000009MACn.png

The way to do it is to log the amount of rows flowing through each link.  So each input and output link, you can click on the link and turn on the monitoring for the link.