Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
My requirement:
User A can see two fields:Region and sub_region
User B just can see one field: sub_region.
Section Access;
LOAD
ACCESS,
UPPER(USERID) AS USERID,
OMIT
XXXXX
Section Application;
The data is as bellows:
ACCESS USERID OMIT
ADMIN A
USER B REGION.
Now when User B login in ,FIELD REGION hides. But the problem is I added the REGION to the master item(In selectionbar;
User A needs it.),
So when B logins in ,the master item 'REGION' show:
So how to remove it when B logins in? And when A logins in ,it 's OK.
Hi Scott,
maybe you can find some help on this thread:
Section Access OMIT causes Invalid Visualisation error
Kind regards