Search or browse our knowledge base to find answers to your questions ranging from account questions to troubleshooting error messages. The content is curated and updated by our global Support team
Announcements
QlikWorld happening right now! You can still join: REGISTER NOW
MongoDB connector: Using "LIKE" filter in nested tables doesn't get applied on the database side
Our driver provider (Simba) has confirmed that the driver currently does not support this feature. The queries performed in Qlik Sense will not be passed down to the MongoDB server, but the filtering will occur in Qlik sense meaning that the query performance will suffer from this limitation.
Qlik has requested the addition of this feature into the driver and Simba is currently working on the feasibility analysis.
Any updates regarding this feature will be provided in this Knowledge base article.
Query example:
SELECT * FROM testDB
where "test_day" LIKE '2020-03-30%'
Simba is currently implementing this feature into the driver. The filter will only be applied at level 1 of nested tables, meaning that nested tables with more than 1 level won't be supported.
As an example, the following query won't be supported on this newer driver version.