Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, we are using the SaaS version of Qlik Sense.
We need to display the same graphs and sheets to different clients so that these graphs and sheets only account for the data of the client they are being shown to.
We need to be able to do most of the work programmatically, via scripts or actual programs.
We thought of this solution: create a template App in which we create all the different sheets and graphs using demo data.
We would then clone the app and change (programmatically, via qlik-cli) the load script of the cloned app so that it loads actual data for the client X.
Is this a viable solution?
We need to retrieve the name and id of the sheets (and graphs) from the app id programmatically so that our platform knows which graphs and sheets to show for the client X without us manually obtaining said ids from the browser.
How can we do it?
Also, we tried to show multiple graphs with nebula.js and it worked but we could not show a sheet with the same method.