Hi,
I have a table:
app_id
app_date_received
app_date_processed
app_date_accepted
app_date_confirmed
I need to produce a report giving the following:
Number of applications (app_id) received by month
Number of applications (app_id) processed by month
Number of applications (app_id) accepted by month
Number of applications (app_id) confirmed by month
one possibility
................aug2012 sept2012 ......
received........2............0
processed..... 1...........0
accepted........0..........0
confirmed......1...........0
Any help with the query design would be greatly appreciated. I realise it may not even be a crosstab I'm really after
Cheers
I have a table:
app_id
app_date_received
app_date_processed
app_date_accepted
app_date_confirmed
I need to produce a report giving the following:
Number of applications (app_id) received by month
Number of applications (app_id) processed by month
Number of applications (app_id) accepted by month
Number of applications (app_id) confirmed by month
one possibility
................aug2012 sept2012 ......
received........2............0
processed..... 1...........0
accepted........0..........0
confirmed......1...........0
Any help with the query design would be greatly appreciated. I realise it may not even be a crosstab I'm really after
Cheers
Last edited: