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: 
Ponte75
Contributor
Contributor

Query MongoDb

Hallo everybody. ​

I'm traiyng to extract data from MongoDB and show it from a tLogRow. As Query Type i choise Find Query : { NOME : 'MILVIO'}​. In the collection i have only one bson with a couple key/value "NOME" : "MILVIO". I run the job but no rows are extracted.

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

With tmongodbRow component, you could create a javascript function with find query in it and the output document has to be mapped to a flat result set.

With tmongodbinput component, you could take fields from sub document and map them to a flat structure, however, tmongodbinput does not allow parameters to be passed to a query.

Best regards

Sabrina