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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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;