V
vballvol
I am writing a resource utilization database. I need a query that will help
find the number of days for each project between specified dates.
I have a project table that contains the project id and name, resource table
that contains the resource id and name, and an assignment table that links
the project id, resource id, start date of assignment, and finish date of
assignment. I need a query that will calculate the amount of days allocated
per project for the specified timeframe.
User opens report, the system asks for a start date and finish date for
assignments.
User enters June 1 for start and June 15 for end.
System returns:
Total work days 11 (I have this part working)
Project 1 - (Started in May, ended June 7) - Resource Allocated 5 BD for this
period
Project 2 - (Started June 12, ends in July) - Resource Allocated 4 BD for
this period
etc.
Please help!!!!!!
find the number of days for each project between specified dates.
I have a project table that contains the project id and name, resource table
that contains the resource id and name, and an assignment table that links
the project id, resource id, start date of assignment, and finish date of
assignment. I need a query that will calculate the amount of days allocated
per project for the specified timeframe.
User opens report, the system asks for a start date and finish date for
assignments.
User enters June 1 for start and June 15 for end.
System returns:
Total work days 11 (I have this part working)
Project 1 - (Started in May, ended June 7) - Resource Allocated 5 BD for this
period
Project 2 - (Started June 12, ends in July) - Resource Allocated 4 BD for
this period
etc.
Please help!!!!!!