Forum Discussion
Bare
7 years agoFrequent Visitor
Multilevel RLS with userprincipalname
Hi All, Can anyone help with pointing me in the right direction towards extending RLS beyond what I'm allowed to view? Scenario: So, I have the following structure: Now I was able ...
avanderschilden
7 years agoResolver I
So why dont you just add a row with;
Emp1 | Emp4
In that case you have what you need right?
You just have to store your table with parents and childs different, without level. Just 2 columns with a parents and child.
Emp1 | Emp4
In that case you have what you need right?
You just have to store your table with parents and childs different, without level. Just 2 columns with a parents and child.
Bare
7 years agoFrequent Visitor
avanderschilden It's a good idea worth trying. I was avoiding any manual maintenance (the employee file comes from a separate system) that I didn't think of this. I'll simply carve out a 2 column solution with Power Query and let you know how it goes.
Many thanks