I have a table called assignments. This table has resources dedicated to a task. The task has a startDate, EndDate, Duration, workperday and a ProjectID column
I am trying to create a crosstab grouped by Resource. How do I get the table to start at the first date it occurs and spreads the EstWork evenly over through the EndDate Thanks in advance
ProjectID RoleID Workperday StartDate EndDate EstWork Duration 1 51 8 1/24/14 2/28/14 197 25 1 51 8 1/14/14 1/17/14 25 3 1 32 8 1/7/14 1/15/14 56 7