Why is the value displaying a $ sign in the Tax Parcel Viewer?

947
2
08-18-2016 05:50 AM
ChristopherChrzanowski
New Contributor

I am trying to set up a online parcel viewer with some info for our county assessor. One field I want to show when you select a parcel is the tax class. It should display as 2, for example. As of now it displays as $ 2.00.

This is want I have in the config file

DisplayText: "Tax Class:",
FieldName: "${Tax_Class}",
DataType: "double"

Any ideas would be great

Thank you.

0 Kudos
2 Replies
JakeSkinner
Esri Esteemed Contributor

Hi Christopher,

I wonder if the application is configured to add a '$' as preceding value for fields of type 'double'.  What happens if you set the 'DataType' to "string"?

0 Kudos
ChristopherChrzanowski
New Contributor

Hah   That was it.  So simple I cant believe I missed it. Thank you

0 Kudos