Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QV Server Management Console

We have QV document security implement using DMS in the management console. Is there a QV document that will show me who has access to which documents?

Thanks,

Stephen

Labels (1)
2 Replies
Not applicable
Author

No, you can see document ACL from "Authorization" properties, selecting documents from "User document" tab, bye.
corrado

vgutkovsky
Master II
Master II

Stephen,

I think it all depends on whether or not you can figure out a way to parse .META files. You can programatically list all documents hosted on the QVS (see http://community.qlik.com/forums/t/24414.aspx). You can then get their corresponding .META files (which will have the same name + .META). If you open these files in Notepad you'll see that the full list of users is in there, but in a difficult format to parse. However, if you can figure it out, it should be relatively easy to write a function that outputs filename/users to a CSV, which you can then feed into a QVW.

Good luck,