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

How to display NT account name when I launch a QVW through accesspoint?

Hi,

May I know how to display the NT account name when I launch a QVW through accesspoint?

For example, if i login as david, inside my qlikview file, it should display:

"Welcome, David"

Thanks.

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Create a text box object where you want to display NT name in your Dashboard of prod QVW file and put this expreression.

='Welcome: ' & upper( Mid(OSUser(), Index(OSUser(),'\')+1,len(OSUser())))

Then save it.

Access the same file in Access Point.you will be able to see your NT name in Welcome page.

Regards

Ganesh

View solution in original post

3 Replies
Not applicable
Author

Hi,

Create a text box object where you want to display NT name in your Dashboard of prod QVW file and put this expreression.

='Welcome: ' & upper( Mid(OSUser(), Index(OSUser(),'\')+1,len(OSUser())))

Then save it.

Access the same file in Access Point.you will be able to see your NT name in Welcome page.

Regards

Ganesh

Not applicable
Author

Thanks Ganesh!

gainkarthi
Partner - Specialist
Partner - Specialist

Can we get user's display name?. Any possibilities?