Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Logged in user details

Can I get user details like user id after .qvw file is deployed on server.

For eg: I have a .qvw file. I want to display the user details(like userid - domain/username) who is accessing the .qvw file from server.

3 Replies
MK9885
Master II
Master II

Maybe you looking for Governance Dashboard?

https://market.qlik.com/qlikview-governance-dashboard.html

Never used it but it has charts/filters where you can see log details/user history etc.

vlad_komarov
Partner - Specialist III
Partner - Specialist III

Add the following line in your script:

let vUserName = OSUser();

And you can use this variable in (for example) a text object so it will display the name of the user currently logged in to use the application.

Sample:

Screen Shot 2017-02-06 at 9.14.02 AM.png

Regards,

VK

vlad_komarov
Partner - Specialist III
Partner - Specialist III

Or you can use the "Operations Monitor" application (included in every QS installation) to monitor your users over time:

Screen Shot 2017-02-06 at 9.18.33 AM.png