Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have an odd issue with my section access. Only ADMINs are getting access (not USERs), so I loaded my section access into a table to see what it was doing. That's when I discovered if I include a mix of ADMIN and USER users, only the ADMIN ones are loaded. If I change it to be only USER (or even add in some others like TEST, DUMMY etc) , then it loads everything. I've tried loading the section access inline and also from an xlsx file.
My section access script:
Section Access;
LOAD * inline [
ACCESS,USERID,COST_CENTRE
ADMIN,ABCDE\abc1111,*
USER,ABCDE\def2222,1000
USER,ABCDE\ghi3333,2000
];
section application;
My table script:
TEST:
LOAD * inline [
ACCESS,USERID,COST_CENTRE
ADMIN,ABCDE\abc1111,*
USER,ABCDE\def2222,1000
USER,ABCDE\ghi3333,2000
];
So my question is, how am I supposed to have ADMIN and USER in section access? Or am I supposed to only have ADMIN or USER, not both?
That's great, @QlikyNicky ! I'm glad to hear that what I tested did in fact resolve your issue.