Can any one help why this is giving error.
Posted: Fri Jul 01, 2011 12:43 am
['Budget','ContainerCount','BudgetedVoyage','FinalVal']=S:
IF(['Budget','ContainerCount','BudgetedVoyage','OverwriteVal'] @<> '', ['Budget','ContainerCount','BudgetedVoyage','OverwriteVal'],['Budget','ContainerCount','BudgetedVoyage','BudgetVal']);
When I save the rule, I am getting error - " Syntax error on or before logical expression"
All the three elements(FinalVal, OverwriteVal, BudgetVal) are String Type.
Can anyone help what was the reason behind this.
Thanks in advance.
IF(['Budget','ContainerCount','BudgetedVoyage','OverwriteVal'] @<> '', ['Budget','ContainerCount','BudgetedVoyage','OverwriteVal'],['Budget','ContainerCount','BudgetedVoyage','BudgetVal']);
When I save the rule, I am getting error - " Syntax error on or before logical expression"
All the three elements(FinalVal, OverwriteVal, BudgetVal) are String Type.
Can anyone help what was the reason behind this.
Thanks in advance.