Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to add the section access. Please see the attached sample file. I am trying to restrict the data to a value A only from the inline table. I have commented out the section access part so that someone can open it.
I still get all the values. Its not applying the section access.
What Am I missing here
Try this:
Section Access;
LOAD * INLINE [
ACCESS,NTNAME
ADMIN,domain\johndoe
TEST,A
];
section Application;
Try this:
Section Access;
LOAD * INLINE [
ACCESS,NTNAME
ADMIN,domain\johndoe
TEST,A
];
section Application;