<?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: Help with inserted text in layout in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-inserted-text-in-layout/m-p/1496100#M84853</link>
    <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2024 18:05:20 GMT</pubDate>
    <dc:creator>Roose_22</dc:creator>
    <dc:date>2024-06-21T18:05:20Z</dc:date>
    <item>
      <title>Help with inserted text in layout</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-inserted-text-in-layout/m-p/1494961#M84752</link>
      <description>&lt;P&gt;I have a map series in which each page is a different numbered grid. I'm attempting to have a text element on each side of layout display the page number for the adjacent grid. I currently have the dynamic text: "See Page: &amp;lt;dyn type="page" property="attribute" field="Page_E"/&amp;gt;" Is there a way to have the text box not display anything if there is no page number in associated field?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 15:13:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-inserted-text-in-layout/m-p/1494961#M84752</guid>
      <dc:creator>Roose_22</dc:creator>
      <dc:date>2024-06-19T15:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with inserted text in layout</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-inserted-text-in-layout/m-p/1495570#M84808</link>
      <description>&lt;P&gt;You can use the empty string tag to have a message (or just a blank space) when nothing is in the field. Learn more here:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/add-and-modify-dynamic-text.htm#ESRI_SECTION1_F80D43D655124BE398E9F7E4BF48A9F2" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/layouts/add-and-modify-dynamic-text.htm#ESRI_SECTION1_F80D43D655124BE398E9F7E4BF48A9F2&lt;/A&gt;. However it sounds like you want the text surrounding the dynamic text not to display, which the empty string tag won't accommodate. You could use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/add-dynamic-text.htm#GUID-890A21B3-C174-48EF-A33A-CC6A83DC4AAA" target="_self"&gt;Value dynamic text&lt;/A&gt; instead which supports Arcade expressions and write an expression that checks if there is a value, and if there isn't no text is displayed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;var a = $feature.Perim_ID
var message = "Page number " + a
if (a == " ")
{
message = ""
}
message&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 18:43:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-inserted-text-in-layout/m-p/1495570#M84808</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2024-06-20T18:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with inserted text in layout</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-inserted-text-in-layout/m-p/1496100#M84853</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 18:05:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-inserted-text-in-layout/m-p/1496100#M84853</guid>
      <dc:creator>Roose_22</dc:creator>
      <dc:date>2024-06-21T18:05:20Z</dc:date>
    </item>
  </channel>
</rss>

