63667 - no subject - Hi,\nI want a report that shows all task

Hi,
I want a report that shows all tasks I am assigned to for specific process models.

I used the task per process modell report and added a column "assignees", which I set to tp!assignees.

On the dashboard I set the filter to "assignees like loggedinuser()".

However, this is always returning all the tasks of the process models.

Any better ideas how to get this report working?

Thanks, Moritz...

OriginalPostID-63667

  Discussion posts and replies are publicly visible

Parents
  • Folks, gotta think outside the box a bit. There are many ways to do this... you can create a rule for more complex expression evaluation. You can look at the array of assigned user to see if the logged in user is part of that array, you can look at the group membership (if assigned to a group) and ask if the logged in user is part of that group. Further, you could do this for just the task owner. Many, many ways to do what you're looking for.
Reply
  • Folks, gotta think outside the box a bit. There are many ways to do this... you can create a rule for more complex expression evaluation. You can look at the array of assigned user to see if the logged in user is part of that array, you can look at the group membership (if assigned to a group) and ask if the logged in user is part of that group. Further, you could do this for just the task owner. Many, many ways to do what you're looking for.
Children
No Data