Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hidden Script with Section Access

Hello,

I got following question.

I created an hidden script and set there some access-rights, userid and passwords

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD

    ADMIN, ADMIN, ADMIN

    USER, USER, USER

];

Section Application;

Now I want to delete the password Acces so I opened my hidden script, deleted my INLINE code and finally deleted the hidden script.

I saved, but even with the access code and hidden script deleted, it still asks me to enter password.

Is there a way to change this so that I dont have to log in with password anymore?

1 Solution

Accepted Solutions
marcus_sommer

Section Access needed always a load-execution to be updated. Further there are section access options within the document properties in tab open which should be disabled.

- Marcus

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

In Settings -> document_properties -> opening uncheck the box "Initial data reduction based on section access"

let me know

marcus_sommer

Section Access needed always a load-execution to be updated. Further there are section access options within the document properties in tab open which should be disabled.

- Marcus