Hi All,
Can you please help me with below issue in Qlik Sense to MongoDB connectivity.
While fetching data fields from MongoDB to Qlik sense using MongoDB BI connector and Qlik ODBC connector, we are not getting "DBref" field names from any table from MongoDB.
Below is a sample field from MongoDB which is not fetched/identified by Qliksense Load script:
"placement" : DBRef("placement", ObjectId("60d64b6654a89f56347929fb"))
Definition: in program collection points to"_id" attribute of placement collection.
Please note that we are using ODBC connector to connect MongoDB 4.2 version.
Any help is appreciated!!