If I do: 7/2 , the result is 3 in a string attribute not 3.5
If I do: @Value(Population2011)/@Value(PopulationTotal)
where Population2011 and PopulatonTotal are Real64 numbers, the result is 0 in a string attribute.
I realize the output of the ExpressionEvaluator is a string without decimal values. How can I keep the decimals?