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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to set up Section Access so that the Qlikview Document asks for a user id and password when opening?

IF someone could attach a small application, to demonstrate it, it would be very helpful

thanks

B

2 Replies
Not applicable
Author

Hi,

I have attached a file in that userid is 1,and password is 123 pls check this.

vijay_iitkgp
Partner - Specialist
Partner - Specialist

Hi Please find code below:

Section Access;

LOAD * INLINE [
    ACCESS, USERID, PASSWORD

    ADMIN, ADMIN, ADMIN
    USER, A, A
    USER, B, C
    USER, C, C
];
Section Application;