Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik Sense Local Data Load with Multiple Users

Our Qlik Sense app has a REST connector that uses a variable to convey REST parameters, using the following:

RestConnectorMasterTable:

SQL SELECT

"__KEY_root",

(SELECT

"xyz",

"__FK_results"

FROM "results" FK "__FK_results")

FROM JSON (wrap on) "root" PK "__KEY_root"

WITH CONNECTION ( Url "$(urlWithRestParameters)" );

These variables can be modified by the user, and the reload can be triggered with a reload button (calls app.doReload()). Once the app is published, we would like for multiple users to be able to access the app and each load the data individually, without queries from the different users interfering (as seems to be the case right now). Is there any way this can be done?

0 Replies