Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I am trying to implement data level security, I wrote the following script for data level security.
But the problem is every user is able to see all the data, data restriction is not working.
i have check the option in Document properties-->opening--->initial data reduction based on section access also
Thanks and regards
Anji
You need to set the tickmarks in Document settings on open
Peter
Hi Peter Rieper,
I have selected the that both options.
The issue is in the script. You are using the key word "Section Access" in the section application. Try the below code and it will work:
SECTION Access;
Load * Inline [
ACCESS, USERID
ADMIN,ANJI
USER, NARESH
];
Section Application;
Data:
Load * Inline [
USERID, %COUNTRY,AMOUNT
ANJI,INDIA,1000
NARESH,CHINE,2000
];
Hi Thirumala,
getting same.
There are only two users. Did you test your document with user NARESH? Which client did you use to test your secured document? QV Desktop? Ajax client?
An ADMIN user has always access to all data in QV Desktop.
HI.
I am qv desktop.
sorry..
I am using Qv Desktop
Can you please check the attached file. It is working on my side on QV desktop.