<?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 Arcade Intersect to Return a Value; Click Show, Data Error in Attribute Table in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-intersect-to-return-a-value-click-show-data/m-p/1097197#M42106</link>
    <description>&lt;P&gt;Returning an attribute from a field in an Intersect operation is populating the Popup but showing up as Data Error in the attribute table when i click 'Show'. Also is there a way to not have to click Show each time and that these values will display for all features?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// access the boundaries layer
var boundaries = FeatureSetByName($map,"Boundaries")

// sql to filter required boundary level 
var sql = "level = 4";

// apply filter
var boundary_subset = Filter(boundaries, sql);

// Intersect the point with the boundary
var point_intersect = Intersects($feature, boundary_subset);

// return the name field attribute from the boundary layer
return First(point_intersect).name;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arcade_intersect_error.JPG" style="width: 299px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22759iC02AC961C546D643/image-size/large?v=v2&amp;amp;px=999" role="button" title="arcade_intersect_error.JPG" alt="arcade_intersect_error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Sep 2021 14:31:37 GMT</pubDate>
    <dc:creator>Clubdebambos</dc:creator>
    <dc:date>2021-09-10T14:31:37Z</dc:date>
    <item>
      <title>Arcade Intersect to Return a Value; Click Show, Data Error in Attribute Table</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-intersect-to-return-a-value-click-show-data/m-p/1097197#M42106</link>
      <description>&lt;P&gt;Returning an attribute from a field in an Intersect operation is populating the Popup but showing up as Data Error in the attribute table when i click 'Show'. Also is there a way to not have to click Show each time and that these values will display for all features?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// access the boundaries layer
var boundaries = FeatureSetByName($map,"Boundaries")

// sql to filter required boundary level 
var sql = "level = 4";

// apply filter
var boundary_subset = Filter(boundaries, sql);

// Intersect the point with the boundary
var point_intersect = Intersects($feature, boundary_subset);

// return the name field attribute from the boundary layer
return First(point_intersect).name;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arcade_intersect_error.JPG" style="width: 299px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22759iC02AC961C546D643/image-size/large?v=v2&amp;amp;px=999" role="button" title="arcade_intersect_error.JPG" alt="arcade_intersect_error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 14:31:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-intersect-to-return-a-value-click-show-data/m-p/1097197#M42106</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2021-09-10T14:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Intersect to Return a Value; Click Show, Data Error in Attribute Table</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-intersect-to-return-a-value-click-show-data/m-p/1097213#M42107</link>
      <description>&lt;P&gt;To your second question: if you could enable that, then your map would be running that entire expression for every feature loaded in the table, which would likely take a long time to run, might even crash your browser. Having the "show" link helps prevent this, and I don't anticipate that changing.&lt;/P&gt;&lt;P&gt;To the first question: in your screenshot, is the working popup coming from the same feature as you have highlighted in the table?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 14:43:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-intersect-to-return-a-value-click-show-data/m-p/1097213#M42107</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-09-10T14:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Intersect to Return a Value; Click Show, Data Error in Attribute Table</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-intersect-to-return-a-value-click-show-data/m-p/1097229#M42108</link>
      <description>&lt;P&gt;Thanks for the feedback&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the popup is coming from the same feature as highlighted in the table. I selected and centered on the feature and it intersects with the boundary layer as returned by the value in showing in the Popup.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 15:16:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-intersect-to-return-a-value-click-show-data/m-p/1097229#M42108</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2021-09-10T15:16:50Z</dc:date>
    </item>
  </channel>
</rss>

