T
Theo
Hi,
I need some advise on a Project formula. I have created two colums to show
costs for resources, either internal resources or external resources. I have
created two resource group types and assigned resources to either group. I
then created the following formula to only calculate and display resources
assigned to the task from either group.
IIf([Resource Group]="External",[Cost],0)
The formula works fine if you only have resources from a single Group
assigned to a resource. The problem with this formula is that if you assign
resources from different groups (one from internal and one from external) to
the same task the formula only shows 0.
Any suggestions? I need to just be able to loop through the resources
assigned to a task and use the cost from a group to determine the resource
cost for a task.
I need some advise on a Project formula. I have created two colums to show
costs for resources, either internal resources or external resources. I have
created two resource group types and assigned resources to either group. I
then created the following formula to only calculate and display resources
assigned to the task from either group.
IIf([Resource Group]="External",[Cost],0)
The formula works fine if you only have resources from a single Group
assigned to a resource. The problem with this formula is that if you assign
resources from different groups (one from internal and one from external) to
the same task the formula only shows 0.
Any suggestions? I need to just be able to loop through the resources
assigned to a task and use the cost from a group to determine the resource
cost for a task.