Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ComputerName() from browser

Hi All

I am trying to find out the name of the client PC when I access a document on a Qlikview server through a browser.

For some reason the function ComputerName() returns the computer name of the Qlikview server instead of the client computer name.

Is there something I can do to change the behavior of the function (a setting on the Qlikview server) or is there another way to determine which client PC have accessed the document ?

Best regards

Stig Jensen

1 Solution

Accepted Solutions
Nicole-Smith

OSUser() may get you closer to what you want.

OSuser( )

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

View solution in original post

2 Replies
Nicole-Smith

OSUser() may get you closer to what you want.

OSuser( )

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

Not applicable
Author

Thank you

Just what I needed