Hi,
This is probably a stupid question but I dont get why the following expression is in error in the PointCloudExpressionEvaluator with FME 2020
@round((@Component(x)*2))/2
ERROR |PointCloudExpressionEvaluator (PointCloudEvaluationFactory): Failed to parse the EXPRESSION_LIST clause. The provided value was '@round((@Component(x)*2))/2;@round((@Component(y)*2))/2'. Please ensure that your syntax is correct
Curiously, the @round function is not available in the Math functions list in the transformer: