We are trying to create a process report containing a column which identifies all instances where the logged in user is a part of a multi valued pv of that instance.

Hi everyone,
We are trying to create a process report containing a column which identifies all instances where the logged in user is a part of a multi valued pv of that instance.
For this, we created a column with the expression: =contains(pv!myUserArray,loggedInUser()). The PV myUserArray is of User or Group type. Hence we tried converting both the data types to user. We also tried converting both the data types to string. However, the expression either returns False or True for all the rows of the report, even for those where logged in user is not a part of the multivalued PV of that instance.
Can someone please suggest an approach for this ? Thanks!...

OriginalPostID-34826

  Discussion posts and replies are publicly visible