hi
I have a table with 2 fields - one is date field(Schedule_date) and the other is a number field(Scheduled_Quantity).I have to prepare a report which displays the Scheduled_Quantity for all the days in a month.In the backend,I have one record for every Schedule_date.So,if there is no record for a particular day in that month,then quantity will be zero in the report not in the backend.The current format of the report is :
Date: 1 2 3 4 5 6 7 8 9 10 11 12 ............31
Qty :
10 0 0 0 0 0 0 0 0 0 0 0...............0
0 0 0 0 0 0 0 0 0 0 12 0...............0
The above report says that there are 10 quantities scheduled on 1st,12 quantities scheduled on 11th.
I want the report to be in the following format:
Date: 1 2 3 4 5 6 7 8 9 10 11 12 .............31
Qty : 10 0 0 0 0 0 0 0 0 0 12 0................0
This is an urgent requirement.Pls help me out on this.
Thanks in advance
nit
I have a table with 2 fields - one is date field(Schedule_date) and the other is a number field(Scheduled_Quantity).I have to prepare a report which displays the Scheduled_Quantity for all the days in a month.In the backend,I have one record for every Schedule_date.So,if there is no record for a particular day in that month,then quantity will be zero in the report not in the backend.The current format of the report is :
Date: 1 2 3 4 5 6 7 8 9 10 11 12 ............31
Qty :
10 0 0 0 0 0 0 0 0 0 0 0...............0
0 0 0 0 0 0 0 0 0 0 12 0...............0
The above report says that there are 10 quantities scheduled on 1st,12 quantities scheduled on 11th.
I want the report to be in the following format:
Date: 1 2 3 4 5 6 7 8 9 10 11 12 .............31
Qty : 10 0 0 0 0 0 0 0 0 0 12 0................0
This is an urgent requirement.Pls help me out on this.
Thanks in advance
nit