Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get data instead of object from qlik sense

Hi,

Is it possible to read data from qlik sense server and store it in my own database using Dot Net SDK,

So that I can display data on my own way.

If yes, How?

Currently I am showing object in my Dot Net Application using ticket authentication

4 Replies
Not applicable
Author

Hi Abrar,

you can create hypercubes that represent data from the qix engine.  You can have a look at the help for understanding on how to create and read in .NetSDK.

Getting started with Qlik Sense .NET SDK ‒ Qlik Sense

Building a Windows component using Qlik Sense as computing engine ‒ Qlik Sense

Jeff G

reddy-s
Master II
Master II

Hi Abrar,

Yes this is totally possible. I have done this using an extension and PHP5 .

You will be able to read data in qlik which comes from a hyper cube, then format the data into required Json format and use an ajax call to send data to your PHP file and post it to your database. I have tried posting it to MySQL Database.

Thanks,

Sangram.

Not applicable
Author

Thank you sangram for your reply

reddy-s
Master II
Master II

Always Welcome!