<?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 How to recreate this widget? Identifying ranked list of suitable patches in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-recreate-this-widget-identifying-ranked/m-p/1712463#M23743</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am seeking advice on the functionality on this tool called SiteRight (which I assume was made in Experience Builder) (&lt;A href="https://tnc-ps-web.s3.amazonaws.com/India_SiteRight/Planning/index.html?state=ma" target="_blank"&gt;https://tnc-ps-web.s3.amazonaws.com/India_SiteRight/Planning/index.html?state=ma&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;There is a small button in the top left corner of the map that says "Run Analysis". It allows the user to type in a required energy capacity and then have the tool identify a ranked list of areas that are most suitable (see screenshot below).&lt;/P&gt;&lt;P&gt;Is there a specific widget for this? I'm guessing it's running a custom Locate function on a precomputed suitability raster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice would be greatly appreciated. I&amp;nbsp;am on a Creator account and would upload screenshots, but I'm getting a message saying I do not have permission to upload images.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2026 07:45:32 GMT</pubDate>
    <dc:creator>VaibhavChowdhary</dc:creator>
    <dc:date>2026-07-06T07:45:32Z</dc:date>
    <item>
      <title>How to recreate this widget? Identifying ranked list of suitable patches</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-recreate-this-widget-identifying-ranked/m-p/1712463#M23743</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am seeking advice on the functionality on this tool called SiteRight (which I assume was made in Experience Builder) (&lt;A href="https://tnc-ps-web.s3.amazonaws.com/India_SiteRight/Planning/index.html?state=ma" target="_blank"&gt;https://tnc-ps-web.s3.amazonaws.com/India_SiteRight/Planning/index.html?state=ma&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;There is a small button in the top left corner of the map that says "Run Analysis". It allows the user to type in a required energy capacity and then have the tool identify a ranked list of areas that are most suitable (see screenshot below).&lt;/P&gt;&lt;P&gt;Is there a specific widget for this? I'm guessing it's running a custom Locate function on a precomputed suitability raster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice would be greatly appreciated. I&amp;nbsp;am on a Creator account and would upload screenshots, but I'm getting a message saying I do not have permission to upload images.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 07:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-recreate-this-widget-identifying-ranked/m-p/1712463#M23743</guid>
      <dc:creator>VaibhavChowdhary</dc:creator>
      <dc:date>2026-07-06T07:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to recreate this widget? Identifying ranked list of suitable patches</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-recreate-this-widget-identifying-ranked/m-p/1712472#M23744</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1001245"&gt;@VaibhavChowdhary&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like this is an Experience Builder Developer Edition custom app.&lt;/P&gt;&lt;P&gt;If you open the console to the elements tab, you can see the widget container is using the ArcGIS Maps SDK for JavaScript&amp;nbsp;Expand widget and a custom HTML/CSS/JavaScript analysis panel.&amp;nbsp;The classes are not ArcGIS classes and likely come from custom CSS.&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;lt;div class="esri-expand__container"&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;lt;div class="esri-expand__content"&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;div id="AnalysisDiv"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;lt;input type="radio" name="resType" value="solar"&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;lt;input type="radio" name="resType" value="wind"&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;input type="text" id="capacity"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;lt;input id="RunAnalysis"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="button"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value="Run Analysis"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onclick="RunAnalysis();"&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;lt;div class="jro-light-grey"&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="pBar" class="jro-green"&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You may be able to create a similar tool using the Analysis widget and/or the Filter widget if you are using the web edition of ArcGIS Experience Builder.&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 08:34:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-recreate-this-widget-identifying-ranked/m-p/1712472#M23744</guid>
      <dc:creator>EMani</dc:creator>
      <dc:date>2026-07-06T08:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to recreate this widget? Identifying ranked list of suitable patches</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-recreate-this-widget-identifying-ranked/m-p/1712502#M23750</link>
      <description>&lt;P&gt;It looks to me like this application was directly built on the JavaScript Maps SDK. I extracted their JavaScript file from their website. There is a named RunAnalysis function and the code seems decently commented.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 13:04:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-recreate-this-widget-identifying-ranked/m-p/1712502#M23750</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2026-07-06T13:04:19Z</dc:date>
    </item>
  </channel>
</rss>

