In my Gantt, I have 5 phases of work. I would like to add a column that will
assign those phases for each task - for example:

Phase column Task Name
Phase 1 Project kick off
Phase 1 Project Charter creation
Phase 1 Project Team resource plan

Phase 2 Create Product A
Phase 2 Create Product A - plan
Phase 2 Create Product A - draft

Then, I would like the same information in the Phase column to be displayed
against the relevant tasks in the Resource Useage view, so that I know which
tasks are in which phase when I am looking at that view.
I can't seem to find a column that will allow me to enter such data, link
the data to the task name, and then display it in the Resource View Sheet. I
tried using the Text1 field in the Gantt view, but then the Text 1 field in
the Resource Uaseage View was a different, new field.

Re: Entering Phase information in Gantt view, linking to Resource Usea by Rod

Rod
Thu Mar 13 16:14:15 CDT 2008

Hi,

Correct, task fields cannot be displayed in the Resource Usage View. You
would be able to see the Phase field in the Task Usage view however. Your
options are to export data to Excel using the Analyze timescaled data in
Excel add-in (see Help for details) or create a VBA Macro to create your
report in Excel.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com



"Nerimo" <Nerimo@discussions.microsoft.com> wrote in message
news:F850C7F0-0359-4C12-AE44-50DFF553D25E@microsoft.com...
> In my Gantt, I have 5 phases of work. I would like to add a column that
> will
> assign those phases for each task - for example:
>
> Phase column Task Name
> Phase 1 Project kick off
> Phase 1 Project Charter creation
> Phase 1 Project Team resource plan
>
> Phase 2 Create Product A
> Phase 2 Create Product A - plan
> Phase 2 Create Product A - draft
>
> Then, I would like the same information in the Phase column to be
> displayed
> against the relevant tasks in the Resource Useage view, so that I know
> which
> tasks are in which phase when I am looking at that view.
> I can't seem to find a column that will allow me to enter such data, link
> the data to the task name, and then display it in the Resource View Sheet.
> I
> tried using the Text1 field in the Gantt view, but then the Text 1 field
> in
> the Resource Uaseage View was a different, new field.


Re: Entering Phase information in Gantt view, linking to Resource by Nerimo

Nerimo
Thu Mar 13 17:34:01 CDT 2008

Thanks for the help. I was hoping that there might be an option to create a
customized view that included the column from the Gantt view in the Resource
Useage View. I particularly want to avoid exporting anything to Excel. I
wonder if this is not possible?
Thanks!!

"Rod Gill" wrote:

> Hi,
>
> Correct, task fields cannot be displayed in the Resource Usage View. You
> would be able to see the Phase field in the Task Usage view however. Your
> options are to export data to Excel using the Analyze timescaled data in
> Excel add-in (see Help for details) or create a VBA Macro to create your
> report in Excel.
>
> --
>
> Rod Gill
> Microsoft MVP for Project
>
> Author of the only book on Project VBA, see:
> http://www.projectvbabook.com
>
>
>
> "Nerimo" <Nerimo@discussions.microsoft.com> wrote in message
> news:F850C7F0-0359-4C12-AE44-50DFF553D25E@microsoft.com...
> > In my Gantt, I have 5 phases of work. I would like to add a column that
> > will
> > assign those phases for each task - for example:
> >
> > Phase column Task Name
> > Phase 1 Project kick off
> > Phase 1 Project Charter creation
> > Phase 1 Project Team resource plan
> >
> > Phase 2 Create Product A
> > Phase 2 Create Product A - plan
> > Phase 2 Create Product A - draft
> >
> > Then, I would like the same information in the Phase column to be
> > displayed
> > against the relevant tasks in the Resource Useage view, so that I know
> > which
> > tasks are in which phase when I am looking at that view.
> > I can't seem to find a column that will allow me to enter such data, link
> > the data to the task name, and then display it in the Resource View Sheet.
> > I
> > tried using the Text1 field in the Gantt view, but then the Text 1 field
> > in
> > the Resource Uaseage View was a different, new field.
>
>

Re: Entering Phase information in Gantt view, linking to Resource by Rod

Rod
Thu Mar 13 19:02:28 CDT 2008

No,

Resource Usage View can only show Resource columns over and above what is
already displayed.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com



"Nerimo" <Nerimo@discussions.microsoft.com> wrote in message
news:7A9E192A-7EC7-4C9D-93E0-A5570AA3C229@microsoft.com...
> Thanks for the help. I was hoping that there might be an option to create
> a
> customized view that included the column from the Gantt view in the
> Resource
> Useage View. I particularly want to avoid exporting anything to Excel. I
> wonder if this is not possible?
> Thanks!!
>
> "Rod Gill" wrote:
>
>> Hi,
>>
>> Correct, task fields cannot be displayed in the Resource Usage View. You
>> would be able to see the Phase field in the Task Usage view however. Your
>> options are to export data to Excel using the Analyze timescaled data in
>> Excel add-in (see Help for details) or create a VBA Macro to create your
>> report in Excel.
>>
>> --
>>
>> Rod Gill
>> Microsoft MVP for Project
>>
>> Author of the only book on Project VBA, see:
>> http://www.projectvbabook.com
>>
>>
>>
>> "Nerimo" <Nerimo@discussions.microsoft.com> wrote in message
>> news:F850C7F0-0359-4C12-AE44-50DFF553D25E@microsoft.com...
>> > In my Gantt, I have 5 phases of work. I would like to add a column that
>> > will
>> > assign those phases for each task - for example:
>> >
>> > Phase column Task Name
>> > Phase 1 Project kick off
>> > Phase 1 Project Charter creation
>> > Phase 1 Project Team resource plan
>> >
>> > Phase 2 Create Product A
>> > Phase 2 Create Product A - plan
>> > Phase 2 Create Product A - draft
>> >
>> > Then, I would like the same information in the Phase column to be
>> > displayed
>> > against the relevant tasks in the Resource Useage view, so that I know
>> > which
>> > tasks are in which phase when I am looking at that view.
>> > I can't seem to find a column that will allow me to enter such data,
>> > link
>> > the data to the task name, and then display it in the Resource View
>> > Sheet.
>> > I
>> > tried using the Text1 field in the Gantt view, but then the Text 1
>> > field
>> > in
>> > the Resource Uaseage View was a different, new field.
>>
>>


Re: Entering Phase information in Gantt view, linking to Resource Usea by Jan

Jan
Fri Mar 14 14:43:25 CDT 2008

Hi,

The macros that solve this are available in FAQ 37 in
http://www.mvps.org/project/faqs.htm

HTH

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
+32 495 300 620
For availability check:
http://users.online.be/prom-ade/Calendar.pdf
"Nerimo" <Nerimo@discussions.microsoft.com> wrote in message
news:F850C7F0-0359-4C12-AE44-50DFF553D25E@microsoft.com...
> In my Gantt, I have 5 phases of work. I would like to add a column that
> will
> assign those phases for each task - for example:
>
> Phase column Task Name
> Phase 1 Project kick off
> Phase 1 Project Charter creation
> Phase 1 Project Team resource plan
>
> Phase 2 Create Product A
> Phase 2 Create Product A - plan
> Phase 2 Create Product A - draft
>
> Then, I would like the same information in the Phase column to be
> displayed
> against the relevant tasks in the Resource Useage view, so that I know
> which
> tasks are in which phase when I am looking at that view.
> I can't seem to find a column that will allow me to enter such data, link
> the data to the task name, and then display it in the Resource View Sheet.
> I
> tried using the Text1 field in the Gantt view, but then the Text 1 field
> in
> the Resource Uaseage View was a different, new field.