Select to view content in your preferred language

Way to round value in popup?

63
1
Jump to solution
yesterday
GeorgeJonesRIGOV
Regular Contributor

toaSqft_Text.pngsquareFeetRound.png Hi all, looking to round the square feet value to nearest hundredth. Is there a way to do this programmatically inside of ArcPro?

thanks GJ

0 Kudos
1 Solution

Accepted Solutions
CodyPatterson
MVP Regular Contributor

Hey @GeorgeJonesRIGOV 

You will need to use the "Edit Map" functionality to transfer onto the Web app: 

CodyPatterson_0-1761836682444.png

 

Once inside, you can go to the layer, then to configure popups:

CodyPatterson_1-1761836716903.png

Then to Configure Attributes:

CodyPatterson_2-1761836745528.png

Finally selecting the attribute would let you change the format:

CodyPatterson_3-1761836787879.png

I find it kind of strange that it's changing the text field to numeric, so you may need to use Attribute expressions below the "Configure Attributes" button as well, but let me know if needed!

Cody

 

View solution in original post

1 Reply
CodyPatterson
MVP Regular Contributor

Hey @GeorgeJonesRIGOV 

You will need to use the "Edit Map" functionality to transfer onto the Web app: 

CodyPatterson_0-1761836682444.png

 

Once inside, you can go to the layer, then to configure popups:

CodyPatterson_1-1761836716903.png

Then to Configure Attributes:

CodyPatterson_2-1761836745528.png

Finally selecting the attribute would let you change the format:

CodyPatterson_3-1761836787879.png

I find it kind of strange that it's changing the text field to numeric, so you may need to use Attribute expressions below the "Configure Attributes" button as well, but let me know if needed!

Cody