PS2003 Removing Gantt Chart from PWA views

E

Ethan

Does anyone know how to remove the Gantt chart from Project Center and
View a Project views in Project Server 2003 PWA.

This would be the equivalent of something like a Task Sheet view in
Microsoft Project.

Ethan Dorfman
Senior Consultant
EPM
Unique World Pty Ltd
 
D

Dale Howard

Ethan --

Sorry, but you cannot remove the Gantt Chart from any Project Center or
Project view in PWA. The Gantt Chart is a required part of each view.
There is no Task Sheet option in PWA. Hope this helps.
 
L

Lars Hammarberg

You could set the splitter value for the view to a very large figure - if
that's not enough you could try editing the asp page and replace
MSPJGrid.GanttView = true;
with
MSPJGrid.GanttView = false;
at the appropriate place(s).

(Haven't tried that last bit myself, though)

/Lars Hammarberg
www.camako.se
 
E

Ethan

That worked but the setting controls all, for example, project center
views. I suppose an if statement could check the view id and set it
accordingly.

Thanks
Ethan
 
Top