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

Prompt credentials when reloading the data via ODBC connection

We have multiple users accessing the same document and reloading the data.
In order to reload the data , each user needs to change the connection string in the scrip editor,
So is there a way we can have a prompt asking for credentials each time Qlikview tries to connect to the Database
current connection string:
ODBC CONNECT32 TO [DB_NAME;DBQ=DB_NAME] (XUserId is IONEQSVGYKDFTYAHHE, XPassword is POidYGvERTbATYQb);
Thank you.
1 Solution

Accepted Solutions
Not applicable
Author

Great, Thanks. that solves the purpose.

View solution in original post

6 Replies
Anonymous
Not applicable
Author

Recreate the Connect String, but when doing so untick Save Password.

sunilkumarqv
Specialist II
Specialist II

I think

in script settings

use Scramble Connect user Credentials option

Not applicable
Author

I do have Scramble Connect User Credentials already ticked but that doesnt seem to help.

Not applicable
Author


Can you please point me to the settings where I can untick Save Password?

Anonymous
Not applicable
Author

Try to remove credentials from the CONNECT statement, keep this:

ODBC CONNECT32 TO [DB_NAME;DBQ=DB_NAME]

Not applicable
Author

Great, Thanks. that solves the purpose.