Hello - I'm attempting to extract team information from a hierarchy string. The format is as follows /ParentGroup/SiteLocation/Manager/Team/
Each of the hierarchy members is of variable length except for the parent group. I am currently attempting to use this expression in my query:
Team: Right([hierarchy_names],Len([hierarchy_names])-InStr(1,[hierarchy_names],"/"))
The result I am getting - is the entire string. The result I am trying to achieve is: Team
I've been struggling with this for a couple of hours - any assistance is greatly appreciated.
TIA,
Elysynn
Each of the hierarchy members is of variable length except for the parent group. I am currently attempting to use this expression in my query:
Team: Right([hierarchy_names],Len([hierarchy_names])-InStr(1,[hierarchy_names],"/"))
The result I am getting - is the entire string. The result I am trying to achieve is: Team
I've been struggling with this for a couple of hours - any assistance is greatly appreciated.
TIA,
Elysynn