ginkoba
Technical User
- Jan 29, 2009
- 60
Hi,
I have a formula in my record selection as in:
{FieldName} = "test"
and
{Status} Like "active"
and
{@purchasedate} IN MonthToDate
I want to be able to display the month's name on the page header just below the report title as in:
Report Title
Through Jan 28, 2010
I also would like to find a way to go back 30days, 60days and 90days grouped by @purchasedate to display as in:
Amount: Last 30 days Last 60 days Last 90days
$200 150 300 200
Any help would do.
Thanks much
I have a formula in my record selection as in:
{FieldName} = "test"
and
{Status} Like "active"
and
{@purchasedate} IN MonthToDate
I want to be able to display the month's name on the page header just below the report title as in:
Report Title
Through Jan 28, 2010
I also would like to find a way to go back 30days, 60days and 90days grouped by @purchasedate to display as in:
Amount: Last 30 days Last 60 days Last 90days
$200 150 300 200
Any help would do.
Thanks much