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
    Certified Senior Developer
    in reply to amikb0002

    You will have to create task report and add a field for the owner/assignee in the configuration if not present . Once you get the column added take the column identifier such as c2, or c5 or so and add the field in your query and in the value ri!variable or loggedInUser.

    In the Report Designer click on edit and select the Owner/Assignee in the show column

    In your query add the field/column Name

    ri!user will contain the value as loggedInUser.

    If you are not unable to find the column name you can find it without adding the indexing of data.

    Field from the dictionary will be your field value.

Children