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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Stats after upserting documents in MongoDB

Hi,

 

Like in MySQL we have option for getting number of records updated, inserted. I want to do the same but with MongoDB. Is there any way we can get all these stats while upserting in MongoDB?

 

Thanks

Ravinder

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello,

So far, you can use NB_LINK global variable to get no of records from tMongodbinput component or the number of rows transferred to tMongodoutput which returns an integer.

Or use tFlowMeterCatcher component to catch the processing volumetric from the tFlowMeter component and passes them on to the output component.
Best regards

Sabrina