Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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