Hello GIS friends,
I'm doing a simple calculation using arcade expression for an Attribute rule in ArcGIS Pro. I got the calculations to work, however I'm not knowing how to round up the integer value to the highest number. Both the field types are integer and not double. Also, the field where the output gets calculated is type integer.
Example: Average of (50+51) = 51 when you round up to the highest number, but I'm getting 50 with the expression I'm using.
Here is my expression: Mean($feature.Field1,$feature.Field2)
Thank you,
Abi