Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I would like to have section access based on the stream that the app is on.
So if the app is on stream A, data X is shown, if it's on stream B, then data Y. Is this doable?
Thanks!
I don't think its possible. You will have to create copies of app and publish it in different streams.
Refer below link for details:
Qlik Sense - Section Access by Stream - Qlik Community - 1796736
Regards,
Aditya
Referring the stream in section access is not possible.
However you can copy the app and change the section access and publish it in different stream or restrict the data in the back end.
There is no out of the box method to fetch the stream info to be used in Section Access, but i guess that you could construct it by adding the stream info to your application reading the app and stream tables the qlik Sense repository database. Then you could associate stream A to data X and stream B to data Y and reducing by adding info about DocumentName(), which returns the AppId, into the section access table.