New to Crystal Reports. I'm trying to filter out records from a report.
IF "REQUISITION_LINE"."ORDERED_Q" ="REQUISITION_LINE"."DELIVERED_Q" and "REQUISITION_LINE"."ORDERED_Q" = "PURCHASE_ORDER_DISTRIBUTION"."BILLED_Q" THEN I don't want those records.
I don't know how to express the formula and I'm not sure I'm in the right place. I'm trying to put this in the Formula Workshop SQL Expression Field. Any help would be appreciated.
Edited by mcobb - 27 Dec 2012 at 5:23am