Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hide the script code

Hi guys,

It's possible to hide the script code to an user? How can I do it?

Thank you all,

Regards

1 Solution

Accepted Solutions
mjayachandran
Creator II
Creator II

If your users are
- accessing the dashboard through access point they will not have access to the scripts.

- accessing desktop client - then u can hide it for all users by Edit Script --> File --> Create Hidden Script. Scripts cannot be hidden for specific user.

Other work around is create Script Files instead of having the code in the dashboard. user include statement to read the script files. Hope this is helpfule

View solution in original post

6 Replies
PrashantSangle

Hi,

Edit Script->from Menu->file->Create Hidden Script..

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 🙂
mjayachandran
Creator II
Creator II

If your users are
- accessing the dashboard through access point they will not have access to the scripts.

- accessing desktop client - then u can hide it for all users by Edit Script --> File --> Create Hidden Script. Scripts cannot be hidden for specific user.

Other work around is create Script Files instead of having the code in the dashboard. user include statement to read the script files. Hope this is helpfule

Not applicable
Author

Hi,

You can get like this scrip.And then by using include functions also.

Binary C:\projectname\qvd source files\appName.qvw;

avinashelite

Hi Alex,

You can do this in several ways.

1.Use the hidden script option in the Qlikview script but make sure that you remember the password because you cannot regain it if you forget.

2.maintain all the script statements in notepad use include file option .

3.use binary load is also a good option 

Not applicable
Author

Hi,

Your's total script cut and paste in text document and then use below script based on yours source data path.

Binary C:\projectname\qvd source files\appName.qvw;

Anonymous
Not applicable
Author

Thank you all