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

Announcements
ALERT: The support homepage carousel is not displaying. We are working toward a resolution.

Qlik MongoDB connector dataset filtering when reloading nested JSON structured data

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Andreas_Giesbrecht

Qlik MongoDB connector dataset filtering when reloading nested JSON structured data

Last Update:

Mar 29, 2023 3:47:06 AM

Updated By:

Andreas_Giesbrecht

Created date:

Aug 3, 2022 5:45:58 AM

Please note that from Qlik Sense August 2022 the Qlik MongoDB connector (within the Qlik ODBC connector package) is able to filter datasets on the MongoDB server side for only 1 level nested JSON structured data.

For MongoDB collections with more than 1 level nested JSON structure (also the array must not be nested within a multidimensional array) like the following example, the filtering still happens on the Qlik engine side:

collection:

[
  {
    _id: 2,
    array: [
      [
        {
          inner_array: [
            {
              obj: {
                c1: 'a',
                c2: 'b'
              }
            }
          ]
        },
        {
          inner_array: [
            {
              obj: {
                c1: 'c',
                c2: 'd'
              }
            }
          ]
        }
      ]
    ]
  }
]

 

Environment

 

The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.

Tags (1)
Contributors
Version history
Last update:
‎2023-03-29 03:47 AM
Updated by: