Forum Discussion
Anonymous
4 years agoNot applicable
need one level down hierarchy in RLS
Good Morning everyone, I facing a problem on RLS, present I am getting the entire path of the employee when the manager logs in into file, but I need only one level down Hierarchy when the mana...
Greg_Deckler
4 years agoCommunity Champion
Anonymous Maybe:
NewUserPath = PATHITEM([UserPath],1) & "|" & PATHITEM([UserPath],2)Anonymous
4 years agoNot applicable
it's not working sir.it must show in dynamic according to Manager login.