<?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: Highlighting multiple features from different layers when single feature is selected in Web Map/Web App in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/1164593#M45599</link>
    <description>&lt;P&gt;Hi Katherine,&lt;/P&gt;&lt;P&gt;Were you able to figure this out? Were you able to get the related feature to highlight in map when another is selected? If so, would you mind if I pick your brain?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2022 20:59:26 GMT</pubDate>
    <dc:creator>jgoldman</dc:creator>
    <dc:date>2022-04-14T20:59:26Z</dc:date>
    <item>
      <title>Highlighting multiple features from different layers when single feature is selected in Web Map/Web App</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/402253#M20219</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 am wondering if there is a way in ArcGIS Online to highlight multiple features from different layers when a single feature is selected? For example, I have several points within different HUCS. When the point is selected, I would like the HUC that it is in to be highlighted as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure this is possible using Javascript, but I have almost no experience with that so I was hoping there is a way to configure this in the GUI. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; If this isn't possible and custom code is needed, any suggestions are appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2019 15:56:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/402253#M20219</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2019-03-28T15:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting multiple features from different layers when single feature is selected in Web Map/Web App</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/402254#M20220</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;The first thing that you will need to do here is establish a relationship between your features based on a common attribute. You can learn more about that at the following link:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/help/data/tables/joins-and-relates.htm"&gt;https://pro.arcgis.com/en/pro-app/help/data/tables/joins-and-relates.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within ArcGIS Pro, it is possible to automatically select (highlight) related features:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/help/data/tables/automatically-select-related-records.htm"&gt;https://pro.arcgis.com/en/pro-app/help/data/tables/automatically-select-related-records.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, this same property is not available in ArcGIS Online.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to achieve the same (or similar) in ArcGIS Online, you will need to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Publish your web map&lt;/LI&gt;&lt;LI&gt;Create a Web App that includes the Select Widget:&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://doc.arcgis.com/en/web-appbuilder/create-apps/widget-select.htm"&gt;https://doc.arcgis.com/en/web-appbuilder/create-apps/widget-select.htm&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;In the widget configuration window, choose the selection method (Select by Point, Select by Rectangle, etc) and choose the layers that you would like to be available to select&lt;/LI&gt;&lt;LI&gt;In your Web App, click the Select Widget, click the Select button, and select one of your points.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;If your&amp;nbsp;point is within a HUC, and the HUC layer is available to be selected too, then both will be selected (highlighted).&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;You can also click the small 3 dots (show actions on selected features) next to the selected feature in the widget, and click Show Related Records&lt;UL&gt;&lt;LI&gt;This will bring up the attribute table of the related HUC&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can learn more about showing related records in web maps and web apps here:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/create-maps/configure-pop-ups.htm#ESRI_SECTION1_09B2E0D22072457AAC8D025377DD7CF9"&gt;https://doc.arcgis.com/en/arcgis-online/create-maps/configure-pop-ups.htm#ESRI_SECTION1_09B2E0D22072457AAC8D025377DD7CF9&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 18:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/402254#M20220</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-04-05T18:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting multiple features from different layers when single feature is selected in Web Map/Web App</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/402255#M20221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for your response, Cody! I'll give this a shot. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 23:35:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/402255#M20221</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2019-04-05T23:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting multiple features from different layers when single feature is selected in Web Map/Web App</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/402256#M20222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wondering if that solution worked for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2019 15:56:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/402256#M20222</guid>
      <dc:creator>luisgalimberti</dc:creator>
      <dc:date>2019-06-21T15:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting multiple features from different layers when single feature is selected in Web Map/Web App</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/402257#M20223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My project manager actually decided to go in a different direction with this project so I never got a chance to work on it. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp; &amp;nbsp;Sorry!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2019 16:34:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/402257#M20223</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2019-06-21T16:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting multiple features from different layers when single feature is selected in Web Map/Web App</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/1164593#M45599</link>
      <description>&lt;P&gt;Hi Katherine,&lt;/P&gt;&lt;P&gt;Were you able to figure this out? Were you able to get the related feature to highlight in map when another is selected? If so, would you mind if I pick your brain?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 20:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/highlighting-multiple-features-from-different/m-p/1164593#M45599</guid>
      <dc:creator>jgoldman</dc:creator>
      <dc:date>2022-04-14T20:59:26Z</dc:date>
    </item>
  </channel>
</rss>

