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...
Anonymous
4 years agoNot applicable
Thanks to Greg_Deckler .
present I am getting value but I need only one level of hierarchy.
example: I don't need this highlighted line.
Greg_Deckler
4 years agoCommunity Champion
Anonymous Maybe:
NewUserPath = PATHITEM([UserPath],1) & "|" & PATHITEM([UserPath],2)- Anonymous4 years agoNot applicable
it's not working sir.it must show in dynamic according to Manager login.