<?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: Dynamic text: Possible to change number format directly in the dynamic text properties rather than through attribute table's field properties? in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/dynamic-text-possible-to-change-number-format/m-p/1340816#M8536</link>
    <description>&lt;P&gt;Seems only to work with dynamic attributes of type "mapFrame".&lt;/P&gt;&lt;P&gt;In my example it does not work on a map series for an attribute field with datatype double.&lt;/P&gt;&lt;P&gt;&amp;lt;dyn type="page" property="attribute" field="angle" decimalPlaces="2" /&amp;gt;&lt;/P&gt;&lt;P&gt;This always results in the double value like "88" "88.1" "88.12" "88.123" "88.1234"&lt;/P&gt;&lt;P&gt;Iwould like to have it with 2 decimal places: "88.00" "88.10" "88.12" "88.12"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the dynamic text does not recognize the settings for the numeric field in the fields definition.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2023 10:19:26 GMT</pubDate>
    <dc:creator>OleNowak</dc:creator>
    <dc:date>2023-10-24T10:19:26Z</dc:date>
    <item>
      <title>Dynamic text: Possible to change number format directly in the dynamic text properties rather than through attribute table's field properties?</title>
      <link>https://community.esri.com/t5/mapping-questions/dynamic-text-possible-to-change-number-format/m-p/1093869#M8399</link>
      <description>&lt;P&gt;I'm working with dynamic text for Data Driven Pages in ArcMap. Is it possible to change number format (such as number of decimal points, thousands separators, or formatting a number as a percentage) directly through the dynamic text properties dialog rather than through the attribute table's field properties? We have some Data Driven Reports with a lot of dynamic text, and while we try to avoid adding new unformatted fields to the datasets, sometimes it happens and it can take a while to go through each field and reformat the numbers so that they show up correctly through the dynamic text.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 00:59:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/dynamic-text-possible-to-change-number-format/m-p/1093869#M8399</guid>
      <dc:creator>LindsayWithers1</dc:creator>
      <dc:date>2021-08-31T00:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text: Possible to change number format directly in the dynamic text properties rather than through attribute table's field properties?</title>
      <link>https://community.esri.com/t5/mapping-questions/dynamic-text-possible-to-change-number-format/m-p/1093906#M8400</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/193188"&gt;@LindsayWithers1&lt;/a&gt;&amp;nbsp;, here you go:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/add-and-modify-dynamic-text.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/layouts/add-and-modify-dynamic-text.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;""""""""""""""""""""""""""""""""""""""""""""""""&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Numeric values&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can modify the number of decimal places used by tags that return numeric values using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="usertext"&gt;decimalPlaces&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;attribute. For example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="usertext"&gt;&amp;lt;dyn type="mapFrame" name="MapFrameName" property="lowerMid" units="ddm" decimalPlaces="0"/&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;appears as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="usertext"&gt;-95 13 32 58&lt;/SPAN&gt;, and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="usertext"&gt;&amp;lt;dyn type="mapFrame" name="Map Map Frame" property="lowerMid" units="ddm" decimalPlaces="2"/&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;appears as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="usertext"&gt;-95 13.29 32 57.68&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;""""""""""""""""""""""""""""""""""""""""""""""""&lt;/P&gt;&lt;P&gt;...then check the section about Pre and Post tags, if you want to add % symbols on etc.&lt;/P&gt;&lt;P&gt;If you want to display a decimal value as a percentage, you could just set up an Attribute Rule in a new field to multiply the main field by 100.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 07:45:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/dynamic-text-possible-to-change-number-format/m-p/1093906#M8400</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2021-08-31T07:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text: Possible to change number format directly in the dynamic text properties rather than through attribute table's field properties?</title>
      <link>https://community.esri.com/t5/mapping-questions/dynamic-text-possible-to-change-number-format/m-p/1340816#M8536</link>
      <description>&lt;P&gt;Seems only to work with dynamic attributes of type "mapFrame".&lt;/P&gt;&lt;P&gt;In my example it does not work on a map series for an attribute field with datatype double.&lt;/P&gt;&lt;P&gt;&amp;lt;dyn type="page" property="attribute" field="angle" decimalPlaces="2" /&amp;gt;&lt;/P&gt;&lt;P&gt;This always results in the double value like "88" "88.1" "88.12" "88.123" "88.1234"&lt;/P&gt;&lt;P&gt;Iwould like to have it with 2 decimal places: "88.00" "88.10" "88.12" "88.12"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the dynamic text does not recognize the settings for the numeric field in the fields definition.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 10:19:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/dynamic-text-possible-to-change-number-format/m-p/1340816#M8536</guid>
      <dc:creator>OleNowak</dc:creator>
      <dc:date>2023-10-24T10:19:26Z</dc:date>
    </item>
  </channel>
</rss>

