Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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
Thanks Ganesh!
Can we get user's display name?. Any possibilities?