sissajones
New Member
- Joined
- May 31, 2011
- Messages
- 6
Hi All,
I have a dataset of service orders (SO) - the pertinent fields are OpenDate, ClosedDate.
I am trying to do essentially a crosstab type of result that would count "carryover" records in each month that it was a carryover.
**Carryover service orders are defined as not closed in the same month that they were opened. I already have the records filtered to those that meet this criteria.
The result that I want would result in something similar to this:
Shop Jan Feb Mar Apr May
ABC 3 5 3 5 2
DEF 5 3 1 2 4
The count shown above would include an SO if it was not opened in that month - it could be closed in that month. The problem comes when I have to count one that crosses multiple months - as it would be historically considered a "carryover"
e.g. a record opened in Jan and closed in April would be considered a "carryover" in Feb, Mar & Apr.
This is my very first post and I hope I have explained myself OK - thank you for your time and help!
I have a dataset of service orders (SO) - the pertinent fields are OpenDate, ClosedDate.
I am trying to do essentially a crosstab type of result that would count "carryover" records in each month that it was a carryover.
**Carryover service orders are defined as not closed in the same month that they were opened. I already have the records filtered to those that meet this criteria.
The result that I want would result in something similar to this:
Shop Jan Feb Mar Apr May
ABC 3 5 3 5 2
DEF 5 3 1 2 4
The count shown above would include an SO if it was not opened in that month - it could be closed in that month. The problem comes when I have to count one that crosses multiple months - as it would be historically considered a "carryover"
e.g. a record opened in Jan and closed in April would be considered a "carryover" in Feb, Mar & Apr.
This is my very first post and I hope I have explained myself OK - thank you for your time and help!