Why doesn't this work?
@Value(SP)=FD?@Value(PCT):0
If the value of attribute SP is FD, then use the value of attribute PCT, otherwise 0. I tried using 'FD' and "FD" too.
2018-04-05 22:58:55| 8.1| 0.0|WARN |AttributeManager_19: TCL Error Message:
2018-04-05 22:58:55| 8.1| 0.0|WARN | invalid bareword "FD"
2018-04-05 22:58:55| 8.1| 0.0|WARN | in expression "FD=FD?10.0:0";
2018-04-05 22:58:55| 8.1| 0.0|WARN | should be "$FD" or "{FD}" or "FD(...)" or ...
2018-04-05 22:58:55| 8.1| 0.0|WARN |AttributeManager_19: Failed to evaluate expression 'FD=FD?10.0:0'. Result is set to null.