Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
maggi5685
Contributor
Contributor

Section Access not working

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

Labels (1)
3 Replies
maggi5685
Contributor
Contributor
Author

Please help

sikander02
Contributor III
Contributor III

Hi,

did you find solution this issue?

BrunPierre
Master
Master

@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;