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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Current User

Hello Everybody. I have another question. Is there a variable that indicates the current user is connected. This is necessary to limit user access to certain applications lists. Thank you very much.

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi,

Check this

OSuser( )

Returns a string containing the name of the current user as returned by the operating system.

QVuser( )

Returns a string containing the name of the current QlikView user as entered in a section access.

ComputerName( )

Returns a string containing the name of the computer as returned by the operating system.

Regards,

Sokkorn Cheav

View solution in original post

3 Replies
vijay_iitkgp
Partner - Specialist
Partner - Specialist

Hi ,

You can use function OSuser( )to create variable for current user

Sokkorn
Master
Master

Hi,

Check this

OSuser( )

Returns a string containing the name of the current user as returned by the operating system.

QVuser( )

Returns a string containing the name of the current QlikView user as entered in a section access.

ComputerName( )

Returns a string containing the name of the computer as returned by the operating system.

Regards,

Sokkorn Cheav

Anonymous
Not applicable
Author

Thank you so much guys