Is there anyway that I can create a table that combines fields from task and
resource tables? I want to be able to display task IDs, task name, various
custom task fields, and the individual work for a specific resource if the
task has multiple resources assigned to it? I want to create single line
report that I can develop a filter that selects only for the specific
resource. Similar to the example below with additional information.

Task #1, Start, End, Baseline Work for Resource #1, Resource #1

Re: Displaying Individual Work for Multi Resourced Task by John

John
Tue Dec 11 18:17:46 PST 2007

In article <57E46936-CEA7-4B97-B642-72440A121A0D@microsoft.com>,
Nicola A. <Nicola A.@discussions.microsoft.com> wrote:

> Is there anyway that I can create a table that combines fields from task and
> resource tables? I want to be able to display task IDs, task name, various
> custom task fields, and the individual work for a specific resource if the
> task has multiple resources assigned to it? I want to create single line
> report that I can develop a filter that selects only for the specific
> resource. Similar to the example below with additional information.
>
> Task #1, Start, End, Baseline Work for Resource #1, Resource #1

Nicola,
The only way to get combined view data is either via a split window or
by using the Resource Usage or Task Usage views. However, be advised
that your custom task fields will not appear in the Resource Usage view.
See FAQ 51 - Data types: task, resource and assignment, on our MVP
website at, http://www.mvps.org/project/faqs.htm.

You can get the exact report you want but you will have to export
Project data to another application (e.g. Excel). If you do not need
timescaled data, you can use an export map. If you do need timescaled
data (e.g. resource work over a time span), you can try the "Analyze
timescaled data in Excel" utility or for Project 2007, try the visual
reports feature. To get the exact report you want with a single custom
menu item or toolbar button, VBA is the way to go.

John
Project MVP

RE: Displaying Individual Work for Multi Resourced Task by BillieTX

BillieTX
Sun Dec 16 19:37:00 PST 2007

I would like to find a template that guides Economic /Commercial Development
Processes in a small city

BillietX

"Nicola A." wrote:

> Is there anyway that I can create a table that combines fields from task and
> resource tables? I want to be able to display task IDs, task name, various
> custom task fields, and the individual work for a specific resource if the
> task has multiple resources assigned to it? I want to create single line
> report that I can develop a filter that selects only for the specific
> resource. Similar to the example below with additional information.
>
> Task #1, Start, End, Baseline Work for Resource #1, Resource #1

Re: Displaying Individual Work for Multi Resourced Task by JulieS

JulieS
Mon Dec 17 07:11:36 CST 2007

Hello BillieTX,

I sincerely doubt that such a Project template has been created. If
you are trying to encourage economic development, I'd suggest starting
with a web search. Several years ago Jack Schultz wrote a book called
Boomtown USA. Not the definitive answer, but a good start in your
search.

I hope this helps. Let us know how you get along.

Julie
Project MVP

Visit http://project.mvps.org/ for the FAQs and additional information
about Microsoft Project

"BillieTX" <BillieTX@discussions.microsoft.com> wrote in message
news:89B751CE-C1DF-4FB9-B699-EB7B60906582@microsoft.com...
> I would like to find a template that guides Economic /Commercial
> Development
> Processes in a small city
>
> BillietX
>
> "Nicola A." wrote:
>
>> Is there anyway that I can create a table that combines fields from
>> task and
>> resource tables? I want to be able to display task IDs, task name,
>> various
>> custom task fields, and the individual work for a specific resource
>> if the
>> task has multiple resources assigned to it? I want to create
>> single line
>> report that I can develop a filter that selects only for the
>> specific
>> resource. Similar to the example below with additional information.
>>
>> Task #1, Start, End, Baseline Work for Resource #1, Resource #1