<?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: Embedded Dashboard Zoom to Feature in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/embedded-dashboard-zoom-to-feature/m-p/1478517#M12795</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/724673"&gt;@MattBewleyDCGov&lt;/a&gt;&amp;nbsp;Were you able to figure out how to do this?&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2024 16:57:53 GMT</pubDate>
    <dc:creator>MargaretHilbert</dc:creator>
    <dc:date>2024-05-24T16:57:53Z</dc:date>
    <item>
      <title>Embedded Dashboard Zoom to Feature</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/embedded-dashboard-zoom-to-feature/m-p/1262193#M6305</link>
      <description>&lt;P&gt;I'm having difficulty getting an embedded dashboard to zoom to a feature upon loading. The dashboard loads up, and I have "zoom" popping up in the URL info.&amp;nbsp; However, I can't get the dashboard to zoom to the desired feature. I've looked over the documentation, and it is unclear to me where I am designating the feature to be zoomed to upon loading.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 22:34:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/embedded-dashboard-zoom-to-feature/m-p/1262193#M6305</guid>
      <dc:creator>Jefcoat_Nathan</dc:creator>
      <dc:date>2023-02-27T22:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Dashboard Zoom to Feature</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/embedded-dashboard-zoom-to-feature/m-p/1264072#M6357</link>
      <description>&lt;P&gt;Hi Nathan, there are a couple of things you must do.&lt;/P&gt;&lt;P&gt;1) In your dashboard, settings: Create a url "feature" parameter, give it a name (e.g. eventid) and point it to the unique id in your layer (e.g. Event Id). Specify that the map should zoom to when this parameter is being passed in&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelGaiggEsri_0-1677863299868.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/64302i60A75658AA282E05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelGaiggEsri_0-1677863299868.png" alt="MichaelGaiggEsri_0-1677863299868.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) In ExB: use the embed widget to embed your dashboard, connect it to the data that holds the event id and then specify the url to your dashboard separated by an # - use the little database icon at the bottom to include the field (don't just type it)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelGaiggEsri_1-1677863461543.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/64305i4E0E17759C3CE3EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelGaiggEsri_1-1677863461543.png" alt="MichaelGaiggEsri_1-1677863461543.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Also in ExB: Somehow set the selected framework item, e.g. through a list widget that lists all the items (in my case earthquakes, same layer that your embed widget is connected to). When user clicks on a list item, your embed widget will pass the correct url parameter to the dashboard.&lt;/P&gt;&lt;P&gt;PS: if your dashboard is on another page within ExB then you must specify a message action that notifies the framework that a data record has been selected. In that way the selected item is known to the "framework" and carried over to the other pages. Don't forget to specify the action data!!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelGaiggEsri_2-1677863889653.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/64307iA67A6E984E47414D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelGaiggEsri_2-1677863889653.png" alt="MichaelGaiggEsri_2-1677863889653.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 17:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/embedded-dashboard-zoom-to-feature/m-p/1264072#M6357</guid>
      <dc:creator>MichaelGaiggEsri</dc:creator>
      <dc:date>2023-03-03T17:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Dashboard Zoom to Feature</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/embedded-dashboard-zoom-to-feature/m-p/1350001#M9399</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/484322"&gt;@MichaelGaiggEsri&lt;/a&gt;&amp;nbsp;Do you know if it's possible to do something like this but with multiple feature IDs? I'm trying to configure a filter action within an embedded dashboard based on the feature IDs in the output from an Experience Builder Query widget. The documentation suggests that a comma-separated list can be passed to a dashboard as a Feature URL parameter, but for the life of me I can't figure how to dynamically generate a comma-separated list of feature IDs...&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 21:58:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/embedded-dashboard-zoom-to-feature/m-p/1350001#M9399</guid>
      <dc:creator>MattBewleyDCGov</dc:creator>
      <dc:date>2023-11-15T21:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Dashboard Zoom to Feature</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/embedded-dashboard-zoom-to-feature/m-p/1478517#M12795</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/724673"&gt;@MattBewleyDCGov&lt;/a&gt;&amp;nbsp;Were you able to figure out how to do this?&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 16:57:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/embedded-dashboard-zoom-to-feature/m-p/1478517#M12795</guid>
      <dc:creator>MargaretHilbert</dc:creator>
      <dc:date>2024-05-24T16:57:53Z</dc:date>
    </item>
  </channel>
</rss>

