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: 
spividori
Specialist
Specialist

QVUser

Hi.

When I write the function qvuser() in a text field it gives me result: "undefined".

Any idea?

Capture.PNG

Regards.

4 Replies
sunny_talwar

This seems like QlikSense, right? Can you try QSUser() may be

UPDATE: Just checked, QSUser() is not a valid function and QVUser() doesn't exist in Qlik Sense. Only option left is to use OSUser().

sunny_talwar

Or try OSUser()

Chanty4u
MVP
MVP

try

=OSUser()

spividori
Specialist
Specialist
Author

Hi.

Thanks for answering. The Osuser () function works on the server but the desktop: "Personal \ Me".

I found the function: computername(), this works for what I need.

Regards.