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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to get get user credentials?

Hi, I'm trying to get the user credentials I entered with to QV, through vbscript.

The only thing I found till now is the UserName by using the following code:





Set Properties = ActiveDocument.GetApplication.GetProperties



UserName = Properties.UserName

MsgBox

MsgBox

UserName

How can I get the UserId or any other relevant credential?

Thanks in advance!



0 Replies