Good Morning Everyone,
We need to set up a formula to print the text "cust part" followed by the customer's part number (when there is one), but to not print the line at all if the field is blank.
We have tried to use this formula, which will print the text with the correct part number if there is one. However, if there is no part number, it still prints the text, which we don't want.
IF ISNULL ({CUSTOMER_ORDER_LINE\.CUSTOMER_PART_NO})
THEN " "
ELSE "Cust Part"&({CUSTOMER_ORDER_LINE\.CUSTOMER_PART_NO})
Any ideas to fix this?
Lanie
laniet@ij.net
etroidl@conaxfl.com
We need to set up a formula to print the text "cust part" followed by the customer's part number (when there is one), but to not print the line at all if the field is blank.
We have tried to use this formula, which will print the text with the correct part number if there is one. However, if there is no part number, it still prints the text, which we don't want.
IF ISNULL ({CUSTOMER_ORDER_LINE\.CUSTOMER_PART_NO})
THEN " "
ELSE "Cust Part"&({CUSTOMER_ORDER_LINE\.CUSTOMER_PART_NO})
Any ideas to fix this?
Lanie
laniet@ij.net
etroidl@conaxfl.com