Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qvw files restrictions on QMC

Hi,

I have three qvw files (A, B and C) all these qvw files placed and visible in user document in QMC, and 3 named users (A, B and C). I would like to restrict to them when A user logins in Access point he supposed to see only A.qvw file and the same way for other B and C Users corresponding to their qvw files.

Can you pls guide me how to do this??

Thanks,

2 Replies
datanibbler
Champion
Champion

Hi,

assign them Doc_CALs if you can - that way, they will be able to see only the one qvw that is assigned to them.

<=> If not, use section_access in the script, or just a line (in the script) like

-----------------------------------------------------------------

IF OSUser = 'john.doe' THEN

       EXIT SCRIPT;

ENDIF

--------------------------------------------------------------------

(or, if you have the QV_Publisher, that should offer even more possibilities of access_management)

HTH

Best regards,

DataNibbler

Gysbert_Wassenaar

Remove the ntfs read permissions of the qvw file for the users that should not see the file in the access point. Only qvw files that the user has at least read rights for will be visible to the user in the access point.


talk is cheap, supply exceeds demand