Set precision on attributes in a Flex popup

4786
2
Jump to solution
04-28-2016 02:03 PM
ChadKopplin
Occasional Contributor III

I would like to set the precision on attributes being displayed in my popup's for a Flex web map. I believe I need to use the Format tag with precision, but the help does not show how to set up the precision. Any assistance would be greatly appreciated.

Tags(3)
0Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Legendary Contributor

Chad,

Here is an example:

If you are using App Builder then there is a UI for doing this.

View solution in original post

0Kudos
2回答
RobertScheitlin__GISP
MVP Legendary Contributor

Chad,

Here is an example:

If you are using App Builder then there is a UI for doing this.

0Kudos
ChadKopplin
Occasional Contributor III

Thank you Robert I was able to get back to this, it worked once a caught what my issue was. Here us a copy of the code.

All of my fields looked like the first one. I needed to remove the hash after "true" in my flow attribute field, then I add the format line that you commented with, and last I added the after the format line and it worked. Then I just had to change the precision to the level that I needed. Thank you for the help.

0Kudos