Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
When I write the function qvuser() in a text field it gives me result: "undefined".
Any idea?
Regards.
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().
Or try OSUser()
try
=OSUser()
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.