Skip to main content

How could we apply a Multiplier to the attributes value , but the multiplayer value is a variable ex : parcels area * factor and factor value is read from DB of excel cell : )

Hi

Have you looked at the ExpressionEvaluator transformer?

David


yes but it didnt work

check the transformer esrishape-xlsxr2pdf2d.fmwt


Hi @boubcher, since the ExpressionEvaluator evaluates the expression for each feature, all the attributes which are used in the expression have to be contained by a single feature. In this case, every "Brida" feature should have the "factor" attribute.

Consider merging the "factor" to the "Brida" features before inputting to the transformer. The FeatureMerger or the Joiner would help you to do that.


Thank , woked


Reply