Created a layer label for a water line that would show size, make, and length. I successfully changed the decimal location in the table but this does not change the label. I have the same outcome in both AGOL and ArcPro. What am I missing here?
Solved! Go to Solution.
Label the feature with an Arcade expression, and in that expression use the Round function to control the number of decimal places to show. Example label expression:
Round($feature.MEASURED_LENGTH, 0)
Label the feature with an Arcade expression, and in that expression use the Round function to control the number of decimal places to show. Example label expression:
Round($feature.MEASURED_LENGTH, 0)