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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Consume data from Qlik with a REST Service

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.

Labels (1)
1 Solution

Accepted Solutions
rbecher
Partner - Master III
Partner - Master III

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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine

View solution in original post

7 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

QVSource can get data from rest sources. See this discussion: Re: Pulling Data from REST APIs (XML/JSON)


talk is cheap, supply exceeds demand
rbecher
Partner - Master III
Partner - Master III

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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
rbecher
Partner - Master III
Partner - Master III

..consume data FROM QlikView

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Ah, my mistake. I misread the question.


talk is cheap, supply exceeds demand
Brian_Munz
Employee
Employee

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;

....

});

rbecher
Partner - Master III
Partner - Master III

Is this working outside of an extension?

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
varunqvmm
Contributor III
Contributor III

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