Forum Discussion
Zweebo
Sep 13, 2022Copper Contributor
Summarizing Resources under milestones
Hi all I have 2 questions relating to milestones and getting more out of them for custom report sheets. One thing I'd like to be able to do is to have the resources used summed up at milestones, ...
John-project
Sep 13, 2022Silver Contributor
Zweebo,
You seem to be confusing the concept of milestones versus summary groups. Milestones are not tasks, they are just a point in time normally depicting the start or finish of a whole plan or group of tasks. Milestones have zero duration and no resources assigned. A milestone may on occasion have a cost associated with it (e.g. receipt or payment of an invoice), but this is rare.
With regard to summing up resources, the Task Usage view provides a list of all resources assigned to any given task. If you just want a count of resources under each summary level that may be feasible with selective grouping. If you want all the resource names assigned under each summary level then you will need VBA to parse and dump that information into a spare Text field (e.g. Text1) at each summary level, but if the total character string is greater than 255, you'll have to use the Notes field.
With regard to milestone "meetings", I suggest you create a separate task for each "type" or perhaps designate a general descriptor task and use a custom field (e.g. Text1) to identify the "type". That makes filtering or grouping for each "type" very easy.
John
You seem to be confusing the concept of milestones versus summary groups. Milestones are not tasks, they are just a point in time normally depicting the start or finish of a whole plan or group of tasks. Milestones have zero duration and no resources assigned. A milestone may on occasion have a cost associated with it (e.g. receipt or payment of an invoice), but this is rare.
With regard to summing up resources, the Task Usage view provides a list of all resources assigned to any given task. If you just want a count of resources under each summary level that may be feasible with selective grouping. If you want all the resource names assigned under each summary level then you will need VBA to parse and dump that information into a spare Text field (e.g. Text1) at each summary level, but if the total character string is greater than 255, you'll have to use the Notes field.
With regard to milestone "meetings", I suggest you create a separate task for each "type" or perhaps designate a general descriptor task and use a custom field (e.g. Text1) to identify the "type". That makes filtering or grouping for each "type" very easy.
John