Hi and thanks,
I have a multiple line selection formula and I need to have an if statement in it if possible.
When I try:
{APINVOICE.REC_STATUS} = 9 and //<-- this works fine
if {APINVOICE.HAND_CODE} = "PO" then {APINVOICE.MATCH_FL} = "Y"
it will only pull data where ({APINVOICE.HAND_CODE} = "PO") when I don't want only that information.
Any ideas?
Thanks,
Will
I have a multiple line selection formula and I need to have an if statement in it if possible.
When I try:
{APINVOICE.REC_STATUS} = 9 and //<-- this works fine
if {APINVOICE.HAND_CODE} = "PO" then {APINVOICE.MATCH_FL} = "Y"
it will only pull data where ({APINVOICE.HAND_CODE} = "PO") when I don't want only that information.
Any ideas?
Thanks,
Will