Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
rathnam_qv
Creator
Creator

Section Access issue - Qlik

Dear All,

I am facing strange issue while implementing Section Access. It is working fine with USER restriction but not working with ADMIN.

PFB ADMIN Table i am using into the app. When i refresh the report with this script i am getting "Access Was Denied"  error.

rathnam_qv_0-1627964061990.png

Can someone suggest me on this.

Best Regards,

Rathnam.

Labels (1)
2 Replies
tresB
Champion III
Champion III

If this is your complete section access code, you should get the same error message for USER as well. Because '*' means all the values (for any field) that are present in the section access table, and in your table you don't have nothing except '*', that means you have access to no values for these fields.

rathnam_qv
Creator
Creator
Author

Thanks for your time.

Below is my user file. I am concatenating user script to ADMIN. Still getting error.

rathnam_qv_0-1627974234656.png

In the USER file if i assign one value to my self and refresh the report it is working fine. But If i remove that record and refresh it says Access was Denied.