<?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>idea Add the ability to iterate features in ArcGIS Pro Dynamic Text in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/add-the-ability-to-iterate-features-in-arcgis-pro/idi-p/925905</link>
    <description>&lt;P&gt;One thing I've missed in ArcGIS Desktop is the ability to quickly create custom layouts using dynamic text that can display feature information. Use cases would be primarily in Map Series (pro's data driven pages equivolent) but would also apply to static layouts in some cases as a quick way to create automatically generated text blocks from feature layers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example: Map Series&lt;/P&gt;&lt;P&gt;Show text blocks for each feature in the current extent:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/362881_pastedImage_1.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possible Dynamic text code:&lt;/P&gt;&lt;PRE&gt;&amp;lt;dyn type="iterator" layer="Properties"&amp;gt;
ID: &amp;lt;dyn type="field" property="id" /&amp;gt;
Address: &amp;lt;dyn type="field" property="street_num" /&amp;gt; &amp;lt;dyn type="field" property="street_name" /&amp;gt;
Dept: &amp;lt;dyn type="field" property="department" /&amp;gt;
&amp;lt;/dyn&amp;gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this hypothetical example, the important part is the `dyn type="iterator"` The block of text inside here would be repeated for each feature visible in the current extent. I know this functionality is possible using a custom python arcpy.mp script but this method would integrate with existing tools to allow the data and the framework to do the work. I wouldn't have to re-run a script if the data changes, all we need to do is re-export the map series and the layout would be updated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This could also apply to static layouts, for instance if we just quickly want to build a list of features like the one above, a simple block of xml is all we would need to insert. The Insert Dynamic Text dropdown could insert a quick snippet with the required text block for easy modification.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/362937_pastedImage_3.png" border="0" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2022 23:47:07 GMT</pubDate>
    <dc:creator>roemhildtg</dc:creator>
    <dc:date>2022-03-02T23:47:07Z</dc:date>
    <item>
      <title>Add the ability to iterate features in ArcGIS Pro Dynamic Text</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-the-ability-to-iterate-features-in-arcgis-pro/idi-p/925905</link>
      <description>&lt;P&gt;One thing I've missed in ArcGIS Desktop is the ability to quickly create custom layouts using dynamic text that can display feature information. Use cases would be primarily in Map Series (pro's data driven pages equivolent) but would also apply to static layouts in some cases as a quick way to create automatically generated text blocks from feature layers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example: Map Series&lt;/P&gt;&lt;P&gt;Show text blocks for each feature in the current extent:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/362881_pastedImage_1.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possible Dynamic text code:&lt;/P&gt;&lt;PRE&gt;&amp;lt;dyn type="iterator" layer="Properties"&amp;gt;
ID: &amp;lt;dyn type="field" property="id" /&amp;gt;
Address: &amp;lt;dyn type="field" property="street_num" /&amp;gt; &amp;lt;dyn type="field" property="street_name" /&amp;gt;
Dept: &amp;lt;dyn type="field" property="department" /&amp;gt;
&amp;lt;/dyn&amp;gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this hypothetical example, the important part is the `dyn type="iterator"` The block of text inside here would be repeated for each feature visible in the current extent. I know this functionality is possible using a custom python arcpy.mp script but this method would integrate with existing tools to allow the data and the framework to do the work. I wouldn't have to re-run a script if the data changes, all we need to do is re-export the map series and the layout would be updated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This could also apply to static layouts, for instance if we just quickly want to build a list of features like the one above, a simple block of xml is all we would need to insert. The Insert Dynamic Text dropdown could insert a quick snippet with the required text block for easy modification.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/362937_pastedImage_3.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 23:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-the-ability-to-iterate-features-in-arcgis-pro/idi-p/925905</guid>
      <dc:creator>roemhildtg</dc:creator>
      <dc:date>2022-03-02T23:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add the ability to iterate features in ArcGIS Pro Dynamic Text</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-the-ability-to-iterate-features-in-arcgis-pro/idc-p/925906#M1276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/roemhildtg"&gt;roemhildtg&lt;/A&gt;‌ You'll be able to add attribute tables to layouts at Pro 2.1 and there is a Query option for the table frame to "Show visible records"&lt;/P&gt;&lt;P&gt;This should provide much of what you're looking for here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 21:33:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-the-ability-to-iterate-features-in-arcgis-pro/idc-p/925906#M1276</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2017-11-20T21:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add the ability to iterate features in ArcGIS Pro Dynamic Text - Status changed to: Needs Clarification</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-the-ability-to-iterate-features-in-arcgis-pro/idc-p/1358830#M27476</link>
      <description>&lt;P&gt;This is available with &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/add-dynamic-text.htm#ESRI_SECTION1_23EBDF119FC94F8EB5B5798DDE881CEB" target="_self"&gt;value dynamic text&lt;/A&gt; in ArcGIS Pro.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Dec 2023 00:28:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-the-ability-to-iterate-features-in-arcgis-pro/idc-p/1358830#M27476</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2023-12-09T00:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add the ability to iterate features in ArcGIS Pro Dynamic Text - Status changed to: Already Offered</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-the-ability-to-iterate-features-in-arcgis-pro/idc-p/1358831#M27477</link>
      <description />
      <pubDate>Sat, 09 Dec 2023 00:28:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-the-ability-to-iterate-features-in-arcgis-pro/idc-p/1358831#M27477</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2023-12-09T00:28:24Z</dc:date>
    </item>
  </channel>
</rss>

