Hi Everyone,
I have the following group formula to which I would like to add a conditional image or other type of arrow "---->" if the last condition is true.
I would very much appreciate your help with the exact steps as I am a lay person.
Thank you
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 have the following group formula to which I would like to add a conditional image or other type of arrow "---->" if the last condition is true.
I would very much appreciate your help with the exact steps as I am a lay person.
Thank you
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