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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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
MVP
MVP

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

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.