Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to configure the Section Access using a inline command but still I see all the data.
Section Access ;
LOAD *Inline [
access,userid,division_id
ADMIN,OKTA\ascf_abxcs@abtassoc.com,61
ADMIN,SA\SCHEDULER,*
];
Where the admin OKTA\ascf_abxcs@abtassoc.com should only see division_id = 61 .My employee table used to create the visualization has division_id for each employee.
Please help its urgent.
THanks
Please help
Hi,
did you find solution this issue?
@sikander02 @maggi5685 's access control is missing the section application statement.
Section Access ;
LOAD *Inline [
access,userid,division_id
ADMIN,OKTA\ascf_abxcs@abtassoc.com,61
ADMIN,SA\SCHEDULER,*
];
Section Application;