Weeks in Gantt view
Posted: Fri Nov 04, 2011 11:29 am
Is it possible to see week numbers in the Gantt instead of days?
Support for SeedCode
http://archive.seedcode.com/support/
http://archive.seedcode.com/support/viewtopic.php?f=25&t=3497
Case (
not IsEmpty ( GanttDateDisplayCalc ) ; // is one of the columns showing a date
"W" & Right ( "0" & WeekOfYearFiscal ( GanttDateDisplayCalc + If ( Extend ( DateStartWeekOnMondayGlob ) = "No" ; 1 ) ; 2 ) ; 2 )
)