Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have 3 users
Admin,Region_1,CFS_1
and two fields as REGION_NAME and SA_STATE
for admin there is no restriction on both the fields
for Region_1 user Region_NAME='REGION_1' NO RESTRICTION ON SA_STATE
FOR SA_STATE USER REGION_NAME CAN BE ANYTHING BUT SA_STATE should be STATE1
I have attempted following but not getting correct results
Section Access;
ACCESSTABLE:
Load * Inline [
ACCESS,USERID
ADMIN,EAGLE
USER,REGION_1
];
Section Application;
Star is '*';
ReductionTable:
Load * Inline [
USERID,REGION_NAME
EAGLE,*
REGION_1,REGION_1
];
Star is;
Section Access;
ACCESSTABLE:
Load * Inline [
ACCESS,USERID
ADMIN,EAGLE
USER,CFS_1
];
Section Application;
Star is '*';
ReductionTable:
Load * Inline [
USERID,SA_STATE
EAGLE,*
CFS_1,STATE_1
];
Star is;
NOTE: BOTH THE FIELDS ARE IN SAME TABLE.
#URGENT #QLIKSENSE @support @PrashantSangle @marcus_sommer @swuehl @sunny_talwar @tresesco
HI,
Take a look at section 6 in the attached.