I have a Customer Order group with line items as the details. I want to suppress the details and header if all material for the order has been shipped.
On the Details:
{@RemainM} = ({MATERIAL_COST\.BUCKET_ACCUM_COST}*({CUSTOMER_ORDER_LINE\.BUY_QTY_DUE}-{CUSTOMER_ORDER_LINE\.QTY_SHIPPED}))
{@RemainCheck} is if {@RemainM} = 0.00 then 1
I want to suppress records where the {@RemainCheck} = 1, unless there is one records in the group where {@RemainCheck} = 0 then I want to see all records.
On the Details:
{@RemainM} = ({MATERIAL_COST\.BUCKET_ACCUM_COST}*({CUSTOMER_ORDER_LINE\.BUY_QTY_DUE}-{CUSTOMER_ORDER_LINE\.QTY_SHIPPED}))
{@RemainCheck} is if {@RemainM} = 0.00 then 1
I want to suppress records where the {@RemainCheck} = 1, unless there is one records in the group where {@RemainCheck} = 0 then I want to see all records.