I'm trying to group by year, my formula reads
If {date.field} > Date (1998,01,01)
and {date.field} < Date (1998,12,31)
then {date.field}
The report returns everything in the range, however when adding other fields like {customer.name} and {invoice.amount} it suppresses, does not print {date.field} but includes values for {customer.name} and {invoice.amount}
Please tell me the correct way to set the date range so that nothing other than what falls in the date range prints and is included in the report.
Thanx in advance for your help
If {date.field} > Date (1998,01,01)
and {date.field} < Date (1998,12,31)
then {date.field}
The report returns everything in the range, however when adding other fields like {customer.name} and {invoice.amount} it suppresses, does not print {date.field} but includes values for {customer.name} and {invoice.amount}
Please tell me the correct way to set the date range so that nothing other than what falls in the date range prints and is included in the report.
Thanx in advance for your help