Work in Days in PWA

Y

YMA

Is it possible to display the Work in days in Project Web
Access? I
would think this would be customizable, but if it is, I
can't find it.
 
D

Dale Howard

YMA --

In Project Web Access, Duration is formatted in days and Work is formatted
in hours. These are the defaults and I am not aware of any way to change
them. Hope this helps.
 
D

David LE GLANAER

Hello,

This answer comes directly form MS France :

- Open TaskPage.asp
- Place you before the last MSPJGrid.Refresh of the
Workspace.Onload()function
- Add : MSPJGrid.TextConv.SetTimeProps(x);

x=1 ------------> mn
x=2 ------------> h
x=3 ------------> d
x=4 ------------> week
x=5 ------------> month
x=6 ------------> quarter
x=7-------------> year

Hope this helps.

David.
 
Top