Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Здравствуйте!
Как в QlikView 11 поставить пароль на открытие файла?
Буду благодарен любой помощи.
Hello!
As in QlikView 11 to put the password to open the file?
I would be grateful for any help.
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
Здравствуй,
Я не понимаю, что это ваша проблема.
Не могли бы вы подробно объяснить.
С уважением,
Kaushik Solanki
Я хочу установить пароль на файл 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.
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
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
Спасибо, мне это помогло.