Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I use the following section to control the access:
Section Access;
LOAD * INLINE [
ACCESS, USERID,PASSWORD,Region
ADMIN,lzq,123,Brazil
];
Section Application;
Load * Inline
[Region,Revenue
Brazil,100
France,200
Germany,300
];
I want to let USER lzq just could see the Brazil revenue, but it does not work, could you help me out?
Thanks.
Hi,
Document Settings---->Opening---->check Initial Data Reduction Based on Section Access---->check Strict Exclusion
Thanks, I did it, but it does not work, I have attached the QVW, could you have a look at it?
The user is lzq, pwd is 123.
Thanks.