<?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: Display selected layer and its attributes on base map using custom filter widget in Experience Builder in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1338034#M8720</link>
    <description>&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;Yes, attempting to send communication between two separate applications one is the base map having layers and attributes and other is custom filter consuming the map services having same layers and attributes. My requirement is as I choose in the drop-down selected layer and desired attributes are selected and on Click submit button, should highlight on the map the selected one and show popup on the map. Looking for the solution and need to achieve the functionality using the Experience Builder and I am working on Developer Edition.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surinder Mohan&lt;/P&gt;</description>
    <pubDate>Sun, 15 Oct 2023 07:15:37 GMT</pubDate>
    <dc:creator>Surinder</dc:creator>
    <dc:date>2023-10-15T07:15:37Z</dc:date>
    <item>
      <title>Display selected layer and its attributes on base map using custom filter widget in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1337183#M8665</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am developing custom filter widget consuming a map service having different layers and its attributes using Experience Builder application. I am accessing other Experience Builder application having a base map as a web map. I am working on the Developer Edition using "arcgis-experience-builder-1.10" ArcGISExperienceBuilder client and server installed in my local machine at&amp;nbsp;&lt;A href="http://localhost:3001/experience/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:3001/experience/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I need a solution how to communicate between 2 Experience Builder application to achieve the desired functionality say "Display selected layer and its attributes on the map using custom filter widget".&lt;/P&gt;&lt;P&gt;Appreciate your response for the question and looking for an appropriate solution to achieve the "Custom Filter" widget and its functionality in Experience Builder.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surinder Mohan&lt;/P&gt;&lt;P&gt;GIS Developer&lt;/P&gt;&lt;P&gt;Email:&amp;nbsp;&lt;A href="mailto:surinder.m@gpceast.com" target="_blank" rel="nofollow noopener noreferrer"&gt;surinder.m@gpceast.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 08:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1337183#M8665</guid>
      <dc:creator>SurinderMohan</dc:creator>
      <dc:date>2023-10-12T08:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Display selected layer and its attributes on base map using custom filter widget in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1337278#M8674</link>
      <description>&lt;P&gt;You are attempting to send communication between two seperate applications, not two separate widgets? Why? What are you trying to accomplish?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 14:26:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1337278#M8674</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-10-12T14:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display selected layer and its attributes on base map using custom filter widget in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1338034#M8720</link>
      <description>&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;Yes, attempting to send communication between two separate applications one is the base map having layers and attributes and other is custom filter consuming the map services having same layers and attributes. My requirement is as I choose in the drop-down selected layer and desired attributes are selected and on Click submit button, should highlight on the map the selected one and show popup on the map. Looking for the solution and need to achieve the functionality using the Experience Builder and I am working on Developer Edition.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surinder Mohan&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2023 07:15:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1338034#M8720</guid>
      <dc:creator>Surinder</dc:creator>
      <dc:date>2023-10-15T07:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display selected layer and its attributes on base map using custom filter widget in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1338175#M8736</link>
      <description>&lt;P&gt;Within a single application, this could be accomplished fairly easily with the&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#openPopup" target="_self"&gt;view.openPopup()&lt;/A&gt;&amp;nbsp;method and&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Handles.html#add" target="_self"&gt;adding handles&lt;/A&gt;&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#highlight" target="_self"&gt;with layerView.highlight()&lt;/A&gt;. The additional application makes this more difficult. Why are they separated out? Is the map intended to be a passive viewer being controlled by a remote user using the filter? To make this work in a two application set-up, you would need to build an API to trigger communication between them.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 12:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1338175#M8736</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-10-16T12:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display selected layer and its attributes on base map using custom filter widget in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1338539#M8761</link>
      <description>&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;Here 2 applications, one is a web map consists of a base map having layers and its attributes and other is custom filter widget application. Both of need to communicate with each other to achieve the functionality while filtering the layer with desired attributes and submit it should display the selected one on the base map and both of them using the same map services url. I tried with highlight and popup methods could not succeed. Looking for a solution.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surinder Mohan&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 11:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1338539#M8761</guid>
      <dc:creator>Surinder</dc:creator>
      <dc:date>2023-10-17T11:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display selected layer and its attributes on base map using custom filter widget in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1339058#M8787</link>
      <description>&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;As suggested, an API for communicating between two applications would typically at backend server and call the API in the front-end. Hopefully it might be a probable solution.&lt;/P&gt;&lt;P&gt;Please comment on it.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surinder Mohan&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 12:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1339058#M8787</guid>
      <dc:creator>Surinder</dc:creator>
      <dc:date>2023-10-18T12:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display selected layer and its attributes on base map using custom filter widget in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1339092#M8788</link>
      <description>&lt;P&gt;I don't have much experience with API design, but it should be possible to pack your filter requirements into a json object and send them as a put request to an intermediary server that would relay them to the map application.&lt;/P&gt;&lt;P&gt;Again, making your filter and map work together would be much simpler in a single application, and I don't understand why you are using two applications.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 13:08:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/display-selected-layer-and-its-attributes-on-base/m-p/1339092#M8788</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-10-18T13:08:34Z</dc:date>
    </item>
  </channel>
</rss>

