ice_cold said:
Thanks for your reply. Actually View - > Calendar shows me the days (in
this case d1) and the tasks that are scheduled for that day (in this
case, t1, t2, t3), but not the task 'duration'. I need to 'double click'
on each task to find details of that task (including duration).
However, what I was looking for was view in which I could see the
tasks, as well as their corresponding duration (without the need to
double click the tasks to see their duration).
It seems that in the Calendar view in Project 2003 you can only display
one field and that is typically the task name.
If you go to Format/Bar Styles you can see that the name can be replced
by the duration but that is probably a worse situation.
The Calendar View is generally recognised as being limited in its
display functionality.
However, what you can do is format the required information into one of
the spare fields and choose to display that.
Add the Text1 column to the Gantt view (right click on the column
headers and select the Tex1 column).
Then right-click on the Text1 header, select "Customise Fields" and then
click "Formula".
"Task Name: " + [Name] + ", Task Duration: " + ProjDurConv( [Duration] ,
pjHours )