Hello Laz,
You could add a custom duration formula and calculate the differences
between the Start and Finish date using a custom calendar which had 7 working
days per week.
Create a custom calendar (Tools > Change Working Time > New) and set all
Saturdays and Sundays to working days. In the formula below, I assumed a name
for the custom calendar of "7Day"
Add a custom Duration field (Duration1 for example) and add the following
formula:
ProjDateDiff([Start],[Finish],"7Day")
The formula will calculate the difference between the start and finish dates
using the custom calendar.
I hope this helps. Let us know how you get along.
Julie
Laz said:
I have a completed plan with all the task durations in days (work days). I
need to generate reports and schedules views in calendar days.
Is there a method to do change from days to edays in the reports and task
durations?