<?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: Use Different Text for Road Label (75 NOT I-75) in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/use-different-text-for-road-label-75-not-i-75/m-p/744232#M2470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anybody please?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2012 15:21:33 GMT</pubDate>
    <dc:creator>KodyGoodwin</dc:creator>
    <dc:date>2012-05-30T15:21:33Z</dc:date>
    <item>
      <title>Use Different Text for Road Label (75 NOT I-75)</title>
      <link>https://community.esri.com/t5/transportation-questions/use-different-text-for-road-label-75-not-i-75/m-p/744231#M2469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working with a shapefile for roads. In its attribute table the field 'ST_NAME' contains the road names. The problem is I only want to show numbers and not the letters preceding them. In the picture you can see the letters and numbers are within the shields.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14612[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a SQL query or definition query I could use to change the labels?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 19:12:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/use-different-text-for-road-label-75-not-i-75/m-p/744231#M2469</guid>
      <dc:creator>KodyGoodwin</dc:creator>
      <dc:date>2012-05-24T19:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use Different Text for Road Label (75 NOT I-75)</title>
      <link>https://community.esri.com/t5/transportation-questions/use-different-text-for-road-label-75-not-i-75/m-p/744232#M2470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anybody please?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 15:21:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/use-different-text-for-road-label-75-not-i-75/m-p/744232#M2470</guid>
      <dc:creator>KodyGoodwin</dc:creator>
      <dc:date>2012-05-30T15:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Use Different Text for Road Label (75 NOT I-75)</title>
      <link>https://community.esri.com/t5/transportation-questions/use-different-text-for-road-label-75-not-i-75/m-p/744233#M2471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In Label Expression type this expression:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Mid([ST_NAME], 4)&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;for pattern &lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;"&gt;ST-XXX&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Mid([ST_NAME], 3)&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;for pattern &lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;"&gt;I-XX&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mid() function returns all characters starting from a number provided.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 04:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/use-different-text-for-road-label-75-not-i-75/m-p/744233#M2471</guid>
      <dc:creator>MarcinGasior</dc:creator>
      <dc:date>2012-05-31T04:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Use Different Text for Road Label (75 NOT I-75)</title>
      <link>https://community.esri.com/t5/transportation-questions/use-different-text-for-road-label-75-not-i-75/m-p/744234#M2472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As long as every record has a "-" separating the road type, and the route number you could try this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the label expression, check 'advanced' and paste the following&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]Function FindLabel ( [ST_NAME] )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; a = split( [ST_NAME] ,"-")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; b = a(1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; FindLabel = b &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Function[/HTML]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 11:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/use-different-text-for-road-label-75-not-i-75/m-p/744234#M2472</guid>
      <dc:creator>StephenKruzik</dc:creator>
      <dc:date>2012-05-31T11:06:53Z</dc:date>
    </item>
  </channel>
</rss>

