<?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: URL parameters to 'Views' within same browser window in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-to-views-within-same-browser-window/m-p/1636473#M20156</link>
    <description>&lt;P&gt;I can answer my own question and hopefully help someone else.&amp;nbsp;I figured out I can use Javascript within an arcade expression. I use the below in a arcade element within a popup and it works exactly as I need it to:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var OID = $feature.OBJECTID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var url1 = '&lt;A href="https://myportal.com/portal/apps/experiencebuilder/experience/?draft=true&amp;amp;id=bxxxxxxxxxxf&amp;amp;page=LEAK-%26-BREAKS-DISPATCHER&amp;amp;views=ACTIVE-LEAKS%2CCREATE-NEW-LEAK#data_s=id%3AdataSource_4-18fc5181f68-layer-16-0%3A" target="_blank" rel="noopener"&gt;https://myportal.com/portal/apps/experiencebuilder/experience/?draft=true&amp;amp;id=bxxxxxxxxxxf&amp;amp;page=LEAK-%26-BREAKS-DISPATCHER&amp;amp;views=ACTIVE-LEAKS%2CCREATE-NEW-LEAK#data_s=id%3AdataSource_4-18fc5181f68-layer-16-0%3A&lt;/A&gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;var btn = &amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'&amp;lt;div align="center"&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;+ '&amp;lt;a href="'+ url1 + OID +'"style="background-color:#007BC1;;color:#ffffff;padding:10px; border-radius:10px;text-decoration:none;display:inline-block;text-align:center;&lt;STRONG&gt;"target="_self" onclick=\"window.open(this.href, "_self"); return false;\"&lt;/STRONG&gt; &amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; +'&amp;lt;b&amp;gt;CREATE A NEW LEAK AT THIS ADDRESS&amp;lt;/b&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; +'&amp;lt;/a&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; +'&amp;lt;/div&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;return { &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; type : 'text', &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; text : btn&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This is how it looks. I need to refine this a bit to zoom the map into the same location but I’m on the right path…&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jul 2025 16:27:17 GMT</pubDate>
    <dc:creator>ahargreaves_FW</dc:creator>
    <dc:date>2025-07-25T16:27:17Z</dc:date>
    <item>
      <title>URL parameters to 'Views' within same browser window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-to-views-within-same-browser-window/m-p/1636405#M20152</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an app configured within ExBuilder v11.3 as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Several 'sections' all navigable via a 'View Navigation'&lt;/LI&gt;&lt;LI&gt;Lists on those sections allow me to 'Set Link' to open other views within the app&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here's what I need, alongside the above:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Select a feature on the map&lt;/LI&gt;&lt;LI&gt;Open the appropriate view within the app&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;There appears to be no way to set an action or link to allow this to occur. If I set a URL within the popup of the selected feature on the map using the below it &lt;EM&gt;&lt;STRONG&gt;does&lt;/STRONG&gt; &lt;/EM&gt;open to the correct view, but in a &lt;EM&gt;&lt;STRONG&gt;new&lt;/STRONG&gt; &lt;/EM&gt;browser tab:&lt;/P&gt;&lt;P&gt;&lt;A href="https://myportal.com/portal/apps/experiencebuilder/experience/?id=bxxxxxxxxxxxxf&amp;amp;page=LEAK-%26-BREAKS-DISPATCHER&amp;amp;views=CREATE-NEW-LEAK" target="_blank"&gt;https://myportal.com/portal/apps/experiencebuilder/experience/?id=bxxxxxxxxxxxxf&amp;amp;page=LEAK-%26-BREAKS-DISPATCHER&amp;amp;views=CREATE-NEW-LEAK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So how can I either:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Set an action so a selected feature opens the view, or&lt;/LI&gt;&lt;LI&gt;create a URL that opens the view within &lt;STRONG&gt;&lt;EM&gt;this&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;browser tab?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 25 Jul 2025 14:53:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-to-views-within-same-browser-window/m-p/1636405#M20152</guid>
      <dc:creator>ahargreaves_FW</dc:creator>
      <dc:date>2025-07-25T14:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: URL parameters to 'Views' within same browser window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-to-views-within-same-browser-window/m-p/1636472#M20155</link>
      <description>&lt;P&gt;I can answer my own question and hopefully help someone else.&amp;nbsp;I figured out I can use Javascript within an arcade expression. I use the below in a arcade element within a popup and it works exactly as I need it to:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var OID = $feature.OBJECTID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var url1 = '&lt;A href="https://myportal.com/portal/apps/experiencebuilder/experience/?draft=true&amp;amp;id=bxxxxxxxxxxf&amp;amp;page=LEAK-%26-BREAKS-DISPATCHER&amp;amp;views=ACTIVE-LEAKS%2CCREATE-NEW-LEAK#data_s=id%3AdataSource_4-18fc5181f68-layer-16-0%3A" target="_blank"&gt;https://myportal.com/portal/apps/experiencebuilder/experience/?draft=true&amp;amp;id=bxxxxxxxxxxf&amp;amp;page=LEAK-%26-BREAKS-DISPATCHER&amp;amp;views=ACTIVE-LEAKS%2CCREATE-NEW-LEAK#data_s=id%3AdataSource_4-18fc5181f68-layer-16-0%3A&lt;/A&gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;var btn = &amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'&amp;lt;div align="center"&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;+ '&amp;lt;a href="'+ url1 + OID +'"style="background-color:#007BC1;;color:#ffffff;padding:10px; border-radius:10px;text-decoration:none;display:inline-block;text-align:center;"target="_self" onclick=\"window.open(this.href, "_self"); return false;\" &amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; +'&amp;lt;b&amp;gt;CREATE A NEW LEAK AT THIS ADDRESS&amp;lt;/b&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; +'&amp;lt;/a&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; +'&amp;lt;/div&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;return { &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; type : 'text', &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; text : btn&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;This is how it looks. I need to refine this a bit to zoom the map into the same location but I’m on the right path…&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="OPEN NEW VIEW USING ARCADE.gif" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137250i7EB03DFB2B872865/image-size/large?v=v2&amp;amp;px=999" role="button" title="OPEN NEW VIEW USING ARCADE.gif" alt="OPEN NEW VIEW USING ARCADE.gif" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 16:24:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-to-views-within-same-browser-window/m-p/1636472#M20155</guid>
      <dc:creator>ahargreaves_FW</dc:creator>
      <dc:date>2025-07-25T16:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: URL parameters to 'Views' within same browser window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-to-views-within-same-browser-window/m-p/1636473#M20156</link>
      <description>&lt;P&gt;I can answer my own question and hopefully help someone else.&amp;nbsp;I figured out I can use Javascript within an arcade expression. I use the below in a arcade element within a popup and it works exactly as I need it to:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var OID = $feature.OBJECTID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var url1 = '&lt;A href="https://myportal.com/portal/apps/experiencebuilder/experience/?draft=true&amp;amp;id=bxxxxxxxxxxf&amp;amp;page=LEAK-%26-BREAKS-DISPATCHER&amp;amp;views=ACTIVE-LEAKS%2CCREATE-NEW-LEAK#data_s=id%3AdataSource_4-18fc5181f68-layer-16-0%3A" target="_blank" rel="noopener"&gt;https://myportal.com/portal/apps/experiencebuilder/experience/?draft=true&amp;amp;id=bxxxxxxxxxxf&amp;amp;page=LEAK-%26-BREAKS-DISPATCHER&amp;amp;views=ACTIVE-LEAKS%2CCREATE-NEW-LEAK#data_s=id%3AdataSource_4-18fc5181f68-layer-16-0%3A&lt;/A&gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;var btn = &amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'&amp;lt;div align="center"&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;+ '&amp;lt;a href="'+ url1 + OID +'"style="background-color:#007BC1;;color:#ffffff;padding:10px; border-radius:10px;text-decoration:none;display:inline-block;text-align:center;&lt;STRONG&gt;"target="_self" onclick=\"window.open(this.href, "_self"); return false;\"&lt;/STRONG&gt; &amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; +'&amp;lt;b&amp;gt;CREATE A NEW LEAK AT THIS ADDRESS&amp;lt;/b&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; +'&amp;lt;/a&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; +'&amp;lt;/div&amp;gt;'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;return { &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; type : 'text', &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; text : btn&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This is how it looks. I need to refine this a bit to zoom the map into the same location but I’m on the right path…&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 16:27:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameters-to-views-within-same-browser-window/m-p/1636473#M20156</guid>
      <dc:creator>ahargreaves_FW</dc:creator>
      <dc:date>2025-07-25T16:27:17Z</dc:date>
    </item>
  </channel>
</rss>

