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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Re: Row Count From tMap?

Still not seeing exactly what you are talking about. Can you be very specific? Is it tStatCatcher Statistics?

Labels (1)
  • v6.x

5 Replies
Anonymous
Not applicable
Author

Let's say my tMap always has one output, call it "out". How do I "click on the link and turn on the monitoring for the link"? Is that done inside the tMap config? Elsewhere?

Anonymous
Not applicable
Author

Click and select the link. And then look at the component tab.  There are options for turning on monitoring there.

Anonymous
Not applicable
Author

Yes, that option is there. Once enabled, though, how does one refer to that value in Java code? Using "tXMLMap_2_output_NB_LINE", for instance, does not work.

Anonymous
Not applicable
Author

Just drag option text into the Editor
Anonymous
Not applicable
Author

"Just drag option text into the Editor"

 

Sorry, I don't follow. "Option text"? "Editor"?

 

To be clear: I have a tXMLMap component. It outputs data that gets inserted directly into a PostgreSQL database. I want to refer to the record count from the output of the tXMLMap component in the same way that I can refer to the record count inserted into the PostgreSQL component like this:

((Integer) globalMap.get("tPostgresqlOutput_1_NB_LINE"))