Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

store user values or writing log file

hi,

kindly help me to create an username and password(maker and checker) for a QVW and need a macro for to store those user name and password in .txt format.

-Krishnan.

1 Reply
Not applicable
Author

hi

in your script write this code

SECTION Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD

    ADMIN, test1, password

    USER, test2, password

];

Section Application;