Xpath [%CurrentUser%]

0
In my project each User is a Member of a Group/Team. I am working on a datagrid that will display all objects created by people of the group that I (currentUser) am also a member of. Is it possible to select an association/reference from [CurrentUser]? My xpatch woould start as follows: owner of object -> Team = currentUser -> Team System.owner -> Team = '[%CurrentUser%]' ----> this obviously does not work
asked
1 answers
2

See https://forum.mendix.com/questions/1293/Xpath-on-a-datagrid-refering-to-a-reference-set

answered