i am trying to select all records that have an "order status " of "D", OR have a hold_reason of "DECLINED"...
ie,
({sysoent.order_status} = "D"
Or ({holdords.hold_reason} = "DECLINED"
the only records returned from the above are the hold_reason DECLINED ones.... the status "D" records are ignored...
separately they work as expected
is there another way to do this?
thanks! jim
ie,
({sysoent.order_status} = "D"
the only records returned from the above are the hold_reason DECLINED ones.... the status "D" records are ignored...
separately they work as expected
is there another way to do this?
thanks! jim