<?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: Changing section views in a window in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/changing-section-views-in-a-window/m-p/1083236#M2506</link>
    <description>&lt;P&gt;Hey Ricky,&lt;/P&gt;&lt;P&gt;I ran into the same thing and found a less than ideal workaround until they add that ability to reference items outside the page/window.&lt;/P&gt;&lt;P&gt;I have created a &lt;A href="https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a/" target="_self"&gt;test app to prove the possibility&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here is how I created it and figured it out.&amp;nbsp; I reference each object in the test app in parenthesis.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a window with your section (Test Window)&lt;/LI&gt;&lt;LI&gt;Reference that window with a button on your main page so you can open the window in runtime (Main Page - Main Button)&lt;/LI&gt;&lt;LI&gt;Add a Row to the Test Window (Row 1)&lt;/LI&gt;&lt;LI&gt;Add a Column to Row 1 (Column 1a) and make it about 10 columns wide.&lt;/LI&gt;&lt;LI&gt;Add a Views Navigation to Column 1a (Views Navigation)&lt;/LI&gt;&lt;LI&gt;Add a Section to Column 1a (Section)&lt;/LI&gt;&lt;LI&gt;Add all the content to your Sections (duplicate if you want like I did - I made three views)&lt;/LI&gt;&lt;LI&gt;Add a Row to Row 1 (Row 2)&lt;/LI&gt;&lt;LI&gt;Add a Column to Row 2 (Column 2a)&lt;/LI&gt;&lt;LI&gt;Add as many buttons as you have sections ( I have three so I added three buttons)&lt;/LI&gt;&lt;LI&gt;Now save, publish and run the app (Note - Live View will not help you here)&lt;/LI&gt;&lt;LI&gt;Navigate to the Test Window by pressing the button&lt;/LI&gt;&lt;LI&gt;Click on each section in the navigator and &lt;STRONG&gt;copy the FULL URL&lt;/STRONG&gt; to a notepad.&amp;nbsp; Note that you must click on a different section then return to section one to get that URL.&lt;/LI&gt;&lt;LI&gt;Notice that the URL parameters reference which dialog (window) and section (view) it is in. &lt;STRONG&gt;This is the key!&amp;nbsp;&lt;/STRONG&gt;In my example :&lt;UL&gt;&lt;LI&gt;&lt;A href="https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a" target="_blank"&gt;https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a&lt;/A&gt;&lt;STRONG&gt;/page/page_0/?dlg=dialog_1&amp;amp;views=view_4&lt;/STRONG&gt; is referencing the first view in my window.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a" target="_blank"&gt;https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a&lt;/A&gt;&lt;STRONG&gt;/page/page_0/?dlg=dialog_1&amp;amp;views=view_5&lt;/STRONG&gt; is referencing the second view in my window.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a" target="_blank"&gt;https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a&lt;/A&gt;&lt;STRONG&gt;/page/page_0/?dlg=dialog_1&amp;amp;views=view_6&lt;/STRONG&gt; is referencing the third view in my window.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Go back to the dev environment and set the link on your buttons to the appropriate views:&lt;UL&gt;&lt;LI&gt;Link to: URL&lt;/LI&gt;&lt;LI&gt;URL: the URL you want to reference that you copied above in step 14&lt;/LI&gt;&lt;LI&gt;Open in : App Window - so that it doesn't open a new tab.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Optional - remove the View Navigation and rely just on the buttons (I didn't in the app so you can see all objects but I would in my final version)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This will cause the program to refresh the page each time but you will link to the proper location.&amp;nbsp; Hopefully the Experience Builder Team will make this easier in an upcoming version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that is helpful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin Wright&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 19:42:02 GMT</pubDate>
    <dc:creator>KevinMWright13</dc:creator>
    <dc:date>2021-07-27T19:42:02Z</dc:date>
    <item>
      <title>Changing section views in a window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/changing-section-views-in-a-window/m-p/1083169#M2504</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using the experience builder, and want to create a section with multiple views in part of a window, with each view triggered by a button in the same window (but outside of the section). Once the views and buttons have been created, when I go to link the button to a view, it only gives me options to link it to a view on my main page – there is no option to link to the view in the section in my window. Are sections just not meant to be used within windows?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ricky&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 18:19:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/changing-section-views-in-a-window/m-p/1083169#M2504</guid>
      <dc:creator>DerrickSalvatore</dc:creator>
      <dc:date>2021-07-27T18:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing section views in a window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/changing-section-views-in-a-window/m-p/1083170#M2505</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/155486"&gt;@DerrickSalvatore&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi, hope you don't think I'm being cheeky here..... first off, quick question;&lt;/P&gt;&lt;P&gt;You want a window, with a section containing multiple views?&lt;BR /&gt;&lt;BR /&gt;Buttons - section views, fine&lt;/P&gt;&lt;P&gt;Window, buttons, views, let's see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE;&lt;/P&gt;&lt;P&gt;Have just tried, and no. You have gone down the same rabbit hole as I did recently. I put a number of filters in a window, to be tidy, but unfortunately this just wasn't going to work currently.&amp;nbsp;&lt;BR /&gt;I'd look for an alternative to your process.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 18:32:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/changing-section-views-in-a-window/m-p/1083170#M2505</guid>
      <dc:creator>JonathanMcDougall</dc:creator>
      <dc:date>2021-07-27T18:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing section views in a window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/changing-section-views-in-a-window/m-p/1083236#M2506</link>
      <description>&lt;P&gt;Hey Ricky,&lt;/P&gt;&lt;P&gt;I ran into the same thing and found a less than ideal workaround until they add that ability to reference items outside the page/window.&lt;/P&gt;&lt;P&gt;I have created a &lt;A href="https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a/" target="_self"&gt;test app to prove the possibility&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here is how I created it and figured it out.&amp;nbsp; I reference each object in the test app in parenthesis.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a window with your section (Test Window)&lt;/LI&gt;&lt;LI&gt;Reference that window with a button on your main page so you can open the window in runtime (Main Page - Main Button)&lt;/LI&gt;&lt;LI&gt;Add a Row to the Test Window (Row 1)&lt;/LI&gt;&lt;LI&gt;Add a Column to Row 1 (Column 1a) and make it about 10 columns wide.&lt;/LI&gt;&lt;LI&gt;Add a Views Navigation to Column 1a (Views Navigation)&lt;/LI&gt;&lt;LI&gt;Add a Section to Column 1a (Section)&lt;/LI&gt;&lt;LI&gt;Add all the content to your Sections (duplicate if you want like I did - I made three views)&lt;/LI&gt;&lt;LI&gt;Add a Row to Row 1 (Row 2)&lt;/LI&gt;&lt;LI&gt;Add a Column to Row 2 (Column 2a)&lt;/LI&gt;&lt;LI&gt;Add as many buttons as you have sections ( I have three so I added three buttons)&lt;/LI&gt;&lt;LI&gt;Now save, publish and run the app (Note - Live View will not help you here)&lt;/LI&gt;&lt;LI&gt;Navigate to the Test Window by pressing the button&lt;/LI&gt;&lt;LI&gt;Click on each section in the navigator and &lt;STRONG&gt;copy the FULL URL&lt;/STRONG&gt; to a notepad.&amp;nbsp; Note that you must click on a different section then return to section one to get that URL.&lt;/LI&gt;&lt;LI&gt;Notice that the URL parameters reference which dialog (window) and section (view) it is in. &lt;STRONG&gt;This is the key!&amp;nbsp;&lt;/STRONG&gt;In my example :&lt;UL&gt;&lt;LI&gt;&lt;A href="https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a" target="_blank"&gt;https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a&lt;/A&gt;&lt;STRONG&gt;/page/page_0/?dlg=dialog_1&amp;amp;views=view_4&lt;/STRONG&gt; is referencing the first view in my window.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a" target="_blank"&gt;https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a&lt;/A&gt;&lt;STRONG&gt;/page/page_0/?dlg=dialog_1&amp;amp;views=view_5&lt;/STRONG&gt; is referencing the second view in my window.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a" target="_blank"&gt;https://experience.arcgis.com/experience/d9141e8c6b3243b29496db32b449384a&lt;/A&gt;&lt;STRONG&gt;/page/page_0/?dlg=dialog_1&amp;amp;views=view_6&lt;/STRONG&gt; is referencing the third view in my window.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Go back to the dev environment and set the link on your buttons to the appropriate views:&lt;UL&gt;&lt;LI&gt;Link to: URL&lt;/LI&gt;&lt;LI&gt;URL: the URL you want to reference that you copied above in step 14&lt;/LI&gt;&lt;LI&gt;Open in : App Window - so that it doesn't open a new tab.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Optional - remove the View Navigation and rely just on the buttons (I didn't in the app so you can see all objects but I would in my final version)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This will cause the program to refresh the page each time but you will link to the proper location.&amp;nbsp; Hopefully the Experience Builder Team will make this easier in an upcoming version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that is helpful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin Wright&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 19:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/changing-section-views-in-a-window/m-p/1083236#M2506</guid>
      <dc:creator>KevinMWright13</dc:creator>
      <dc:date>2021-07-27T19:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Changing section views in a window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/changing-section-views-in-a-window/m-p/1106754#M2956</link>
      <description>&lt;P&gt;Hi Ricky -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Was my solution at all helpful?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 16:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/changing-section-views-in-a-window/m-p/1106754#M2956</guid>
      <dc:creator>KevinMWright13</dc:creator>
      <dc:date>2021-10-12T16:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing section views in a window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/changing-section-views-in-a-window/m-p/1230827#M5715</link>
      <description>&lt;P&gt;This issue has been resolved in the latest AGOL 10.3 - now you can link to section views inside a window.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 10:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/changing-section-views-in-a-window/m-p/1230827#M5715</guid>
      <dc:creator>TonghuiMing</dc:creator>
      <dc:date>2022-11-11T10:06:38Z</dc:date>
    </item>
  </channel>
</rss>

