Since the new year, the only way my reports will show 2002 data is to change the setting on my computer to 12/31/02.
The report selection is based on two parameter fields, beginning date and ending date.The formulas in the report are calculated for each month, for example:
If {JOINALLSales Journal.product id} Like "CH??6"
and {JOINALLSales Journal.invoicedate} >= Date("01/01"
and {JOINALLSales Journal.invoicedate} <= Date("01/31"
Then ({JOINALLSales Journal.casesshipped}+{JOINALLSales Journal.bottlesshipped}/12)
Many thanks for any help!
The report selection is based on two parameter fields, beginning date and ending date.The formulas in the report are calculated for each month, for example:
If {JOINALLSales Journal.product id} Like "CH??6"
and {JOINALLSales Journal.invoicedate} >= Date("01/01"
and {JOINALLSales Journal.invoicedate} <= Date("01/31"
Then ({JOINALLSales Journal.casesshipped}+{JOINALLSales Journal.bottlesshipped}/12)
Many thanks for any help!