Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi! I have a problem. I want set a pasword to open a file qvw, but I don't know how can I do. Is it possible? and how?
Thankyou very much!
Tankyou
Have a look at Section Access in the Qlikview help file
Hi ,
see the attached example.
Users are: ADMIN, DEMO1, DEMO2, DEMO3
Password: p
If you will work with "Data reduction" as in this example you have to check at "Document Properties => Opening => Initial Data Reduction ...
Have a nice weekend!
Rainer
the example works, but if I do another file with the
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, GROUP
ADMIN, ADMIN, p, *
User, DEMO1, p, A
User, DEMO2, p, B
USER, DEMO3, p, C
];
Section Application;
LOAD * INLINE [
Cu_Id, GROUP
1234, A
2345, B
3456, C
];
my file dosen't work. why?
Hi,
please specify what you are mean by "It doesn´t work?
Hi luca,
I hope you have missed something in the script.
as you said
Section Application;
LOAD * INLINE [
Cu_Id, GROUP
1234, A
2345, B
3456, C
];
Here you have given the access , username , but after that you have not given any password ,due to which its not working. Please check that .
Thanks,
Mahasweta