OR condition under If statement
Hi Expert:
I need to add OR condition in a If statement to switch and print company logo.
I am using this If statement for a company field to print different logos.
I followed the syntax and cannot get it work and I am not sure I got the correct info:
Multiple criteria for an internal field (multiple ORs):
<?xdofx:if (Order_Type_ID39='CO') OR (Order_Type_ID39='CN') OR (Order_Type_ID39='C1') OR (Order_Type_ID39='C2') then 'CREDIT MEMO' end if?>
This is ok for just 1 test condition:
<?if:CompanyKeyOrderNo_ID142='00700'?>
I put these and none of them work: