Hi
I wan't to create a set of all managers. I have a set of all active users and all users have the manager attribute populated.
This xPath defines users in the set of all active users.
/Person[ObjectID = /Set[ObjectID = '45b73b9c-3f1f-40b1-af9b-feb320f63e96']/ComputedMember]
what i really want is the managers of all theese active users. But just adding "/Manager" like below off course does not work.
/Person[ObjectID = /Set[ObjectID = '45b73b9c-3f1f-40b1-af9b-feb320f63e96']/ComputedMember/Manager]
Bright ideas?
/Frederik Leed