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: 
tresesco
MVP
MVP

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.

tresesco
MVP
MVP
Author

Thanks.