Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

password

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

Labels (1)
5 Replies
Not applicable
Author

Have a look at Section Access in the Qlikview help file

Not applicable
Author

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

Not applicable
Author

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?

Not applicable
Author

Hi,

please specify what you are mean by "It doesn´t work?

Not applicable
Author

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