<?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: Inserting text in labels in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/inserting-text-in-labels/m-p/1196091#M57787</link>
    <description>&lt;P&gt;In the Label Properties window, make sure the Language is set to Arcade. In the Expression window, add&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;'Collection [' + $feature.RiverNameField + ']'
\\or use template literals 
`Collection [${$feature.RiverNameField}]`&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 26 Jul 2022 19:33:37 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2022-07-26T19:33:37Z</dc:date>
    <item>
      <title>Inserting text in labels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/inserting-text-in-labels/m-p/1196058#M57777</link>
      <description>&lt;P&gt;Hello! I need help labeling a layer with one of its fields + a piece of text that will go on every label.&lt;/P&gt;&lt;P&gt;For example: My layer displays points of water collection, and already bears the name of the river on one of its fields.&lt;/P&gt;&lt;P&gt;I want to make the label display "Collection [River Name]". How do I insert this "Collection" on every label before the name of the river?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 18:37:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/inserting-text-in-labels/m-p/1196058#M57777</guid>
      <dc:creator>jbcypreste</dc:creator>
      <dc:date>2022-07-26T18:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting text in labels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/inserting-text-in-labels/m-p/1196091#M57787</link>
      <description>&lt;P&gt;In the Label Properties window, make sure the Language is set to Arcade. In the Expression window, add&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;'Collection [' + $feature.RiverNameField + ']'
\\or use template literals 
`Collection [${$feature.RiverNameField}]`&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 26 Jul 2022 19:33:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/inserting-text-in-labels/m-p/1196091#M57787</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2022-07-26T19:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting text in labels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/inserting-text-in-labels/m-p/1196098#M57788</link>
      <description>&lt;P&gt;Using Arcade, you can just throw Collection in front with quotes and a plus sign, like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdrianWelsh_0-1658864133777.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/46850i48181CDB76411D27/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdrianWelsh_0-1658864133777.png" alt="AdrianWelsh_0-1658864133777.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Arcade text:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"Collection " + $feature.RiverName&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This documentation also has tips on how to do this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/2.8/help/mapping/text/specify-text-for-labels.htm#GUID-47151603-A0B0-410E-90E6-D50F814888F1" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/2.8/help/mapping/text/specify-text-for-labels.htm#GUID-47151603-A0B0-410E-90E6-D50F814888F1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 19:38:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/inserting-text-in-labels/m-p/1196098#M57788</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2022-07-26T19:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting text in labels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/inserting-text-in-labels/m-p/1196146#M57801</link>
      <description>&lt;P&gt;Or Python:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'Collection ['&lt;/SPAN&gt; + [&lt;SPAN&gt;River Name&lt;/SPAN&gt;] + &lt;SPAN&gt;']'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 22:03:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/inserting-text-in-labels/m-p/1196146#M57801</guid>
      <dc:creator>AndyAnderson</dc:creator>
      <dc:date>2022-07-26T22:03:13Z</dc:date>
    </item>
  </channel>
</rss>

