Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everybody,
Is there any way to return the windows connected user?
The OSUser() function return the NTNAME of Selection Access.
Thanks!
can you post what you get and what you need?
I need a way to return the current Windows user.
what is output you are getting with OSUser() ?
for example if your output like this with OSUser()
DOMAIN/ARUL.SETTU
try this
SubField('DOMAIN/arul.settu','/',2)
you will get only arul.settu
=OsUser()
will give u the same only
u can chk in my comouter properties.
I will give you an exemple:
If I connect in Windows with my user "fernando.martini" an then open the browser and connect in Qlikview with the user "arul.settu", the OSUser() function will return "arul.settu".
I need THE OPERATIONAL SYSTEM USER, in this case "fernando.martini".
OSUser() return the user connected in Qlikview, not the Windows user.