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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
tresB
Champion III
Champion III

Getting User ID

Hello,

Is there a way of getting user information in the script about who(user ID) is triggering the RELOAD?

Thanks.

Labels (1)
1 Solution

Accepted Solutions
Not applicable

in script

select Function

Function category = System

Function Name = QvUser()

and use system  function  for all other information.

see attachement for demo, and try according to you.

View solution in original post

3 Replies
sujeetsingh
Master III
Master III

that may be you can get at Qlikview access.

Not applicable

in script

select Function

Function category = System

Function Name = QvUser()

and use system  function  for all other information.

see attachement for demo, and try according to you.

tresB
Champion III
Champion III
Author

Thanks.