L
Luis Arguello
Hello. I just customized enterprise text field on the Resource Usage view to
classify each task shown for each resource in one on the following categories:
- Research
- Development
- Testing
I'm using a Value List and it's working ok. But what I really need is,
accoding to the task category, include an enterprise number field that shows
the total of actual work performed by each resource on each category. I
understand I should add a new customized enterprise number field to calculate
the totals for each category.
For "Research", for example, I'm using the following formula:
IIf([Enterprise Text2]="Research",([Actual Work]/60),0)
and I have set the calculation for task and group summary rows in "Sum"
mode. Nevertheless, if the actual work on a task of type "Research" is 5
hours for a given resource, I get 3 hours on the cell corresponding to the
customized enterprise number field (which I called "Research Actual Work")
and I get an error on the summary cell corresponding to the resource.
Any thoughts? I'd appreciate any suggestions! Thanks.
classify each task shown for each resource in one on the following categories:
- Research
- Development
- Testing
I'm using a Value List and it's working ok. But what I really need is,
accoding to the task category, include an enterprise number field that shows
the total of actual work performed by each resource on each category. I
understand I should add a new customized enterprise number field to calculate
the totals for each category.
For "Research", for example, I'm using the following formula:
IIf([Enterprise Text2]="Research",([Actual Work]/60),0)
and I have set the calculation for task and group summary rows in "Sum"
mode. Nevertheless, if the actual work on a task of type "Research" is 5
hours for a given resource, I get 3 hours on the cell corresponding to the
customized enterprise number field (which I called "Research Actual Work")
and I get an error on the summary cell corresponding to the resource.
Any thoughts? I'd appreciate any suggestions! Thanks.