<?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: Custom text for labels? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418810#M82742</link>
    <description>&lt;P&gt;With just one feature, and you want to add text to label:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RhettZufelt_1-1714753410847.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103028iCA453E5FACE62DAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RhettZufelt_1-1714753410847.png" alt="RhettZufelt_1-1714753410847.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2024 16:23:46 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2024-05-03T16:23:46Z</dc:date>
    <item>
      <title>Custom text for labels?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418770#M82734</link>
      <description>&lt;P&gt;Hi Community!&lt;/P&gt;&lt;P&gt;I would like to create a label for a layer that has an attribute table of only one row - just object ID and coordinates. I would like to give the layer a custom label. Is there method for accomplishing this or should I just add a new field to my table with the label I want to use?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;BR /&gt;Jill&lt;/P&gt;&lt;P&gt;The custom label would simply be text, either a year or the name of a group of whales.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JillClogston_0-1714750125747.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103020iB9FC7E0A9A2E0088/image-size/large?v=v2&amp;amp;px=999" role="button" title="JillClogston_0-1714750125747.png" alt="JillClogston_0-1714750125747.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 15:40:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418770#M82734</guid>
      <dc:creator>Jill_Clogston</dc:creator>
      <dc:date>2024-05-03T15:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom text for labels?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418782#M82737</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can do this by creating a simple Python label expression. All you need to do is:&lt;/P&gt;&lt;P&gt;1: &lt;EM&gt;Labelling&lt;/EM&gt; tab &amp;gt; &lt;STRONG&gt;Label&lt;/STRONG&gt; button to label the features.&lt;/P&gt;&lt;P&gt;2: For &lt;EM&gt;Field&lt;/EM&gt; choose the &lt;STRONG&gt;Expression&lt;/STRONG&gt; button.&lt;/P&gt;&lt;P&gt;3: In the &lt;EM&gt;Label Class&lt;/EM&gt; dialog change the &lt;EM&gt;Language&lt;/EM&gt; to &lt;STRONG&gt;Python&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4:Write the following Expression:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;"OID: " + [OID] + "\nXCOORD: " + [XCoord] +"\nYCOORD: " + [YCoord]&lt;/LI-CODE&gt;&lt;P&gt;5: Press the &lt;STRONG&gt;Check&lt;/STRONG&gt; button to check the syntax and then the &lt;STRONG&gt;Apply&lt;/STRONG&gt; button.&lt;/P&gt;&lt;P&gt;Hopefully that is it.&lt;/P&gt;&lt;P&gt;Many thanks ed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 15:41:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418782#M82737</guid>
      <dc:creator>EdMorris</dc:creator>
      <dc:date>2024-05-03T15:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom text for labels?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418804#M82741</link>
      <description>&lt;P&gt;If it really is one point and the label you want to display is information that does not exist in any part of any attribute then you can simply type the text as shown below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DuncanHornby_0-1714752997026.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103026iE35D06D3A967ACAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="DuncanHornby_0-1714752997026.png" alt="DuncanHornby_0-1714752997026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But this approach in my opinion is you being slack and that will only come back and bite you...&amp;nbsp; What happens if you want to share this data or some other might want to do some spatial processing with your data? Your label exists nowhere but in the layer in the project. I would create a new field and populate it with the text that will become the label. Then it is clear where the label is coming from and becomes useful information that you or others can take advantage of.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 16:22:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418804#M82741</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2024-05-03T16:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Custom text for labels?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418810#M82742</link>
      <description>&lt;P&gt;With just one feature, and you want to add text to label:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RhettZufelt_1-1714753410847.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103028iCA453E5FACE62DAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RhettZufelt_1-1714753410847.png" alt="RhettZufelt_1-1714753410847.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 16:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418810#M82742</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2024-05-03T16:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom text for labels?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418827#M82745</link>
      <description>&lt;P&gt;Thank you! Works perfectly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the T2Cs are one of my favorite families. I was able to see how well they took care of Tumbo before he passed. 🤍&lt;/P&gt;&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 16:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418827#M82745</guid>
      <dc:creator>Jill_Clogston</dc:creator>
      <dc:date>2024-05-03T16:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom text for labels?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418902#M82755</link>
      <description>&lt;P&gt;Great point, thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 19:00:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-text-for-labels/m-p/1418902#M82755</guid>
      <dc:creator>Jill_Clogston</dc:creator>
      <dc:date>2024-05-03T19:00:59Z</dc:date>
    </item>
  </channel>
</rss>

