keefriffhard
Technical User
I'm trying to define a customer as "Reactivated" during a given month. For example, if I were to flag a customer as "Reactivated in August, 2002" and define it as one who had an order date occurrance during the month of August, but had no orders in the past six months or more from 8/1, how would I do this?
Right now I have:
if {oehist_summary.ORDER_DATE} = Date (2002,08,01) to Date (2002,08,31) and
{oehist_summary.ORDER_DATE} <> Date (2002,07,31) to Date (2002,02,01) and {oehist_summary.ORDER_DATE} < Date (2002,01,31) then "Reactivated in August"
which is not working. Can you help? (Using CR8)
Right now I have:
if {oehist_summary.ORDER_DATE} = Date (2002,08,01) to Date (2002,08,31) and
{oehist_summary.ORDER_DATE} <> Date (2002,07,31) to Date (2002,02,01) and {oehist_summary.ORDER_DATE} < Date (2002,01,31) then "Reactivated in August"
which is not working. Can you help? (Using CR8)