Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
example:
For one sheet -I have to show all company code for one user
Sheet2 -the same user needs to restricted on the companycode level USA.
Section Access;LOAD [ACCESS], NTNAME, Companycode, AUTHGROUPresident Table1;
Section Application;star is *;LOAD * INLINE [AUTHGROUP,ALLTABGRP1,1GRP2,2];
For sheet1 and User1 it suppose to show USA,Germany,Canada,Japan,Korea
For Sheet2 and user1 it suppose to show USA only
Advance thanks for your help.