When I navigate to the Projects list, select "Projects I'm On", and edit that filter, I notice that there's a field called projectUsersMM that looks like this:
projectUsersMM:ID=$$User.ID
projectUsersMM:ID_Mod=in
This gives me the impression that there's a field (projectUsersMM) that tracks all users attached to a project. My question is, how do I access this field from my own report? I've tried a few report types (Project, Task, Hour, User...) but have not seen this field listed.
My overall goal is to build a report that lists all planned hours, by project, and filtered by Product Owner. I know I call pull in Product Owner in a Project report by utilizing collections (which I've done), but then I can't build a chart off of that field. I'm hoping that if I can access projectUsersMM, I'll be able to pull in just Product Owners and use it in a chart.
Solved! Go to Solution.
Views
Replies
Total Likes
If you go to the API explorer and look at projects you'll see that there is a Project Users collection on projects that you can manipulate in text mode.
You can not build a chart or summary off of that field in standard Workfront reports.
To do charting you would need to make a report at the work item/assignment level and do things like a DCNT to get a Distinct Count of projects that the user has assignments on.
How do you determine Product Owner in Workfront is that a User Role on a Project, an Owner of the Project, or a calculated field? You've sometimes got to get a little tricky to pull out the data.
Melinda Layten
Views
Replies
Total Likes
If you go to the API explorer and look at projects you'll see that there is a Project Users collection on projects that you can manipulate in text mode.
You can not build a chart or summary off of that field in standard Workfront reports.
To do charting you would need to make a report at the work item/assignment level and do things like a DCNT to get a Distinct Count of projects that the user has assignments on.
How do you determine Product Owner in Workfront is that a User Role on a Project, an Owner of the Project, or a calculated field? You've sometimes got to get a little tricky to pull out the data.
Melinda Layten
Views
Replies
Total Likes
Thanks for this reply @The_Real_Melinda_Layten, it was very informative.
I'll play around with using DCNT in an Assignment Level report. The original report I had built was an Assignment Level report, but my Project Planned Hours were getting over-inflated (it was summing Project Planned Hours for every assignment). I think DCNT may be the workaround I need.
Hey @J_Mas
Could you please share an example of DCNT in an Assignment Level report. I am trying to find the number of unique stakeholders in report.
Thanks
Anubha
Views
Replies
Total Likes
Here's an example: If you were trying to count the unique instances of task names, you would do something like the following:
displayname=Count of Unique Tasks
textmode=true
valueexpression=DCNT({task:name})
valueformat=number
Views
Replies
Total Likes
Thanks @J_Mas , can this be used for finding unique users as well.
Views
Replies
Total Likes
Hi @J_Mas Unfortunately, this formula is not working for counting the unique tasks.
Views
Replies
Total Likes
Views
Likes
Replies