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: 
akhila12
Contributor
Contributor

Qlik Engine JSON API integration in angular application

Hi,

How can I access a qlik dashboard data from an external angular application. I am having an angular 8 web application in which I need to display some data which is available on a qlik dashboard. Currently I am using a web socket to connect to the Qlik Engine JSON API and able to establish the connection load the data. But the data contains only the field values not the field names. Mentioning the details below.

Request Params:

{

               "handle": 1,

               "method": "GetTableData",

               "params": {

                               "qOffset": 0,

                               "qRows": 10,

                               "qSyntheticMode": false,

                               "qTableName": "xxxxxx"

               },

               "outKey": -1,

               "id": 3

}

Response Receiving: 

akhila12_0-1596187739836.png

 

As per this response, the ‘qText’  only having the value of a particular field. I would like to get the data with the field name as well. Is there any other methods available to fetch the data with field name ? Or is there any other options to implement this?

Thanks in advance.

Labels (2)
2 Replies
pramos94
Contributor
Contributor

Hi, I have the same problem. As I have been able to read, you could do it through the Hypercubes. But I still haven't managed to implement it in my code. If you have found any way, I would like your help. Greetings and thanks

pramos94
Contributor
Contributor

I think this method can be useful to you

GetFieldAndColumnSamples