Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access with Omit

I have a problem with access to omit section
to operate with Omit the section application is after on of the application INLINE.
to operate without Omit the section application is first on of the application INLINE.
Why?
Can you help?
thanks

Section Access;
LOAD * INLINE [
ACCESS, USERID,PASSWORD,USERGRUOP,OMITGROUP
ADMIN, ADMIN, ADMIN, ,
USER, USER1, USER1,USER1, USER1
USER, USER2, USER2,USER2, USER2
];


LOAD * INLINE [
OMITGROUP, OMIT
USER1, Field2
USER2, Field2
];

LOAD * INLINE [
USERGRUOP, Field1
USER1, a1
USER2, a2
];


section application;
star is *;
Fields:
LOAD * INLINE [
Field1, Field2, Field3, Field4, Field5
a1, b1, c1, d1, e1
a2, b2, c2, d2, e2
];

0 Replies