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: 
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

Labels (1)
1 Reply
marcus_sommer
MVP
MVP

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