Question
Filter to only show tasks assigned to groups which a user is a member of
I have a requirement to have my read only grid which is populating from a process report only show the tasks for groups which a user is a member of (located in column c2).
I have tried using a filter with isLoggedInUserMemberOfGroup(LoggedInUser(),fv!row.c2) but this yeilds an improperly scoped variable. Please assist.
