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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading of qvd file - security question

Hi all,

Do we have some method to apply to prevent developers from loading particular qvd files that are stored on server?


Regards

Vera

1 Reply
Miguel_Angel_Baeyens

Hello Vera,

QVDs are files which are stored into a filesystem managed by Windows OS. You can store QVDs in different folders and apply permissions over those folders so only allowed developers can even read from that folder, i.e.: Development folder only allows Read and Modify to those in the Active Directory security group Developers.

It must be this way, because files are handled by the operating system.

You can use section access to prevent users to read from QVW files, but while a QVW file is the app itself with al design, data, script, security, etc. the QVD file is just table storage.

Miguel