<?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: Is it possible to list closest facilities in one field? in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1497322#M8803</link>
    <description>&lt;P&gt;Hi, Jay-&lt;/P&gt;&lt;P&gt;I made a change to the Summary Statistics parameters and I received the desired results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Summary Statistics Parameters.png" style="width: 244px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107921i345E295E46D65A8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Summary Statistics Parameters.png" alt="Summary Statistics Parameters.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I added IncidentID to the Case Field section and it produced the desired results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Results.png" style="width: 500px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107924i0BB5EAA80B920980/image-size/large?v=v2&amp;amp;px=999" role="button" title="Results.png" alt="Results.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you again for taking the time to help!&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 19:30:39 GMT</pubDate>
    <dc:creator>claykitchens_fd</dc:creator>
    <dc:date>2024-06-25T19:30:39Z</dc:date>
    <item>
      <title>Is it possible to list closest facilities in one field?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1492977#M8785</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I performed a closest facilities analysis for 8 locations, but I would like to have those locations listed in order, nearest to farthest, in one field. Is it possible to perform this with ArcMap or ArcGIS Pro?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 19:05:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1492977#M8785</guid>
      <dc:creator>claykitchens_fd</dc:creator>
      <dc:date>2024-06-14T19:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list closest facilities in one field?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1493020#M8786</link>
      <description>&lt;P&gt;Yes. It is possible. Here is one way: Use the Summary Statistics GP tool. The input should be the routes feature class from your Closest Facility layer. Open the route table, and sort ascending on the Facility Rank Column. Then right-click the Facility ID column and bring up the Summary Statistics. Choose the FacilityID as the statistics field and pick Concatenate from the list of statistics type drop down. Then type in a comma in the concatenate separator and run the tool. It will output a new table with a field that has all the FacilityID's separated by comma. See screen shot below.&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JaySandhu_0-1718396741030.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107124iD2AD80CA27C2F480/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JaySandhu_0-1718396741030.png" alt="JaySandhu_0-1718396741030.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 20:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1493020#M8786</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2024-06-14T20:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list closest facilities in one field?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1495357#M8793</link>
      <description>&lt;P&gt;Thank you, Jay!&lt;/P&gt;&lt;P&gt;One item I failed to include is that I'm trying to perform this action for 15 locations and 397 incidents. I followed the workflow you provided and received the following results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="claykitchens_fd_0-1718891845309.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107516i0F2D3663428BC884/image-size/medium?v=v2&amp;amp;px=400" role="button" title="claykitchens_fd_0-1718891845309.png" alt="claykitchens_fd_0-1718891845309.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How should the workflow be adjusted to accommodate 397 incidents?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 13:57:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1495357#M8793</guid>
      <dc:creator>claykitchens_fd</dc:creator>
      <dc:date>2024-06-20T13:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list closest facilities in one field?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1495413#M8794</link>
      <description>&lt;P&gt;The display only shows a limited amount. You can increase the width of the field display in the UI. But how do you plan to use this information? For example, you can use the GP tool Export table and output to a text file. You can also choose to only export that one field you want like so:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JaySandhu_0-1718897640934.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107529iE4DDFFC5E9BEC634/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JaySandhu_0-1718897640934.png" alt="JaySandhu_0-1718897640934.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 15:35:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1495413#M8794</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2024-06-20T15:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list closest facilities in one field?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1495697#M8795</link>
      <description>&lt;P&gt;Thank you for the clarification!&lt;/P&gt;&lt;P&gt;We are using this to build the response sequence for fire station responses. We have 397 response districts and 8 stations (we have 7 additional "stations" loaded into the Computer Aided Dispatch (CAD) system. We would like to list the order of the station response for all 15 stations to the 397 response districts. Each response district polygon has been changed to a point using the "Feature to Point" tool so it can be used as an Incident.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 21:52:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1495697#M8795</guid>
      <dc:creator>claykitchens_fd</dc:creator>
      <dc:date>2024-06-20T21:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list closest facilities in one field?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1495999#M8796</link>
      <description>&lt;P&gt;Just an FYI, Mike Price has written numerous articles about fire station response. You can read some of them here:&amp;nbsp;&lt;A href="https://www.esri.com/about/newsroom/author/mikeprice/" target="_blank"&gt;Mike Price, Author at Esri&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/about/newsroom/arcuser/graham-fire/" target="_blank"&gt;Mapping Current and Proposed Effective Fire Response (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/about/newsroom/arcuser/safer-success/" target="_blank"&gt;Measuring Firefighter Performance with ArcGIS Pro (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 15:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1495999#M8796</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2024-06-21T15:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list closest facilities in one field?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1496034#M8797</link>
      <description>&lt;P&gt;Thank you for sharing these!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 15:52:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1496034#M8797</guid>
      <dc:creator>claykitchens_fd</dc:creator>
      <dc:date>2024-06-21T15:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list closest facilities in one field?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1496050#M8798</link>
      <description>&lt;P&gt;I attempted this workflow again, but I still received the same output.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="claykitchens_fd_0-1718985219085.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107660iF625AE414A935B1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="claykitchens_fd_0-1718985219085.png" alt="claykitchens_fd_0-1718985219085.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="claykitchens_fd_1-1718985248415.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107661i2012A56B49EA4B9F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="claykitchens_fd_1-1718985248415.png" alt="claykitchens_fd_1-1718985248415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What I hoped I would see is the Incident ID field and the concatenated Facility ID values in another field (ConcatenatedIDs).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incident ID&amp;nbsp; |&amp;nbsp; Concatenated IDs&lt;/P&gt;&lt;P&gt;1&amp;nbsp; |&amp;nbsp; 2,1,3,5,4,6,10,9,8,11,7,15,13,14,12&lt;/P&gt;&lt;P&gt;2&amp;nbsp; |&amp;nbsp; 1,3,7,4,10,13,14,2,6,5,9,8,12,11,15&lt;/P&gt;&lt;P&gt;... and this could continue to Incident ID 397.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help with this! I hope you will be able to provide a solution with this additional information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 15:59:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1496050#M8798</guid>
      <dc:creator>claykitchens_fd</dc:creator>
      <dc:date>2024-06-21T15:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list closest facilities in one field?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1497322#M8803</link>
      <description>&lt;P&gt;Hi, Jay-&lt;/P&gt;&lt;P&gt;I made a change to the Summary Statistics parameters and I received the desired results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Summary Statistics Parameters.png" style="width: 244px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107921i345E295E46D65A8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Summary Statistics Parameters.png" alt="Summary Statistics Parameters.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I added IncidentID to the Case Field section and it produced the desired results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Results.png" style="width: 500px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107924i0BB5EAA80B920980/image-size/large?v=v2&amp;amp;px=999" role="button" title="Results.png" alt="Results.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you again for taking the time to help!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 19:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/is-it-possible-to-list-closest-facilities-in-one/m-p/1497322#M8803</guid>
      <dc:creator>claykitchens_fd</dc:creator>
      <dc:date>2024-06-25T19:30:39Z</dc:date>
    </item>
  </channel>
</rss>

