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

user in desktop

Hi,

is there is any way to create credentials for qlikview desktop?

means

i installed qlikview desktop . when accessing qlikview desktop it will display a authentication tab.

if possible how to crate?

Thanks

k

3 Replies
rubenmarin

Hi, you can create a section access with the user names and passwords like:

SECTION Access;

LOAD * Inline [

    USERID, PASSWORD, ACCESS

    Test, Test, ADMIN

];

SECTION Application;

// The rest of the script

The USERID, PASSWORD and ACCESS can be read from any file or database, doesn't need to be in an inline table.

After reload you need to close qlikview and reopen QV and the document, then it will ask for credentials.

Hope this helps!

rubenmarin

Also, be carefull when using section access, you can block all users (including yourself) to access the document, always make a backup copy before setting security.

Not applicable
Author

Hi,

i am not asking for qlikview apps(qvw).

i want accessing qlikview desktop software.

start-->all programs-->qlikview--> qlikview 11--> enter

then it will shows authentication tab