I am working on a WO Aging report and I need to figure out the following information:
- Need to group by Trade
- Need to group by Status
- Need to know
how many work orders are in each status that are:
- open for 1 week
- open for 2 weeks
- open for 3 weeks
- open for 4 weeks
- open 5 weeks or more
Is there a way to write an if...else..then
statement that will allow me to count the number of records within each week?