<?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: Not all values returning when Symbolizing using Arcade Expression in ArcGIS Online Developers Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-developers-questions/not-all-values-returning-when-symbolizing-using/m-p/454566#M531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure how or why, but it suddenly works after saving and refreshing the page for the 3rd or 4th time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The symbology panel/tool&amp;nbsp;must not be automatically refreshing the&amp;nbsp;available data, even after data is edited or changed, and even with a refresh interval of 1-minute set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2019 19:47:11 GMT</pubDate>
    <dc:creator>NathanKoski</dc:creator>
    <dc:date>2019-06-11T19:47:11Z</dc:date>
    <item>
      <title>Not all values returning when Symbolizing using Arcade Expression</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/not-all-values-returning-when-symbolizing-using/m-p/454565#M530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a map on ArcGIS Online of customer calls and I want to symbolize them into three categories:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Affected, No Call&lt;/LI&gt;&lt;LI&gt;Called, No Information&lt;/LI&gt;&lt;LI&gt;Called, Left Comments&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this arcade expression:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var comments = $feature.CALL_COMMENTS&lt;/P&gt;&lt;P&gt;return When(IsEmpty(comments), 'Affected, No Call',&lt;BR /&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;comments == 'None','Called, No Information',&lt;BR /&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;'Called, Left Comments');&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But for some reason, if the value for 'Called, Left Comments' is never appearing on the map, instead those customers are grouped into "Other." Even though in the symbology panel "Other" has a count of Zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="181" src="https://community.esri.com/legacyfs/online/450095_pastedImage_7.png" width="285" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var comments = $feature.CALL_COMMENTS&lt;/P&gt;&lt;P&gt;If (IsEmpty(comments)){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Affected, No Call';&lt;BR /&gt;}&lt;BR /&gt;Else If (comments == 'None'){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Called, No Information';&lt;BR /&gt;}&lt;BR /&gt;Else {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return 'Called, Left Comments';&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Which results in the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if I switch it around and do:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var comments = $feature.CALL_COMMENTS&lt;/P&gt;&lt;P&gt;return When(IsEmpty(comments), 'Affected, No Call',&lt;BR /&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;comments != 'None', 'Called, Left Comments'',&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;'Called, No Information'&lt;BR /&gt;);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then the default value returns if $feature.CALL_COMMENTS is None, but nothing is returned if $feature.CALL_COMMENTS is not equal null or 'None'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know why this might be happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/not-all-values-returning-when-symbolizing-using/m-p/454565#M530</guid>
      <dc:creator>NathanKoski</dc:creator>
      <dc:date>2019-06-11T19:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Not all values returning when Symbolizing using Arcade Expression</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/not-all-values-returning-when-symbolizing-using/m-p/454566#M531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure how or why, but it suddenly works after saving and refreshing the page for the 3rd or 4th time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The symbology panel/tool&amp;nbsp;must not be automatically refreshing the&amp;nbsp;available data, even after data is edited or changed, and even with a refresh interval of 1-minute set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/not-all-values-returning-when-symbolizing-using/m-p/454566#M531</guid>
      <dc:creator>NathanKoski</dc:creator>
      <dc:date>2019-06-11T19:47:11Z</dc:date>
    </item>
  </channel>
</rss>

