Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the following script for section access
Load
* Inline
[ACCESS,USERID,PASSWORD,REGION
ADMIN,ADMIN,ADMIN,*
USER,U1,Y1,AFRICA
USER,U2,Y2,AMERICA
USER,U3,Y3,ASIA
USER,U4,Y4,EUROPE
USER,U5,Y5,*]
;
Section
Application
;
SALES:
LOAD
* INLINE
[
REGION, PROFIT
AFRICA, 1000
AMERICA, 2000
ASIA, 3000
EUROPE, 4000
OCEANIA, 5000
]
;
If I am the user U1, i should see only Africa and profit of 1000. But when i log in as U1, i see everything. What is wrong here?
can any one help?
Have you checked "initial data reduction..." on the "Opening" tab in the document properties?
Have you checked "initial data reduction..." on the "Opening" tab in the document properties?
Great Micheal. That worked. Also if i close and re-open the document, it is not prompting me the user name and password. Is it because of caching. Is there anyway i can avoid this issue?
Hi
Opt Initial Data Reduction it will work in document properties.
Hope it will helpful!!
It is not cache. See "user preferences", uncheck "remember login credentials..."
Looks like you are trying section access first time, try reading a helpful document attached.
Thanks.