Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I’m trying to build a monitoring app that shows exactly which users have access to Qlik Sense apps—both at the stream level and within Section Access for data reduction.
So far, I’ve:
Now I need to identify the actual users/groups defined in Section Access. Sometimes this is easy (INLINE tables in the script), but other times the data comes from external sources (SQL tables, QVDs, etc.), which makes it harder
1. Has anyone managed to do this in a practical way?
2. Which Qlik product or API should I use to extract the Section Access user list? Is it possible via Engine API (GetScript()) only, or do I need something like qlik-cli, QRS, or a reload process?
Environment: Qlik Sense Enterprise on Windows (May 2024).
I used an Writeback table to create the section acces table. And then load the section acces tables inside the app. Then i connected an custom property to the app what section acces i am using.
I hope this makes a little sense?