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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Does OMIT in Section Access work with hidden script?

I first created section access security with admin and user where user could not see cost because I had restricted it with an OMIT. I did the same this time with hidden script. Can any one help me why.

omit.PNG

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, OMIT

    ADMIN, ADMIN, ADMIN123

    USER, USER1, USER123, COST

];

Section Application;

this same script is working in a regular script environment. i.e. with out hidden script

12 Replies
Anonymous
Not applicable
Author

Thank you all for your help. I still have not solved this problem, that is: the file with hidden script - OMIT is not working. The file w.o. hidden script is working as authorized. please advice. I have attached the 2 files here.

1) Omit section access :- regular file

2) Hidden script :- hidden script file !

Anonymous
Not applicable
Author

sorry, forgot to give you the pass words

Login to the document: ID: admin, Pass : admin123

Pass to hidden script: unicco160.

Thank you

Colin-Albert
Partner - Champion
Partner - Champion

The field names for your OMIT fields must be uppercase for OMIT to work.

Your Cost field must be renamed to COST in your data table for Omit to work.