Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
I need to be able to create a chart that shows how many projects a user has been on. For example, how many jobs has a designer been on this year?
I have tried various text mode, assignment reports, task reports, project reports and can't get where I need to be.
A designer could have multiple assignments (tasks) on one project, but I can't find a way to essentially report the number of projects a designer was a "user" on.
Anyone solved this riddle? Thank you in advance!
Résolu ! Accéder à la solution.
Les sujets facilitent la catégorisation du contenu de la Communauté et vous aident à retrouver le contenu le plus pertinent.
Vues
Réponses
Nombre de J’aime
I've done this by creating an Assignment report then:
aggregator.displayformat=val aggregator.function=DCNT aggregator.namekey=project:name aggregator.valuefield=project:name aggregator.valueformat=val displayname= linkedname=project namekey=view.relatedcolumn namekeyargkey.0=project namekeyargkey.1=name querysort=project:name shortview=true valuefield=project:name valueformat=HTML
Result:
Best I can come up with is this: Work Item report grouped by User, then Project
Sadly we can't report on ProjectUsers. A User has a "workItems" collection that point to projects but there's no way to get a list of unique projects out of it...
Hope this helps!
Vues
Réponses
Nombre de J’aime
Great tip, I'll give that a go and see if it might work.
Vues
Réponses
Nombre de J’aime
Workfront has an out of box "projects I'm on" filter, which gives you a clue. It consists of a combination of filters including project users ID, whether you own the project, are a sponsor, or if you created the project.
You can start by using a combination of any of these filters for your own report, but I would focus on the project users ID filter, and then layer in an exists statement to cover whether there are any assignments to that specific user. The reason for the added exists statement is because frequently users may end up as a project user but not be assigned to tasks or issues. This will remove those projects.
You can probably find examples of good exists filters as well, maybe do a search on the words "exists" and "assgn"
Vues
Réponses
Nombre de J’aime
Right but how do I get to OP's ask of seeing a list of users and which projects they're actually on?
I can do a project report filter out users without assignments. But I can't make it list users.
I can do a user report and filter out those that aren't project users
What am I missing?
Vues
Réponses
Nombre de J’aime
Good leads, I'll try this as well.
Vues
Réponses
Nombre de J’aime
I've done this by creating an Assignment report then:
aggregator.displayformat=val aggregator.function=DCNT aggregator.namekey=project:name aggregator.valuefield=project:name aggregator.valueformat=val displayname= linkedname=project namekey=view.relatedcolumn namekeyargkey.0=project namekeyargkey.1=name querysort=project:name shortview=true valuefield=project:name valueformat=HTML
Result:
This looks promising, thank you!
That did the trick!!
Vues
Réponses
Nombre de J’aime
Awesome! Glad I could help 🙂
Vues
Réponses
Nombre de J’aime
Vues
Likes
Réponses