I'm using CR 2008, and I am trying to create a formula that groups data every 2 weeks and display a label with the last day of that time period.
Periods begin on a Sunday and end on a Saturday 14 days later.
I would like to do this without creating a separate table that lists 2 week periods for the next 10 years.
I am trying to use this formula as a group set "for each two weeks": date({table.date} - dayofweek({table.date})+14).
I tried a time period of 7/4/10 - 7/17/10. Instead of showing 7/17/10 (the last day of the the period), it displayed the Sunday before the last day, 7/11/10.
I can't figure out why it won't display the last date. Any ideas on how to correct this?
Periods begin on a Sunday and end on a Saturday 14 days later.
I would like to do this without creating a separate table that lists 2 week periods for the next 10 years.
I am trying to use this formula as a group set "for each two weeks": date({table.date} - dayofweek({table.date})+14).
I tried a time period of 7/4/10 - 7/17/10. Instead of showing 7/17/10 (the last day of the the period), it displayed the Sunday before the last day, 7/11/10.
I can't figure out why it won't display the last date. Any ideas on how to correct this?