<?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: String Together Record Selection Changes in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/string-together-record-selection-changes/m-p/1568399#M16533</link>
    <description>&lt;P&gt;Thanks for the response,&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my list widget has that SQL view table, but my Table widget has that table as well as the tables for the geometry features. If I understand correctly, you're saying that it is &lt;STRONG&gt;not&lt;/STRONG&gt; possible to have the list select a record from one of the geometry features in the Table widget, and then have the Table widget trigger a selection on the map?&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2024 13:42:38 GMT</pubDate>
    <dc:creator>ZachBodenner</dc:creator>
    <dc:date>2024-12-13T13:42:38Z</dc:date>
    <item>
      <title>String Together Record Selection Changes</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/string-together-record-selection-changes/m-p/1568193#M16519</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm looking for information on how Experience Builder evaluates records selection changes from one widget to another. In my case, I have map that has features from three different layers. I also have a list widget that contains a table from a sql view that unions all three of those layers (different geometry types, same schema). When the list is populated with a table, the option to zoom to a selected feature on the map is not present, even though the list can correctly select the feature on the map based on matching GlobalIDs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I thought, let's try adding a hidden table widget with those layers contained therein, and have&amp;nbsp;&lt;EM&gt;that&amp;nbsp;&lt;/EM&gt;widget do the zoom-to on record selection. So the setup would be:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;STRONG&gt;List widget:&amp;nbsp;&lt;/STRONG&gt;user clicks, Message Action triggers the selection in the table&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;STRONG&gt;table widget: &lt;/STRONG&gt;Hidden behind the map, the table widget receives the record selection change from the list, then has it's own Message Action to zoom to selected feature on the map&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&lt;STRONG&gt;Map widget&lt;/STRONG&gt;: zooms&lt;/P&gt;&lt;P&gt;Unfortunately it didn't work like I want, so I'm left wondering how it would be possible to string together those selections, if indeed it is possible, or if there's a better/simpler way to trigger a map zoom from a list widget containing a table.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 22:17:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/string-together-record-selection-changes/m-p/1568193#M16519</guid>
      <dc:creator>ZachBodenner</dc:creator>
      <dc:date>2024-12-12T22:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: String Together Record Selection Changes</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/string-together-record-selection-changes/m-p/1568335#M16532</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/80456"&gt;@ZachBodenner&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/80456"&gt;@ZachBodenner&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I also have a list widget that contains a table from a sql view that unions all three of those layers (different geometry types, same schema). When the list is populated with a table, the option to zoom to a selected feature on the map is not present, even though the list can correctly select the feature on the map based on matching GlobalIDs.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Currently zoom to or pan to is not supported when using a table without geometry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/80456"&gt;@ZachBodenner&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;how Experience Builder evaluates records selection changes from one widget to another.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When a record is selected in a widget, the widget sends record selection changes to the Map widget, which receives them and processes them accordingly.&lt;/P&gt;
&lt;P&gt;The select view is shared between widgets. So when you add List, Table widget, and they use the same data source. When you click a record in List, the record in Table will also be selected. But record selection changes are sent by List widget.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ke&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 10:06:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/string-together-record-selection-changes/m-p/1568335#M16532</guid>
      <dc:creator>Ke_Xu</dc:creator>
      <dc:date>2024-12-13T10:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: String Together Record Selection Changes</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/string-together-record-selection-changes/m-p/1568399#M16533</link>
      <description>&lt;P&gt;Thanks for the response,&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my list widget has that SQL view table, but my Table widget has that table as well as the tables for the geometry features. If I understand correctly, you're saying that it is &lt;STRONG&gt;not&lt;/STRONG&gt; possible to have the list select a record from one of the geometry features in the Table widget, and then have the Table widget trigger a selection on the map?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 13:42:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/string-together-record-selection-changes/m-p/1568399#M16533</guid>
      <dc:creator>ZachBodenner</dc:creator>
      <dc:date>2024-12-13T13:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: String Together Record Selection Changes</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/string-together-record-selection-changes/m-p/1571606#M16697</link>
      <description>&lt;P&gt;Yes,&amp;nbsp;SQL view table is a table with no geometry.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Dec 2024 13:31:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/string-together-record-selection-changes/m-p/1571606#M16697</guid>
      <dc:creator>Ke_Xu</dc:creator>
      <dc:date>2024-12-29T13:31:50Z</dc:date>
    </item>
  </channel>
</rss>

