Hello, I am working on adding in the conditional check below, but it looks like I get a ‘mismatched input ‘’ expecting ELSE’ error message. if $NewSalesAreas_2/SalesOrg = 'SW01' then 'C' else if $NewSalesAreas_2/SalesOrg = 'SW16' then 'GG' else if $NewSalesAreas_2 = 'SW17' then 'GG' How do I modify the conditional check to resolve this error? Thank you! Isabelle
↧