<?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: Buffer Function in Arcade not honored in Web AppBuilder in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544549#M14439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be this month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2018 21:09:22 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2018-01-03T21:09:22Z</dc:date>
    <item>
      <title>Buffer Function in Arcade not honored in Web AppBuilder</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544544#M14434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using Buffer, a popup will not display a value in a Web AppBuilder App. However, it is shown in an AGOL map. Centroid(), which was released with Arcade 1.3, works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Versions:&lt;/P&gt;&lt;P&gt;WAB Developer Edition 2.6 (JSAPI 3.22)&lt;/P&gt;&lt;P&gt;Arcade: 1.3 (JSAPI ??)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return the xmin value of the extent of a buffer.&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; geom &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Geometry&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; buf &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Buffer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;geom&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'miles'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; ext &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Extent&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;buf&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; ext&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;xmin‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The resulting popup in AGOL is correct. It does not appear in WAB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Arcade Popup Missing" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/392076_2018-01-03_10-31-22.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/2525" target="_blank"&gt;Kelly Hutchins&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/3100" target="_blank"&gt;Xander Bakker&lt;/A&gt;‌&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/people/KEkenes-esristaff" target="_blank"&gt;KEkenes-esristaff&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:33:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544544#M14434</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2021-12-11T23:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Function in Arcade not honored in Web AppBuilder</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544545#M14435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;When using Buffer, a popup will not display a value in a Web AppBuilder App. However, it is shown in an AGOL map. Centroid(), which was released with Arcade 1.3, works properly.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Versions:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;WAB Developer Edition 2.6 (JSAPI 3.22)&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Arcade: 1.3 (JSAPI ??)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arcade 1.3 is only integrated in JS API version 3.23. So if WAB Dev edition 2.6 uses JS API 3.22, there will be no official support for the functions new in Arcade 1.3. To clarify, this doesn't mean that&amp;nbsp;all new functions released in 1.3 weren't present in the Arcade codebase in prior versions. Some were, but weren't documented or officially "released". For example, Centroid was likely included in the Arcade codebase prior to Arcade 1.3, but we&amp;nbsp;hadn't documented it because it&amp;nbsp;wasn't thoroughly tested. Other reasons may include wanting to release all geometry functions in the same release. In fact, there are some other geometry functions technically present in version 1.3 that we didn't "release" or document because we don't have valid use cases for them yet. They will likely come later as we expand Arcade's ability to access other features within the context of a single feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this explanation helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 20:29:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544545#M14435</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2018-01-03T20:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Function in Arcade not honored in Web AppBuilder</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544546#M14436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; When WAB Dev 2.7 is release (very soon). It is using JS API 3.23 and thus will support Arcade 1.3 methods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 20:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544546#M14436</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-03T20:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Function in Arcade not honored in Web AppBuilder</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544547#M14437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be helpful to document what version of JS API is targeted per Arcade release&amp;nbsp;in the&amp;nbsp;&lt;A href="https://developers.arcgis.com/arcade/guide/release-notes/"&gt;release notes &lt;/A&gt;section of Arcade's doc page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 20:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544547#M14437</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2018-01-03T20:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Function in Arcade not honored in Web AppBuilder</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544548#M14438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Soon, like 1st Quarter soon? Or soon like, this month soon?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 20:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544548#M14438</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2018-01-03T20:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Function in Arcade not honored in Web AppBuilder</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544549#M14439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be this month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 21:09:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544549#M14439</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-03T21:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Function in Arcade not honored in Web AppBuilder</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544550#M14440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's good feedback. I'll make a request for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 21:11:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/buffer-function-in-arcade-not-honored-in-web/m-p/544550#M14440</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2018-01-03T21:11:52Z</dc:date>
    </item>
  </channel>
</rss>

