Hi
I am using Crystal Reports 8.5 Pro, and I need to return the result of a calculation where a date range parameter is satisfied.
I have put the following formula:
IF {reqdate} IN #01/09/2007# TO #30/09/2007# THEN {qty} * {weight} ELSE 0
However when I sum this value it is incorrect. Further invesigation shows that transactions outside of this date range are being included in the total calculation! What am I doing wrong? Help!
I am using Crystal Reports 8.5 Pro, and I need to return the result of a calculation where a date range parameter is satisfied.
I have put the following formula:
IF {reqdate} IN #01/09/2007# TO #30/09/2007# THEN {qty} * {weight} ELSE 0
However when I sum this value it is incorrect. Further invesigation shows that transactions outside of this date range are being included in the total calculation! What am I doing wrong? Help!