<?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: Label Expression in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/label-expression/m-p/269082#M15538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This only shows the landowner name. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Thanks though! I will keep trying.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2013 20:49:09 GMT</pubDate>
    <dc:creator>CaraMays</dc:creator>
    <dc:date>2013-01-15T20:49:09Z</dc:date>
    <item>
      <title>Label Expression</title>
      <link>https://community.esri.com/t5/data-management-questions/label-expression/m-p/269080#M15536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Below is my current expression that is labeling landowner names, abbreviated to the first letter of their first name with a comma dividing the first initial with the last name. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to add the PID directly below the name. I would like the PID to have the same label characteristics as the name or "PartyName" does. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone else where to add the PID and how to correctly format this. THANKS!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Function FindLabel ( [PartyName] )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if InStr( [PartyName] , ",") &amp;gt; 0 Then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; myArray = Split( [PartyName] , ",")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; FindLabel = myArray(0) &amp;amp; ", " &amp;amp; LEFT(Trim(myArray(1)), 1) &amp;amp; "."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ElseIf Len( [PartyName] ) &amp;gt; 13 Then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; FindLabel = Left([PartyName], 13)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; FindLabel = [PartyName]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End If&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Function&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 19:49:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/label-expression/m-p/269080#M15536</guid>
      <dc:creator>CaraMays</dc:creator>
      <dc:date>2013-01-15T19:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Label Expression</title>
      <link>https://community.esri.com/t5/data-management-questions/label-expression/m-p/269081#M15537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Function FindLabel ( [PartyName],[PID] )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if InStr( [PartyName] , ",") &amp;gt; 0 Then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;myArray = Split( [PartyName] , ",")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FindLabel = myArray(0) &amp;amp; ", " &amp;amp; LEFT(Trim(myArray(1)), 1) &amp;amp; "."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ElseIf Len( [PartyName] ) &amp;gt; 13 Then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FindLabel = Left([PartyName], 13) &amp;amp; vbCrLf &amp;amp; [PID]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FindLabel = [PartyName] &amp;amp; vbCrLf &amp;amp; [PID]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End If&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Function&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 20:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/label-expression/m-p/269081#M15537</guid>
      <dc:creator>WadeLobb</dc:creator>
      <dc:date>2013-01-15T20:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Label Expression</title>
      <link>https://community.esri.com/t5/data-management-questions/label-expression/m-p/269082#M15538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This only shows the landowner name. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Thanks though! I will keep trying.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 20:49:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/label-expression/m-p/269082#M15538</guid>
      <dc:creator>CaraMays</dc:creator>
      <dc:date>2013-01-15T20:49:09Z</dc:date>
    </item>
  </channel>
</rss>

