travelerII
Technical User
I created a report using Crystal 10 to return the Qty sold of a product over the last 12 months.
I am using the following formula but it is returning all sales not restricting them to the last 12 months.
if {SINVOICED.INVDAT_0} >= (CurrentDate - 365) then Sum ({SINVOICED.QTYSTU_0},{ITMMASTER.ITMREF_0} )
Any help?
Thanks
I am using the following formula but it is returning all sales not restricting them to the last 12 months.
if {SINVOICED.INVDAT_0} >= (CurrentDate - 365) then Sum ({SINVOICED.QTYSTU_0},{ITMMASTER.ITMREF_0} )
Any help?
Thanks