<?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: Escape special characters in Dynamic Text (Data Driven Pages) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195040#M8652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Tom,&lt;/P&gt;&lt;P&gt;Ok - I think with your direction I was able to use Arcade to escape the "&amp;amp;" by inserting as Dynamic Text--&amp;gt;Table Attribute".&amp;nbsp; Here is where things get a bit misleading:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I had done previously is insert an attribute by going to "Dynamic Text--&amp;gt;Map Series--&amp;gt;Attribute&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="231" src="https://community.esri.com/legacyfs/online/503764_pastedImage_1.png" width="359" /&gt;&lt;/P&gt;&lt;P&gt;Then from the dialog I selected the attribute I wanted to add to the layout:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/503786_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have found is by going this route, there is no dialog to format the dynamic text.&amp;nbsp; It simply inserts the text "as-is".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOWEVER....&lt;/P&gt;&lt;P&gt;If I insert dynamic text from a table attribute, The ability to insert formatting expressions (i.e. replace the "&amp;amp;" with the HTML equivalent) using Arcade is available:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" height="301" src="https://community.esri.com/legacyfs/online/503787_pastedImage_3.png" width="400" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" height="414" src="https://community.esri.com/legacyfs/online/503788_pastedImage_4.png" width="658" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the moral of the story here is that there are two ways to do the same thing BUT only one provides the ability to modify the field values using Arcade.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/48313"&gt;Tom Bole&lt;/A&gt;‌ - Is this something that should be addressed with ArcGIS Pro functionality?&amp;nbsp; It appears to be a bit misleading that one way you can use expressions and the other way you cannot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2020 13:47:53 GMT</pubDate>
    <dc:creator>Andrew-Bowne</dc:creator>
    <dc:date>2020-08-18T13:47:53Z</dc:date>
    <item>
      <title>Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195034#M8646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm looking to escape special characters when using Dynamic attribute text with Data Driven Pages using ArcGIS Pro.&amp;nbsp; I have some attribute values that include amphersands and it's throwing my formatting expressions for a loop.&amp;nbsp; I know with map labels it's pretty easy to escape them by using a python expression however I'm not sure how to do this with dynamic text on the layout.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 15:19:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195034#M8646</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2020-08-17T15:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195035#M8647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;don't know if your situation applies to this, but the formatting info might be useful&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/258472-special-characters-with-text-formatting-tags"&gt;https://community.esri.com/thread/258472-special-characters-with-text-formatting-tags&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 15:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195035#M8647</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-08-17T15:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195036#M8648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Dan.&amp;nbsp; This works great when labeling features on the map however I'm talking about Dynamic Text on the layout.&amp;nbsp; I don't see a way to use these types of expressions when it comes to Dynamic Text.&amp;nbsp; One thing I do not want to do is go in and modify my Attribute table in order to get it to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 15:30:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195036#M8648</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2020-08-17T15:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195037#M8649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide a screen shot or example?&amp;nbsp; In Pro 2.6, when I insert an Attribute as Dynamic Test in my Data Driven Pages map book, an attribute value including an &lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt; works just fine.&amp;nbsp; What formatting are you trying to apply that is getting messed up?&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/503626_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 20:33:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195037#M8649</guid>
      <dc:creator>JayJohnsonWashoeCounty</dc:creator>
      <dc:date>2020-08-17T20:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195038#M8650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jay,&lt;/P&gt;&lt;P&gt;Yes - the dynamic text works just fine until I add some formatting tags like &amp;lt;FNT&amp;gt;&amp;lt;/FNT&amp;gt; or &amp;lt;BOL&amp;gt;&amp;lt;/BOL&amp;gt;&lt;/P&gt;&lt;P&gt;Displays As Intended:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/503762_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Displays Incorrectly (Dynamic Text contains "&amp;amp;"):&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/503763_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try adding some formatting tags to your dynamic text and see if you experience the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 11:47:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195038#M8650</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2020-08-18T11:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195039#M8651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure exactly what your workflow is, but you mention an attribute table.&amp;nbsp; If you are grabbing information from a table you may want to consider using Table dynamic text - see&amp;nbsp;&lt;A class="" href="https://pro.arcgis.com/en/pro-app/help/layouts/add-dynamic-text.htm" title="https://pro.arcgis.com/en/pro-app/help/layouts/add-dynamic-text.htm"&gt;Add and modify dynamic text—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;(about a third of the way down the topic is Table dynamic text).&amp;nbsp; With Arcade -&amp;nbsp;&lt;A class="" href="https://developers.arcgis.com/arcade/" title="https://developers.arcgis.com/arcade/"&gt;ArcGIS Arcade | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;- you can further customize your text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have a table of world countries that has fields for both country name and continent and I want a dynamic text element that displays the country's name along with which continent the country is in formatted like "X is in Y". I can use a Table dynamic text element ("Table Attribute" from the "Dynamic Text" gallery on the ribbon provides access to your attribute) and use an Arcade expression to customize the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-6 jive-image" src="https://community.esri.com/legacyfs/online/503769_pastedImage_12.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm far from being an Arcade expert, but there is lot you can do. Table dynamic text (&lt;SPAN&gt;"Table Attribute") also works with map series.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserting format tags &lt;STRONG&gt;&lt;EM&gt;within&lt;/EM&gt; &lt;/STRONG&gt;the dynamic element is not supported. You can place formatting tags around the dynamic tag. For example, here is a dynamic text element for the date the project was saved. You see static text - "Date Saved:" and a dynamic tag - "dateSaved".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/503743_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want the date to be bold I can add formatting tags around the dynamic tag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/503767_pastedImage_7.png" /&gt;&lt;/P&gt;&lt;P&gt;Here's how the element looks in Text View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/503766_pastedImage_6.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dynamic part of the element is prefaced with "&amp;lt; dyn type=". Within this dynamic tag you see its parts -&amp;nbsp;&amp;lt;dyn type="project" property="dateSaved" format="short|short"/&amp;gt;. This particular dynamic text element provides a format option.&amp;nbsp; This allows me an option to show only the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/503768_pastedImage_8.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a limit to what you can do within a dynamic text tag. For more information on this, please see -&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/layouts/add-and-modify-dynamic-text.htm#GUID-2C22F9F0-35B4-409F-8DAF-5723A9A3B81E" title="https://pro.arcgis.com/en/pro-app/help/layouts/add-and-modify-dynamic-text.htm#GUID-2C22F9F0-35B4-409F-8DAF-5723A9A3B81E"&gt;Dynamic text tags—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 13:08:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195039#M8651</guid>
      <dc:creator>TomBole</dc:creator>
      <dc:date>2020-08-18T13:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195040#M8652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Tom,&lt;/P&gt;&lt;P&gt;Ok - I think with your direction I was able to use Arcade to escape the "&amp;amp;" by inserting as Dynamic Text--&amp;gt;Table Attribute".&amp;nbsp; Here is where things get a bit misleading:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I had done previously is insert an attribute by going to "Dynamic Text--&amp;gt;Map Series--&amp;gt;Attribute&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="231" src="https://community.esri.com/legacyfs/online/503764_pastedImage_1.png" width="359" /&gt;&lt;/P&gt;&lt;P&gt;Then from the dialog I selected the attribute I wanted to add to the layout:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/503786_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have found is by going this route, there is no dialog to format the dynamic text.&amp;nbsp; It simply inserts the text "as-is".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOWEVER....&lt;/P&gt;&lt;P&gt;If I insert dynamic text from a table attribute, The ability to insert formatting expressions (i.e. replace the "&amp;amp;" with the HTML equivalent) using Arcade is available:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" height="301" src="https://community.esri.com/legacyfs/online/503787_pastedImage_3.png" width="400" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" height="414" src="https://community.esri.com/legacyfs/online/503788_pastedImage_4.png" width="658" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the moral of the story here is that there are two ways to do the same thing BUT only one provides the ability to modify the field values using Arcade.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/48313"&gt;Tom Bole&lt;/A&gt;‌ - Is this something that should be addressed with ArcGIS Pro functionality?&amp;nbsp; It appears to be a bit misleading that one way you can use expressions and the other way you cannot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 13:47:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195040#M8652</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2020-08-18T13:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195041#M8653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the story can be a bit confusing, but it is important to understand that these two dynamic text elements are not exactly the same. The Map Series (DDP) Attribute element&amp;nbsp;is legacy functionality from ArcMap (Data Driven Pages) and only works with the index layer of a map series.&amp;nbsp;Table Attribute dynamic text, however, can work with any table in the map and does not have to be part of a map series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although, as you state,&amp;nbsp;the&amp;nbsp;&lt;SPAN&gt;Map Series (DDP) Attribute&lt;/SPAN&gt; is limited when compared to &lt;SPAN&gt;Table Attribute dynamic text, t&lt;/SPAN&gt;his "simple" text element satisfies many user requirements.&amp;nbsp;Many users like the simplicity of this option - they just want to add an attribute value from the index layer without any changes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're certainly welcome to add a suggestion to &lt;A href="https://community.esri.com/space/2167"&gt;ArcGIS Ideas&lt;/A&gt;&amp;nbsp;if you have suggestions on how this experience can be improved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the feedback,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 14:19:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195041#M8653</guid>
      <dc:creator>TomBole</dc:creator>
      <dc:date>2020-08-18T14:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195042#M8654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;Did you post the idea?&lt;/P&gt;&lt;P&gt;I was looking for the same thing when I found your post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is there no $page.PAGE_INDEX ... or something like the $feature. class in Arcade?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, we need this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2020 13:42:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195042#M8654</guid>
      <dc:creator>StephaneLefebvre</dc:creator>
      <dc:date>2020-09-10T13:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195043#M8655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I did not.&amp;nbsp; It seems like there is some disconnect between legacy and current functionality.&amp;nbsp; I'm not sure why they both exist or, why they function differently.&amp;nbsp; After all, they do the same thing however the "legacy" (DDP) elements are limited.&amp;nbsp; Why not just eliminate one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2020 13:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195043#M8655</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2020-09-10T13:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195044#M8656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I stated above&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Yes, the story can be a bit confusing, but it is important to understand that these two dynamic text elements are not exactly the same. The Map Series (DDP) Attribute element&amp;nbsp;is legacy functionality from ArcMap (Data Driven Pages) and only works with the index layer of a map series.&amp;nbsp;Table Attribute dynamic text, however, can work with any table in the map and does not have to be part of a map series.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Although, as you state,&amp;nbsp;the&amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;Map Series (DDP) Attribute&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is limited when compared to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;Table Attribute dynamic text, t&lt;/SPAN&gt;his "simple" text element satisfies many user requirements.&amp;nbsp;Many users like the simplicity of this option - they just want to add an attribute value from the index layer without any changes.&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'm sure you would agree that if we eliminated the legacy option some people would complain that they have to go to a new, more complicated dialog to do something that was relatively easy in a previous version of Pro.&amp;nbsp; IMHO, I think &lt;EM&gt;&lt;STRONG&gt;more&lt;/STRONG&gt; &lt;/EM&gt;people would be complaining if we took the index-only dynamic text options out and forced people to use the Table Attribute option. If you just want to add the name of the page I think the legacy way is easier.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, overlapping or redundant functionality is not unique to dynamic text. After all, how many ways are there to add layers/data to a map? Should we just pick one and force everyone's workflow to conform? Generally, we &lt;STRONG&gt;&lt;EM&gt;try&lt;/EM&gt; &lt;/STRONG&gt;not to change existing workflows and we deprecate functionality when we think no one, or very, very few are&amp;nbsp;using it. We do not believe this is the case with Map Series dynamic text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the best answer I can give you to "why not eliminate one?".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2020 14:37:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195044#M8656</guid>
      <dc:creator>TomBole</dc:creator>
      <dc:date>2020-09-10T14:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Escape special characters in Dynamic Text (Data Driven Pages)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195045#M8657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephane,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arcade works of data fields. As far as I know there are no plans to extend Arcade support to map series. Page Index, which is&amp;nbsp;generated on the fly by the layout is currently available under the Map Series dynamic text group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/506718_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a particular reason that this element does not satisfy your workflow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2020 14:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/escape-special-characters-in-dynamic-text-data/m-p/195045#M8657</guid>
      <dc:creator>TomBole</dc:creator>
      <dc:date>2020-09-10T14:55:51Z</dc:date>
    </item>
  </channel>
</rss>

