Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I was wondering if it is possible to get data from Qlik over a REST service? I am not sure if it is possible and I do not know what keyword I should use for the search. Most result I find are about pulling data from REST services to insert them into Qlik. Are there any documentation?
We are intending to build a mobile application, which does something completely different than Qlikview provides. However we need the data ouput of Qlik.
Hi Khoa,
this would be a great feature for QlikView 11 but doesn't exists. There will be some new APIs coming with QlikView.next in that area..
- Ralf
QVSource can get data from rest sources. See this discussion: Re: Pulling Data from REST APIs (XML/JSON)
Hi Khoa,
this would be a great feature for QlikView 11 but doesn't exists. There will be some new APIs coming with QlikView.next in that area..
- Ralf
..consume data FROM QlikView
Ah, my mistake. I misread the question.
You can't get it from REST, but you could get the data with the v11 API using GetObject. Not ideal, but could be a workaround until QlikView.Next comes out.
doc.GetObject('ObjectID', function() {
var data = this.Data.rows;
....
});
Is this working outside of an extension?
Dear Rbecher,
Can we consume data from QlikView with a REST Service in QlikView 12 ?
And i would be pleased if you can help me understand how the data sources are connected (link between data source and sheets )to the sheets in QVW document.(For Example :Suppose a csv file data is used in sheet 1 and database query information is used in sheet 2 ,i want this linkage).
Is there any Java API or any other export file from QlikView that can give me a solution.
Thanks ,
Varun