Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

sheet level section access

Hi All,

   I am trying to implement sheet level section access which is working fine on my local

  when i tried implementing the same on shared drive it is not working

   Any help would be appreciated

3 Replies
hic
Former Employee
Former Employee

You need to tell us how you have done it, otherwise it is difficult to answer your question. It should however be possible to use a show condition like USER='JIM' or USERGROUP='FINANCE', provided that USER or USERGROUP are fields that exist.

See also Data Reduction – Yes, but How?

HIC

Not applicable
Author

Hi,

Sheet level access works in access point.

May be this file help you.

username-  DEV

password- DEV

Not applicable
Author

Hi Henric,

I have implemented like this

section access;

LOAD * INLINE[

ACCESS,NTNAME,GROUP

ADMIN,XXXXX,ALL

USER,XXXXX,GROUP1]

SECTION APPLICATION;

MATRIX:

LOAD * INLINE[

GROUP,SHEET1,SHEET2,SHEET3

ALL,1,1,1

GROUP1,1,0,1];

in the sheet i have write this condition sum(SHEET1)>=1

This is working fine in local but when i implement the same on shared drive it is not working