CR 9.0
I'm looking to show dates in a xtab. What I'd like to do is have a formula that if [date.created] is within the last 7 days then show the data by individual day but if the [date.created] is older than 7 days then clump it into a single column.
The output would look something like this:
I know how to use formulas for dates in x-tabs but can't wrap my head over how to properly do this one.
Thanks again as always.
I'm looking to show dates in a xtab. What I'd like to do is have a formula that if [date.created] is within the last 7 days then show the data by individual day but if the [date.created] is older than 7 days then clump it into a single column.
The output would look something like this:
Code:
over 7 days 9-24-04 9-25-04 9-26-06 9-27-04
contracts 205 4 5 2 7
I know how to use formulas for dates in x-tabs but can't wrap my head over how to properly do this one.
Thanks again as always.