
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Section Access in Qlik Sense
Hi All,
I needed some help with respect to section access in Qlik Sense. I am trying to implement data reduction based on Geography of a user so that he/she should be able to see data for their own Geo.
User | Role | Geo |
---|---|---|
Mr. A | Country Head | Nation |
Mr. B | First Line Manager | Region 1 |
Mr. C | First Line Manager | Region 2 |
Mr. D | Field Rep | Territory 1 |
Mr. E | Field Rep | Territory 2 |
As per above table Mr. A should be able to see the data for whole country. Rest users should be able to see data for their respective Geographies mentioned in 'Geo' column.
Also, is 'Bursting' option available in Qlik Sense as was in Qlikview?
Is is possible to drive section access through QMC and not through application?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can not apply section access (for Data Reduction) through QMC but you can control Access to App through QMC.
Section Access works same as that in Qlikview.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried implementing section access but it isn't working.
User:
Load
Access,
UserID
Resident Access;
Section Access;
Load
Access,
UserID,
Territory
Resident User;
Section Application;
However, it works when i modify the code to restrict data by pulling Territory column in User table as shown below but it makes the app slower
User:
Load
Access,
UserID,
Territory
Resident Access;
Section Access;
Load
Access,
UserID
Resident User;
Section Application;
Please let me know your thoughts.
