Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear community, I have a problem that I hope you can help me with.
I have the following section access
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, DEPARTMENT
ADMIN, ADMIN, ADMIN123
USER, USER, USER123, SALES
];
Section Application;
What I want to do, is that USER which can only access to the SALES Department, starts with this DEPARTMENT Selected.
Thank you very much
No, there's just one user for one Department. Only Admin has access to all
It didn't work as espected. Indeed it started with the selection, but I don't know why the triggers I had didn't work
Hi Andrew,
That's not a very secure option. It means the user can see all departments (no data reduction happens) and (when working as designed) it sets an initial selection on the department the user has access to.
It's not making me any selections yet
That what's happend. The really cool thing would be to be able to select both options.
It may be that the concat is not quite right yet. I think it's looking for something like (Sales | Marketing | Finance) and at the moment we are excluding the brackets. Can you try with brackets, something like ='('&concat(Department,'|')&')'