<fields> <field name="Shape_Area" alias="Area of Feature" visible="true"> <format precision="2" usethousandsseparator="true"/> </field> </fields>
Can you create a new text field in the raw data and copy the data over as text? Then you can format exactly like you want.
<configuration> <title>{CONAME} County Percent Unemployment</title> <fields> <field name="PECENT_UNE"> <format precision="-1" /> </field> </fields> <description><![CDATA[Percent Unemployment: {PECENT_UNE}%]]></description> </configuration>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.