<?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: Find a widget/ solution in WebApp builder to return the sum of values within the buffer in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/find-a-widget-solution-in-webapp-builder-to-return/m-p/1377329#M23370</link>
    <description>&lt;P&gt;My data is in ArcGIS Online and the app that I am creating is using WebApp GIS Builder (without coding). I do not have a coding background so I am not sure of the solution you provided me with and how to implement it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a no coding solution available? or if you could explain how to implement your solution in a step by step manner.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2024 22:04:49 GMT</pubDate>
    <dc:creator>rrangar</dc:creator>
    <dc:date>2024-02-01T22:04:49Z</dc:date>
    <item>
      <title>Find a widget/ solution in WebApp builder to return the sum of values within the buffer</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/find-a-widget-solution-in-webapp-builder-to-return/m-p/1377264#M23368</link>
      <description>&lt;P&gt;I am trying to build an app to give ranks to each development facility (aka address entered by the user) based on what facilities are in a 5 mile&amp;nbsp; radius. For example let's say Address X has hospital, bus stop, transit station in a 5 mile radius of it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hospital carries 1 point&lt;/P&gt;&lt;P&gt;Transit station carries 1 point&lt;/P&gt;&lt;P&gt;Bus stop carries 1 point&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So Address X in the map should return a sum total of all of the above = 3. Hence Rank is 3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried pretty much all widgets in Web App builder, I am not able to find the one that can return me the sum of the layers within the buffer. I am currently using near me widget that is great to try different buffer distances and get a list of facilities within that buffer but it does not add the scores for me. Can someone please help me if they know what could be the best possible solution to this?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 20:31:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/find-a-widget-solution-in-webapp-builder-to-return/m-p/1377264#M23368</guid>
      <dc:creator>rrangar</dc:creator>
      <dc:date>2024-02-01T20:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Find a widget/ solution in WebApp builder to return the sum of values within the buffer</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/find-a-widget-solution-in-webapp-builder-to-return/m-p/1377320#M23369</link>
      <description>&lt;P&gt;Is your data in an EGDB? You can write a database view that UNIONs every layer into 1 big table with a "score" field, something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;SELECT ROW_NUMBER() [OBJECTID], tbl.[LayerName], tbl.[Score], tbl.[Shape]
FROM ( 
  SELECT 'Layer1' [LayerName], 1 [Score], Shape
  FROM A.B.Layer1
  UNION
  SELECT 'Layer2' [LayerName], 1 [Score], Shape
  FROM A.B.Layer2
) tbl&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll have to find the appropriate function to get a unique row number for your database, &lt;A href="https://learn.microsoft.com/en-us/sql/t-sql/functions/row-number-transact-sql?view=sql-server-ver16" target="_self"&gt;here's some info for SQL Server&lt;/A&gt;. Once the view works you can register it to the EGDB, publish it as a layer and drop that in your app for use with widgets.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 21:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/find-a-widget-solution-in-webapp-builder-to-return/m-p/1377320#M23369</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2024-02-01T21:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find a widget/ solution in WebApp builder to return the sum of values within the buffer</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/find-a-widget-solution-in-webapp-builder-to-return/m-p/1377329#M23370</link>
      <description>&lt;P&gt;My data is in ArcGIS Online and the app that I am creating is using WebApp GIS Builder (without coding). I do not have a coding background so I am not sure of the solution you provided me with and how to implement it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a no coding solution available? or if you could explain how to implement your solution in a step by step manner.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 22:04:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/find-a-widget-solution-in-webapp-builder-to-return/m-p/1377329#M23370</guid>
      <dc:creator>rrangar</dc:creator>
      <dc:date>2024-02-01T22:04:49Z</dc:date>
    </item>
  </channel>
</rss>

