I want to create the following line into SQL statement:
If account code
is XING replace the strategy
to GRE?
I have the following which is not working:
/if($_Account Master.Account Code CNS$,/replace($_Account Master.Strategy$,$_Account Master.Strategy$,GRE))
Please let me know the correct method.