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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Security to QVD

Hi All,

Is there any way to apply security to a QVD which can be accessed only the admin/users of the qvw file which generates that qvd.

Regards,

Sankar

Labels (1)
4 Replies
Not applicable
Author

hi

use section access.

1)

SECTION Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD

    ADMIN, test1, pass

    USER, test2, pass

];

Section Application;

You may create a qvw with only the qvd loaded and apply access-restrictions.

2) Go to Document Properties->Go to the Opening tab->Uncheck Initial data reduction based on section access .

Hope it help.

Dont forget to save and then open the application.

You can also see if User Properties->"Remember login credential until qlikview exists " is checked in General tab

hope this helps you.

khadeer
Specialist
Specialist

Hi,  U can restrict that qvw file by section access.  

SECTION Access; 

LOAD * INLINE [     

ACCESS, USERID, PASSWORD     

ADMIN, ADMIN, ADMIN     

USER, USER, USER

]; 

Section Application  ;

Setting---> Document Properties----> Opening Tab---->check initial data reduction based on section access.

For more find the attached file.

Not applicable
Author

Hi,

The section access is used to apply security to .qvw file , not to the .qvd.  I want to apply security to qvd.

khadeer
Specialist
Specialist

I hope there is no option for that in qlikview.