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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with Section Access with OMIT

I am going to apply the Section Access with OMIT but it caused me unable to open the QVW. My section access code as below

Section Access;

UserAccess:

LOAD * INLINE [

    ACCESS, NTNAME, SECTIONACCESSKEY, OMIT

    ADMIN, ADMIN, ,

    USER, DOMAIN\USER1, ALL, AGING_BRACKETS

]
;

SECTION Application;

If I take out the OMIT part, it works. But when I add it back, it doesn't

OMIT ERROR.jpg

Anyone can help?

Thanks

1 Reply
marcus_sommer

There is most often no access if the app saved without execute the script. Also check the document properties/security  - no restriction for admin.

- Marcus