Hi there
I am trying to create a formula to return a value of 0, -1, -2, -3 etc. depending on the employee's level to the CEO. It's easy enough to get the first two levels where Direct Manager = 10002 then Level to CEO = -1, but how do I get anyone reporting into the -1 group to have a -2 and so on until -5?
Thanks and looking forward to the answer!
Group People Id = 10001 OR 10002 OR 10004 then Level to CEO = 0. Anyone with 10001 OR 10002 OR 10004 IN Direct Manager Id, Level to CEO = -1. Anyone whose Direct Manager Id has a -1 in Level to CEO has a -2 in Level to CEO. Anyone whose Direct Manager Id has a -2 in Level to CEO has a -3 in Level to CEO. Anyone whose Direct Manager Id has a -3 in Leader Type has a -4 in Level to CEO. Anyone whose Direct Manager Id has a -4 in Level to CEO has a -5 in Level to CEO.