Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am implementing section access in my application, where I have 2 reduction column.
Section access is working with single reduction column but not working if I put more than 1 reduction column.
When I am putting more than one reduction column, I am getting 'Access Denied' issue.
Here is the script:
SECTION ACCESS;
[CMM_Permission]:
LOAD
ACCESS,
USERID,
GEOKEY,
ZONEKEY,
CITYKEY;
SQL EXECUTE Get_CMM_UserPermissions;
SECTION APPLICATION;
Note:
All the values and reduction column are in uppercase.
Find the sample data which I have below:
ACCESS | USERID | GEOKEY | ZONEKEY | CITYKEY |
---|---|---|---|---|
USER | DIR\DILIP | IND | SZ | ABC |
USER | DIR\RAJ | IND | NZ | |
USER | DIR\KUNAL | JPN | ||
USER | DIR\NITIN | CAN | US-CS | AB |
Could anyone help me to identify the issue, why I am getting access denied?
Thanks
Dilip Solanki
Hello Dilip,
You are cannot reduce multiple fields by just adding a second reduction field to your section access table. However, there is a way to reduce data on multiple fields. This post will guide you in doing so: Data Reduction Using Multiple Fields
This post is referring to QlikView, but it works the same in Qlik Sense.
I hope that helps,
Serina
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
but if we want to allow specicific users to see the whole data then ,it will be not work