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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
AlessandroCic
Contributor III
Contributor III

[resolved] [R] Dipay numb f w pc

Hi forum
Is it possible to get the number of rows processed in a single row connection (like in the attachment where it is displayed 1000000) to insert in another component, for example a tMsgBox?
I think it can useful to display a message like "Execution ok, " + + " rows processed"
Regards
Alessandro
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

add
onSubjobOK -> tMessage
inside, start typing tFile (then press together - CTRL + SPACE)
you should end up with a list of options for that component
and after choosing the NB_LINE and pressing enter:
((Integer)globalMap.get("tFileOutputDelimited_1_NB_LINE"))
there is this old say that goes like this:
if everything else fails - read the manual..
0683p000009MACn.png

View solution in original post

2 Replies
Anonymous
Not applicable

add
onSubjobOK -> tMessage
inside, start typing tFile (then press together - CTRL + SPACE)
you should end up with a list of options for that component
and after choosing the NB_LINE and pressing enter:
((Integer)globalMap.get("tFileOutputDelimited_1_NB_LINE"))
there is this old say that goes like this:
if everything else fails - read the manual..
0683p000009MACn.png
AlessandroCic
Contributor III
Contributor III
Author

Tank you very match Nicolas, it works fine also in other components.
Sorry, maybe my question as been obvious
Regards
Alessandro