LouieGrandie
Technical User
Have the following formula:
if {@PrintExtItmDesc} = "Y" and {PO_PurchaseOrderWrk.ExtendedDescriptionKey} <> array("", "0000000000") then
formula = {PO_PurchaseOrderWrk.ExtendedDescriptionText}+chr(10)+chr(13)& "MTR Required"
I would like the part "MTR Required" to come out in red. Is it possible to code the color within a formula?
Visit Sage's Online Community
if {@PrintExtItmDesc} = "Y" and {PO_PurchaseOrderWrk.ExtendedDescriptionKey} <> array("", "0000000000") then
formula = {PO_PurchaseOrderWrk.ExtendedDescriptionText}+chr(10)+chr(13)& "MTR Required"
I would like the part "MTR Required" to come out in red. Is it possible to code the color within a formula?
Visit Sage's Online Community