(@Value(END_MEASURE)-@Value(BEGIN_MEASURE))/5280
I am receiving a warning as follows
ExpressionEvaluator_5: Failed to evaluate TCL expression: (-)/5280
ExpressionEvaluator_5: TCL Error Message: missing operand at _@_
in expression "(-_@_)/5280"
FileGDB Writer: The `Mileage' attribute could not be written. The containing feature has been dropped
If I remove the division I do not get the error. I need to division to happen as the output needs to be in miles not feet.
thanks
Dan