<?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: Popups not updating when searching in WebApp in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188629#M9313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, it seems you have some use of Arcade in here, but as an Arcade expression, what you posted is not a valid syntax. Or is this the actual content of the custom attribute display? If so, I don't think you can directly reference the Arcade syntax there. You would have to create an Arcade expression first with:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OT_1YA &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;": $"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OT_1YA_TOTAL&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;and then read the expression {expression/expr0} in the custom attribute display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide an actual screenshot to see where and how this is used exactly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2018 16:13:24 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2018-02-23T16:13:24Z</dc:date>
    <item>
      <title>Popups not updating when searching in WebApp</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188626#M9310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to preface this, please bear with me as my supervisor took a new job and left me with a online subscription parcel website that is built as a WebApp on AGOL. He built it and rolled it out without testing to the public at the beginning of the year, and now I am trying to get updates to make it more user friendly.&amp;nbsp; IT is meant to replace our old system that the public used to access our tax and assessment data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still learning the ins and outs as he didn't leave documentation or involve anyone else in design and development.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that the popups are not displaying certain fields when someone searches for a particular parcel in the search box.&amp;nbsp; In this particular instance, the Delinquent Tax fields.&amp;nbsp; I have 8 fields that are combined using an expression on the popup configuration.&amp;nbsp; It pulls the data from CAMA (our assessment program) and it is joined to our parcels.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks should like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELINQUENT TAXES&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017: $####&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2016: $####&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2015: $####&lt;/P&gt;&lt;P&gt;DELINQUENT TAXES:&amp;nbsp; &amp;nbsp; TOTAL: $####&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The years and the amounts are actually automatically calculated and pulled from SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a parcel doesn't have delinquent taxes, it should still show the years, as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELINQUENT TAXES&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017: $&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2016: $&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2015: $&lt;/P&gt;&lt;P&gt;DELINQUENT TAXES:&amp;nbsp; &amp;nbsp; TOTAL: $&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When someone searches by the unique parcel ID, the fields come up as blank.&amp;nbsp; It looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELINQUENT TAXES&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : $&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : $&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : $&lt;/P&gt;&lt;P&gt;DELINQUENT TAXES:&amp;nbsp; &amp;nbsp; TOTAL: $&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone clicks on the parcel, the fields are populated correctly, and it looks like the first example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why would the popups be different based on the way a parcel is located?&amp;nbsp; If the Tax Collectors and assessors who use this site search by a parcel, they are going to believe there are no delinquent taxes, and that could cause huge issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've tested this, and it appears to be doing the same thing when we search / click on other parcels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: This seems to related to the custom expressions in the popup configuration that I am using to displaying this data.&amp;nbsp; If I remove them, it appears to be populating when searching, it just looks horrible.&lt;/P&gt;&lt;P&gt;In testing this, it does this with any combination of these custom expressions.&amp;nbsp; I've double checked it's doing them as a number instead of a string, and I still had the same result.&amp;nbsp; I do have two other custom expressions that involve other fields, and they seem to be populating fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screenshot attached.&amp;nbsp; This is what I see when I open the popup config&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 14:50:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188626#M9310</guid>
      <dc:creator>Kara_Shindle</dc:creator>
      <dc:date>2018-02-23T14:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Popups not updating when searching in WebApp</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188627#M9311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the expression look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 15:40:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188627#M9311</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-02-23T15:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Popups not updating when searching in WebApp</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188628#M9312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a very simple expression that concatenates the year with the tax total on the same line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELINQUENT TAXES:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $feature.OT_1YA+": $"+$feature.OT_1YA_TOTAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my testing, it appears that any use of the custom expressions is causing this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 15:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188628#M9312</guid>
      <dc:creator>Kara_Shindle</dc:creator>
      <dc:date>2018-02-23T15:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Popups not updating when searching in WebApp</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188629#M9313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, it seems you have some use of Arcade in here, but as an Arcade expression, what you posted is not a valid syntax. Or is this the actual content of the custom attribute display? If so, I don't think you can directly reference the Arcade syntax there. You would have to create an Arcade expression first with:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OT_1YA &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;": $"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OT_1YA_TOTAL&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;and then read the expression {expression/expr0} in the custom attribute display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide an actual screenshot to see where and how this is used exactly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 16:13:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188629#M9313</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-02-23T16:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Popups not updating when searching in WebApp</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188630#M9314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached a screenshot of the popup configuration screen.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 18:14:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188630#M9314</guid>
      <dc:creator>Kara_Shindle</dc:creator>
      <dc:date>2018-02-23T18:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Popups not updating when searching in WebApp</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188631#M9315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing. The expression seems to be OK (although you could include some formatting to the text using:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OT_1YA &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Text&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OT_1YA_TOTAL&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;': $#,###.00'&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(see &lt;A class="link-titled" href="https://developers.arcgis.com/arcade/function-reference/data_functions/#text" title="https://developers.arcgis.com/arcade/function-reference/data_functions/#text"&gt;Data Functions | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;), however can you hit the TEST button and verify if the expression returns the desired result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you also include a screenshot of the HTML pop-up configuration to see if you are correctly connecting to the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 19:04:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/popups-not-updating-when-searching-in-webapp/m-p/188631#M9315</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-02-23T19:04:38Z</dc:date>
    </item>
  </channel>
</rss>

