Read data with Qlik Sense

0
How can you read the data from the database of Mendix in Qlik Sense, does anyone have any experience with it?
asked
4 answers
1

You could build some REST services to expose your data to Qlik View.  Looks like Qlik View can consume REST data sources.

answered
0

I believe Qlik supports OData as well:

https://docs.mendix.com/refguide/published-odata-services

answered
0

I’ve worked on a project where they push data to Qlik via rest services and then iframe Qlik dashboards in their mendix app.

 

As Mike and Eric said, you can either use REST or OData to get your data from Mendix to Qlik. 

answered
0

You can use a rest service indeed, however query parameters in Qlik Sense are not recognized in Mendix restulting in Mendix allways reading the full table, congesting and slowing down the performance drastically.
 

Up until now there is no solution available in either Qlik Sense nor Mendix, a work around is to use a qvd table file and load the tables during off working hours, and loading the data from the qvd table file in Qlik Sense.

answered