Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
I want to create a task report that shoes the hours for each individual assigned to the same task. In my efforts to create this report, all of the hours are showing up under one person when the task actually includes 3 - 4 more individuals.
Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.
Visualizações
respostas
Total de curtidas
I have this column added to one of my views to see hours by Assignee
displayname=Assignment Breakdown
listdelimiter=<br>
listmethod=nested(assignments).lists
textmode=true
type=iterate
valueexpression=CONCAT({assignedTo}.{name}," (",{role}.{name},") - ",{workRequired}/60,IF({workRequired}/60>ABS(1)," Hours"," Hour"))
valueformat=HTML
Hope that helps
Hi @Anthony Imgrund‚
Thanks and I remember you helped the above code to make our lives easier.
As suggested, we started to use assignment breakdown as column in project view, the code is;
displayname=Assignment Breakdown
listdelimiter=<br>
listmethod=nested(assignments).lists
textmode=true
type=iterate
valueexpression=CONCAT({assignedTo}.{name}," (",{role}.{name},") - ",{workRequired}/60,IF({workRequired}/60>ABS(1)," Hours"," Hour"))
valueformat=HTML
Id planned hours is 40 hrs equally between 3 assigments, then the planned hour shows 13.3333333 hrs each.
Any solution to round this number?????
Thanks in advance.
Mvh
Kundan
Visualizações
respostas
Total de curtidas
Huge help. Thanks so much Anthony!
-Rick
Visualizações
respostas
Total de curtidas
This is great in creating a column of planned hours by assignee. How might I also create a column of actual hours for these assignees?
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas