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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
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.

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.