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

Column level access using section access

Hi,

I have  below,column(F1,F2,F3,F4) level security requirement...I want to see the data for column F1(A3 to A5).

Please find the attached requirement.

please help me.

2 Replies
buzzy996
Master II
Master II

try some thing like this,

Section Access;
Load * Inline
[ACCESS,USERID,PASSWORD,OMIT
ADMIN,A,X,
USER,U1,Y1,Field
USER,U2,Y2,Field1
USER,U3,Y3,Field2
USER,U4,Y4,
USER,U5,Y5,*]
;

Section Application;
Load * Inline [
Field,Field1,Field2
1,2,3
]
;

Not applicable
Author

Hi Siva,

thanks for your reply...

we want to show only some values from particular columns.for example field1(a1,a2,a3,a4,a5)..I want to see only a3 to a5 data from field1.


one more query....how to "OMIT" more than one column in section access.


please help me.