Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.
Hi,
The section access is used to apply security to .qvw file , not to the .qvd. I want to apply security to qvd.
I hope there is no option for that in qlikview.