<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Arcade Area expression trouble in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-area-expression-trouble/m-p/1244778#M49562</link>
    <description>&lt;P&gt;Hello - Thank you. That must be it. It does work with other polygon features, but not this one. Is there a way to fix that?&amp;nbsp; I'm happy to read/watch a tutorial if you know of one.&lt;/P&gt;&lt;P&gt;It's only four polygons, so I guess it's an option to manually "trace" what's there using sketch layer...&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jan 2023 20:53:58 GMT</pubDate>
    <dc:creator>LexiPassaro</dc:creator>
    <dc:date>2023-01-02T20:53:58Z</dc:date>
    <item>
      <title>Arcade Area expression trouble</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-area-expression-trouble/m-p/1244033#M49512</link>
      <description>&lt;P&gt;I am new to Arcade. I've read everything I can find, but still can't quite get the AreaGeodetic function to work on this one. I am trying to measure the area in acres of the polygons on an ArcGIS online map, and add that to the pop up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I'm working with:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LexiPassaro_0-1672250128861.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/59366i7108CE216CFE652C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LexiPassaro_0-1672250128861.png" alt="LexiPassaro_0-1672250128861.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I use the AreaGeodetic Function as ($feature, 'acre'), it returns a result of 0. I'm certain I'm missing something silly. I tried it in other maps and it works.&lt;/P&gt;&lt;P&gt;This is what the Configure pop ups looks like for the polygons:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LexiPassaro_1-1672250377769.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/59368iCD888C8E704017E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LexiPassaro_1-1672250377769.png" alt="LexiPassaro_1-1672250377769.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 18:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-area-expression-trouble/m-p/1244033#M49512</guid>
      <dc:creator>LexiPassaro</dc:creator>
      <dc:date>2022-12-28T18:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Area expression trouble</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-area-expression-trouble/m-p/1244064#M49515</link>
      <description>&lt;P&gt;Adding an expression like this one should work.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;round&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;areaGeodetic&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'acres'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;)+&lt;/SPAN&gt;&lt;SPAN&gt;' '&lt;/SPAN&gt;&lt;SPAN&gt;+ &lt;/SPAN&gt;&lt;SPAN&gt;'acres'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarkBockenhauer_0-1672253662556.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/59382iE394A52D9EDD75AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="MarkBockenhauer_0-1672253662556.png" alt="MarkBockenhauer_0-1672253662556.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Dec 2022 18:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-area-expression-trouble/m-p/1244064#M49515</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2022-12-28T18:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Area expression trouble</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-area-expression-trouble/m-p/1244157#M49524</link>
      <description>&lt;P&gt;Thank you, however it still returns 0. Here is a screen shot of the test:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LexiPassaro_0-1672274898263.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/59405i2D5169DB66F9BBCA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LexiPassaro_0-1672274898263.png" alt="LexiPassaro_0-1672274898263.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 00:48:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-area-expression-trouble/m-p/1244157#M49524</guid>
      <dc:creator>LexiPassaro</dc:creator>
      <dc:date>2022-12-29T00:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Area expression trouble</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-area-expression-trouble/m-p/1244256#M49531</link>
      <description>&lt;P&gt;Try it with a polygon feature in your map, that you know has an area.&amp;nbsp; &amp;nbsp;The&amp;nbsp; &lt;FONT color="#0000FF"&gt;%feature&lt;/FONT&gt;&amp;nbsp;test result is for the feature with OBJECTID 1 (or lowest), is there a chance your OBJECTID 1 polygon feature is not a good one?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 16:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-area-expression-trouble/m-p/1244256#M49531</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2022-12-29T16:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Area expression trouble</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-area-expression-trouble/m-p/1244778#M49562</link>
      <description>&lt;P&gt;Hello - Thank you. That must be it. It does work with other polygon features, but not this one. Is there a way to fix that?&amp;nbsp; I'm happy to read/watch a tutorial if you know of one.&lt;/P&gt;&lt;P&gt;It's only four polygons, so I guess it's an option to manually "trace" what's there using sketch layer...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 20:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-area-expression-trouble/m-p/1244778#M49562</guid>
      <dc:creator>LexiPassaro</dc:creator>
      <dc:date>2023-01-02T20:53:58Z</dc:date>
    </item>
  </channel>
</rss>

