Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
tomhovens
Contributor II
Contributor II

Read-only Script

How to protect my script and make sure other people doesn't add other tables in the script

7 Replies
qlikmsg4u
Specialist
Specialist

Do all your script work in Hidden Script

tomhovens
Contributor II
Contributor II
Author

but others can add new tables? this is what I want to protect

PrashantSangle

Hi,

Try

Go to Document Property-> Edit Script->Uncheck it

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
qlikmsg4u
Specialist
Specialist

Uncheck Edit Script in Document Properties

vardhancse
Specialist III
Specialist III

Section access and only limited people can open the application, so no chance of others to open the application script and do the changes

maxgro
MVP
MVP

you can try with section access

from  QlikView help

Restrictions on QlikView Functionality

The controls found on the Document Properties: Security page and the Sheet Properties: Security page make it possible to disallow the access to certain menu items and prohibit changes in the layout. If these settings are to be used as a truly protective measure, it is important that the document users are logged in as USER. Anyone logged in as ADMIN can change the security settings at any time.

A user that has opened the document with USER rights does not have the Security pages in the Properties dialogs.

I just tried with the attached .qvw, this is the section access

    Section Access;

    LOAD * INLINE [

        ACCESS, USERID, PASSWORD

        admin, admin, admin

        user, user, user

    ];

open the .qvw with the different users (admin, user) to see the difference

with admin you can open the security tab (menu --> settings --> document properties --> security), edit the script, add sheets, etc....

with user you can't edit the script, add sheets, etc.....

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

What I will do is to write your script in another qvw file and binary load it into another qvw file. And also implement section access to prevent anyone from updating your file