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

Рassword

Здравствуйте!

Как в QlikView 11 поставить пароль на открытие файла?

Буду благодарен любой помощи.

Hello!

As in QlikView 11 to put the password to open the file?

I would be grateful for any help.

1 Solution

Accepted Solutions
er_mohit
Master II
Master II

try this code and paste it on main script then reload save the file and again open that file

the username is test and password is pass


SECTION Access;

LOAD * INLINE [

    Access, UserId, Password

    User, test, pass

    Admin, test2, password2

];

SECTION Application;

hope it helps

View solution in original post

5 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Здравствуй,

     

         Я не понимаю, что это ваша проблема.

         Не могли бы вы подробно объяснить.

С уважением,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Я хочу установить пароль на файл QlikView, как это можно сделать? При открытии файла спрашивался пароль, и в случае неверного ввода пароля файл не открывался.

I want to set a password on the file QlikView, as this can be done? When you open the file asks for a password, and if you enter an incorrect password, the file is not opened.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Yes you can implement the Section Access. Which will allow users who have proper Windows user name and password.

     In section access you can also define what users are allowed to open the document also what data they can see.

     For more information have a look at the link below.

     http://community.qlik.com/docs/DOC-1853

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
er_mohit
Master II
Master II

try this code and paste it on main script then reload save the file and again open that file

the username is test and password is pass


SECTION Access;

LOAD * INLINE [

    Access, UserId, Password

    User, test, pass

    Admin, test2, password2

];

SECTION Application;

hope it helps

Not applicable
Author

Спасибо, мне это помогло.