
Without the braces it generates a parsing error.
Is this intended?
@Xiaomeng
Without the braces it generates a parsing error.
Is this intended?
@XiaomengBest answer by takashi
I see. FME internally uses the Tcl expr command to evaluate math expressions, so non-numeric operands have to be quoted - I think it would be the straight answer to @gio's first question.
Although some operators for math expressions can be used to compare non-numeric values in fact, FME also provides other easier ways to compare string values. i.e. operators for Tester, Conditional Value setting. So I don't know whether FME should determine operand types in math expressions and automatically quote non-numeric operands.