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?
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)
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.