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
Hello amikb0002
Sounds right. Are you facing any problem in implementing this?
Sorry I missed to ask what I am looking for. I would like to know if there is any way to use the owner/ group name in the query so I can filter the data based on assigned user/ member of the group when the user logs in.
I have done these steps already. I created a column in the task report with task owner name (tp!owner) but it displays all the user name and assigned groups in a list. Question is how group can be handled for the logged in user?
Could you please share your report configuration screen shot. Mostly the above three parts in your report and query process analytics.
And your query?
I am looking for a query to handle this group. query with only logged in user can be done but not catering what is expected.
Here owner column holds only group name "WLRD Users"
You will have to check if the user in present in the groups, and show the details. One way to do is as shown belowHave a local variable where you get the group Ids and then use those to filter.
Thank you. Will try that out and keep you posted here.
Great! Please verify the relevant answers if it worked, Thanks.
This approach appears to be little complex as local!groups will have a list and also c7 also is a list type. So it would need a nested loop.