i have atbale called BATCH which has fields Batch_id, Startdate and end date. i have a start date of 11/2/08 and end date of 11/6/08....i want to create a logic for a monthly report where i need to count each of the day once for
11/1 11/2, 11/3, 11/4, 11/5, 11/6
0 1 1 1 1 1
how can i do it in crystal or SQL?
11/1 11/2, 11/3, 11/4, 11/5, 11/6
0 1 1 1 1 1
how can i do it in crystal or SQL?