<?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: WAB Developer Edition 2.4: Popup not honoring Arcade in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127888#M3707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/245093"&gt;Carver County&lt;/A&gt;&amp;nbsp; &amp;nbsp;Since this thread is already closed, you may want to post as a new questin with you specific details. &amp;nbsp;You can refer back to thus thread as something you have already&amp;nbsp;checked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Jan 2018 15:15:10 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2018-01-06T15:15:10Z</dc:date>
    <item>
      <title>WAB Developer Edition 2.4: Popup not honoring Arcade</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127882#M3701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have applied an Arcade expression in my webmap for a custom popup configuration. The webmap honors the expression. The popup is not honoring the expression, either on desktop or mobile. Does anyone know if this is still the case in WAB Dev Edition 2.5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 19:39:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127882#M3701</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2017-08-08T19:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition 2.4: Popup not honoring Arcade</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127883#M3702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry it just occurred to me I should put up the expression:&lt;/P&gt;&lt;P&gt;&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; pickup &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;WEEKDAY&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;When&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;pickup &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'OUT OF BOUNDS'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Not Available'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; 
pickup &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'TOWN OF LONGBOAT KEY'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Not Available'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; 
pickup &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'CITY OF SARASOTA'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Not Available'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
pickup &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'CITY OF VENICE'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Not Available'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; 
pickup &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'CITY OF NORTH PORT'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Not Available'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Proper&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;pickup&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The popup title is then:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Pickup On &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;experssion&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;expr0&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;as {$feature.Weekday} has become {expression/expr0}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:14:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127883#M3702</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2021-12-11T07:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition 2.4: Popup not honoring Arcade</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127884#M3703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is &lt;CODE&gt;experssion &lt;/CODE&gt;a typo?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 20:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127884#M3703</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2017-08-08T20:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition 2.4: Popup not honoring Arcade</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127885#M3704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/366271_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that is a typo, sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 20:17:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127885#M3704</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2017-08-08T20:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition 2.4: Popup not honoring Arcade</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127886#M3705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry all - as I should have known, WAB 2.4 uses jsapi 3.20 where 3.20 does not support Arcade expressions in popup template. &amp;nbsp;Somehow I thought 3.20 did, probably because rendering and labelling is supported at that release. &amp;nbsp;Brain cramp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAB 2.5 uses jsapi 3.21 which does support Arcade expressions &amp;nbsp;I'll mark as 'Assumed Answered'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 18:38:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127886#M3705</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2017-08-09T18:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition 2.4: Popup not honoring Arcade</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127887#M3706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I interested in seeing if anyone has run into this issue yet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ArcGIS Arcade in my popups in WAB 2.6 dev editon.&amp;nbsp; When I use the Search widget to search for a particular feature, the Arcade expression is not visible in my popup in the found feature (I have the 'Show pop-up for the found feature or location' option checked in the Search widget config).&amp;nbsp; However, I can click on the same feature again and then the Arcade expression appears.&amp;nbsp; Has anyone else experienced this and if so, how did you get around it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 22:14:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127887#M3706</guid>
      <dc:creator>CarverCounty</dc:creator>
      <dc:date>2018-01-05T22:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition 2.4: Popup not honoring Arcade</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127888#M3707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/245093"&gt;Carver County&lt;/A&gt;&amp;nbsp; &amp;nbsp;Since this thread is already closed, you may want to post as a new questin with you specific details. &amp;nbsp;You can refer back to thus thread as something you have already&amp;nbsp;checked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 15:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-2-4-popup-not-honoring/m-p/127888#M3707</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2018-01-06T15:15:10Z</dc:date>
    </item>
  </channel>
</rss>

