Task report filtered by task owner/ assigned group member

Certified Senior Developer

Hello All- 

There is a requirement to display all the tasks name along with other details in an interface and the data should be filtered by the task owner/ assigned group. When task owner or the user of the assigned group logs in, the user should be able to view all the details along with the tasks which are assigned to the user. 

I am using query process analytics to fetch details from a task report within read-only grid. Any advice? TIA

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Appian Employee
    in reply to amikb0002

    Yeah this is definitely the easiest way to do it. Assuming that you always want to show the loggedInUser their current tasks, all you have to do when creating your task report is:

    1. Choose "Create from Scratch"
    2. Select Report Type = Task
    3. Select Context Type = Tasks attributed to user

    Once you do this, the task report will automatically show all the tasks assigned to the loggedInUser, and you don't have to do any additional filtering.

Children
No Data