<?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: Using triggers and actions to show polygon features based on table match in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/using-triggers-and-actions-to-show-polygon/m-p/1216467#M5402</link>
    <description>&lt;P data-unlink="true"&gt;You need to use something that allows multiple selections. A list widget would work for that pretty well. Does it need to initiate the selection in the map?&lt;/P&gt;&lt;P data-unlink="true"&gt;Doing it in the map&amp;nbsp;&lt;EM&gt;and&amp;nbsp;&lt;/EM&gt;getting multiple features selected would require users to know how to use the &lt;STRONG&gt;Select&lt;/STRONG&gt; tool in the map to ctrl+click features, or switch to a drag-select box tool. It's not impossible, but I find that the average user who is not already familiar with Esri tools is not aware of this functionality.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2022 12:56:52 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2022-09-27T12:56:52Z</dc:date>
    <item>
      <title>Using triggers and actions to show polygon features based on table match</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/using-triggers-and-actions-to-show-polygon/m-p/1216456#M5401</link>
      <description>&lt;P&gt;I am using the experience builder to build a map/dashboard, where the user can click on a city, and then have all the related cities showed on the map.&lt;/P&gt;&lt;P&gt;The related cities have migration data, so by clicking a city you would see all the cities where people migrated to colored according to the amount of people. The data is in two layers:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Polygon layer with all the cities (city_name, id)&lt;/LI&gt;&lt;LI&gt;Table with city of origin and city where migrated (same as origin if no migration) example of the table below&lt;/LI&gt;&lt;/OL&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;STRONG&gt;city&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;STRONG&gt;migration_city&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;STRONG&gt;amount&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;city 2&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;city 2&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;city 2&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;city 4&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;city 2&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;city 7&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;43&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;city 3&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;city 2&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;city 3&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;city 9&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;city 7&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;city 6&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to do is to use triggers and actions to select and show cities (see figure). If I click on city 2 on the map, it selects all the rows where "city" = 2. Then I want to show on the map all cities, which are on the "migration_city" in the rows where "city" = 2. Is this possible with experience builder without using developer tools? I can show single features by configuring action and trigger but it never shows multiple, unless I select them all manually from the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-center"&gt;Figure - desired action&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="PNG image.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52272i936ED2595E7FC420/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PNG image.png" alt="PNG image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 12:29:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/using-triggers-and-actions-to-show-polygon/m-p/1216456#M5401</guid>
      <dc:creator>elmeriniemi</dc:creator>
      <dc:date>2022-09-27T12:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using triggers and actions to show polygon features based on table match</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/using-triggers-and-actions-to-show-polygon/m-p/1216467#M5402</link>
      <description>&lt;P data-unlink="true"&gt;You need to use something that allows multiple selections. A list widget would work for that pretty well. Does it need to initiate the selection in the map?&lt;/P&gt;&lt;P data-unlink="true"&gt;Doing it in the map&amp;nbsp;&lt;EM&gt;and&amp;nbsp;&lt;/EM&gt;getting multiple features selected would require users to know how to use the &lt;STRONG&gt;Select&lt;/STRONG&gt; tool in the map to ctrl+click features, or switch to a drag-select box tool. It's not impossible, but I find that the average user who is not already familiar with Esri tools is not aware of this functionality.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 12:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/using-triggers-and-actions-to-show-polygon/m-p/1216467#M5402</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-09-27T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using triggers and actions to show polygon features based on table match</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/using-triggers-and-actions-to-show-polygon/m-p/1216522#M5404</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexLynch_0-1664290870197.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52290i3A2E081F29285ABF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexLynch_0-1664290870197.png" alt="AlexLynch_0-1664290870197.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Not sure if this will get to where you need to be, but: you're going to want to select data records in framework. trigger data will be city and action data will be migration city. Additionally, you can use filter action to limit user to only see migration city where migration_id = city_id. be sure to create View for empty selection--typically where ObjectID is blank.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 15:05:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/using-triggers-and-actions-to-show-polygon/m-p/1216522#M5404</guid>
      <dc:creator>AlexLynch</dc:creator>
      <dc:date>2022-09-27T15:05:33Z</dc:date>
    </item>
  </channel>
</rss>

