i want to display in a crosstable informations depending on a date .
this date is included between a "startDate" and an "endDate".
for a startDate = 27/09/2006 to an endDate = 30/09/2006 i must have a result similar to :
27/09/2006 : results of 27/09/2006
28/09/2006 : results of 28/09/2006
29/09/2006 : results of 29/09/2006
30/09/2006 : results of 30/09/2006
thanks
this date is included between a "startDate" and an "endDate".
for a startDate = 27/09/2006 to an endDate = 30/09/2006 i must have a result similar to :
27/09/2006 : results of 27/09/2006
28/09/2006 : results of 28/09/2006
29/09/2006 : results of 29/09/2006
30/09/2006 : results of 30/09/2006
thanks