Hi Everyone and thank you for your help:
I have the following Group formula;
if {cr_invoice;1.ITEM_TYPE} = 1 AND {cr_invoice;1.STOCKCODE} <> "FREE" THEN
Formula="Received"
else
if {cr_invoice;1.ITEM_TYPE} = 2 then
Formula="To Crest"
else
if {cr_invoice;1.ITEM_TYPE} = 3 or {cr_invoice;1.ITEM_TYPE} = 4 then
Formula="Ordered"
else
if {cr_invoice;1.STOCKCODE} = "FREE" then
Formula="You Saved"
else
end if
end if
end if
end if
I wish to use the Format editor to apply a format ( bold or underline for example)if
if {cr_invoice;1.STOCKCODE} = "FREE" then
Formula="You Saved"
I have tried for example
"GroupName ({@Item_type})= You Saved" "
but to no success.
Thank you for your assistance
I have the following Group formula;
if {cr_invoice;1.ITEM_TYPE} = 1 AND {cr_invoice;1.STOCKCODE} <> "FREE" THEN
Formula="Received"
else
if {cr_invoice;1.ITEM_TYPE} = 2 then
Formula="To Crest"
else
if {cr_invoice;1.ITEM_TYPE} = 3 or {cr_invoice;1.ITEM_TYPE} = 4 then
Formula="Ordered"
else
if {cr_invoice;1.STOCKCODE} = "FREE" then
Formula="You Saved"
else
end if
end if
end if
end if
I wish to use the Format editor to apply a format ( bold or underline for example)if
if {cr_invoice;1.STOCKCODE} = "FREE" then
Formula="You Saved"
I have tried for example
"GroupName ({@Item_type})= You Saved" "
but to no success.
Thank you for your assistance