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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
chrislemm
Partner - Contributor III
Partner - Contributor III

JavaScript API - Filter in User Session

Hello Qlik Community,

I started using the javascript json api to communicate with qlik sense. Authentication, app listing, field listing etc. works fine. I came to the point where I have to create a session object to access parts of an app, ok.

Is it possible to get the users browser session? I mean if I set a filter via. the api it appears on my single configuration object, without manipulating the url?

I mean if I send an request using the "select"-method how can the selected values appear in my f.e. iframe embedded object/app?

For example.

Everytime I open a connection via wss to Qlik Sense I get the following in return:

{

jsonrpc: '2.0',

  method: 'OnConnected',

  params: { qSessionState: 'SESSION_CREATED' }

}

I want to access the users session which can be already open. The engine-explorer doesn't show such kind of function.


Greetings

0 Replies