I am using crystal reports 11. I have the following situation that i never encountered before so if this is posted in the incorrect area I apologize.
The report I am creating will allow a user to enter a start date and end date. for each date in that range i want to have a line item regardless of if data exists or not. I plan on doing calculations to get summary counts etc for those line items. I am not sure if this is possible of if it is how to do this. example I enter a start date of 12/1/2011 to 12/5/2011.
I want the ouput to look as follows regardless of if data exists for that day .
12/1/2011
total records x
12/2/2011
total records x
12/3/2011
total records x
12/4/2011
total records x
12/5/2011
total records x
based off the date i want to do counts if the date exists in the table. each will be its own detail line. Since the number of days will be dynamic this list will need to grow and shrink accordingly.
any help would be apprciated.
The report I am creating will allow a user to enter a start date and end date. for each date in that range i want to have a line item regardless of if data exists or not. I plan on doing calculations to get summary counts etc for those line items. I am not sure if this is possible of if it is how to do this. example I enter a start date of 12/1/2011 to 12/5/2011.
I want the ouput to look as follows regardless of if data exists for that day .
12/1/2011
total records x
12/2/2011
total records x
12/3/2011
total records x
12/4/2011
total records x
12/5/2011
total records x
based off the date i want to do counts if the date exists in the table. each will be its own detail line. Since the number of days will be dynamic this list will need to grow and shrink accordingly.
any help would be apprciated.