<?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: Sorting Dynamic Text Values with Visible Rows (Map Series) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1199025#M58142</link>
    <description>&lt;P&gt;That is a bit tougher. When I need to show specific values from a Map Series, I use the Page Query property:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/page-queries.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/layouts/page-queries.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But that does not sound like the case in this situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There does appear to be a Sort function in Arcade you could try. Here is some documentation on it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/data_functions/#sort" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/data_functions/#sort&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2022 17:09:19 GMT</pubDate>
    <dc:creator>AdrianWelsh</dc:creator>
    <dc:date>2022-08-03T17:09:19Z</dc:date>
    <item>
      <title>Sorting Dynamic Text Values with Visible Rows (Map Series)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1197604#M57982</link>
      <description>&lt;P&gt;I'm currently using ArcGIS Pro 2.9.3 and have set up a Map Series in one of my Layout tabs. I have also set up a Dynamic Text box that presents a list of attributes for each of the polygons that are present within each Map Series page. This way, each Map Series page will produce a separate map that focuses on an area of interest of my choosing. The Dynamic Text has a Query that lists "visible rows" and accurately lists the attributes of the polygons in question separated by a comma (e.g. " ,"). However, the entries (which are integer numbers) are listed in order of OBJECTID.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm curious: is there a way to sort the values within the Dynamic Text (or within a Table Frame to link to the Dynamic Frame text box) so that the values are sorted from smallest to largest? I expect that I could produce a new shapefile with the polygons in the "correct" order, but I wanted to see if there was an Arcade expression that might complete the task for this project and for others in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 20:13:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1197604#M57982</guid>
      <dc:creator>DanielRaleigh</dc:creator>
      <dc:date>2022-07-29T20:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Dynamic Text Values with Visible Rows (Map Series)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1198046#M58036</link>
      <description>&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;Have you tried utilizing the Sort option in the Map Series properties?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdrianWelsh_0-1659369149996.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/47438iAE019BAC0133507A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdrianWelsh_0-1659369149996.png" alt="AdrianWelsh_0-1659369149996.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Or is this a different situation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 15:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1198046#M58036</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2022-08-01T15:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Dynamic Text Values with Visible Rows (Map Series)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1199021#M58141</link>
      <description>&lt;P&gt;I recognize that I can sort the Map Series page list, but what I want to do is sort the values displayed in a Dynamic Text box that change based on which page is viewed. The Dynamic Text box links to polygons that are visible within each Map Series page, but I can't find a way to sort them (in this case, I'd like to sort the numerical values from smallest to largest). I've attached a screen capture which shows that the numbers in the box are not in numerical order.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 16:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1199021#M58141</guid>
      <dc:creator>DanielRaleigh</dc:creator>
      <dc:date>2022-08-03T16:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Dynamic Text Values with Visible Rows (Map Series)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1199025#M58142</link>
      <description>&lt;P&gt;That is a bit tougher. When I need to show specific values from a Map Series, I use the Page Query property:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/page-queries.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/layouts/page-queries.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But that does not sound like the case in this situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There does appear to be a Sort function in Arcade you could try. Here is some documentation on it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/data_functions/#sort" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/data_functions/#sort&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 17:09:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1199025#M58142</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2022-08-03T17:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Dynamic Text Values with Visible Rows (Map Series)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1199029#M58145</link>
      <description>&lt;P&gt;Yes, I've been fascinated and incredibly pleased with Page Query! I've incorporated page queries into several feature classes so that only specific points, lines, and polygons are displayed within the bounds of each Map Series page. It's a very handy tool that I intend to use in future projects. In this case, the page query links the Map Series page 'EC' to a specific polygon feature class so that only three polygons are displayed. The Dynamic Text box references the 3 values as "225, 159, 157", but I would like for them to display as "157, 159, 225". I would also like for the other Map Series pages to display the referenced field values in numerical order, as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried tinkering with the Arcade function displayed on your second link, but I confess that I'm not very adept with that language, yet. I don't think that I'm accurately defining the field/feature class in question to draw in the values that I'm hoping to sort.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 17:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1199029#M58145</guid>
      <dc:creator>DanielRaleigh</dc:creator>
      <dc:date>2022-08-03T17:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Dynamic Text Values with Visible Rows (Map Series)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1317393#M71973</link>
      <description>&lt;P&gt;Any luck?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 14:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sorting-dynamic-text-values-with-visible-rows-map/m-p/1317393#M71973</guid>
      <dc:creator>TL2</dc:creator>
      <dc:date>2023-08-10T14:26:53Z</dc:date>
    </item>
  </channel>
</rss>

