Hi All,
I have a report which takes a date range as parameter. I have a date field say enteredtimestamp in my database table. Now if say for example the user enters a start date as 04/18/2002 and end date as 05/20/2002, than i need to get all records for which enteredtimestamp is within this range. I can do that but further i need to group these records accorging to weeks.
The first group should be:
04/18/2002 to 04/24/2002
second group :
04/25/2002 to 05/01/2002
and so on
I know if igroup my report by enteredtimestamp and than select to print it for each week, the first group comes out to be : 04/14/2002 to 04/20/2002 and so on....
I hope i have made myself clear.
Thanks for the help
Priti
I have a report which takes a date range as parameter. I have a date field say enteredtimestamp in my database table. Now if say for example the user enters a start date as 04/18/2002 and end date as 05/20/2002, than i need to get all records for which enteredtimestamp is within this range. I can do that but further i need to group these records accorging to weeks.
The first group should be:
04/18/2002 to 04/24/2002
second group :
04/25/2002 to 05/01/2002
and so on
I know if igroup my report by enteredtimestamp and than select to print it for each week, the first group comes out to be : 04/14/2002 to 04/20/2002 and so on....
I hope i have made myself clear.
Thanks for the help
Priti