<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>
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.