<?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: Excluding Multiple Words from Labeling in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/excluding-multiple-words-from-labeling/m-p/57080#M674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depending on where you get your data from roads should or may have a road classification system built in.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Normally a 2 digit number 01 = Interstate 02= Federal Highway.&amp;nbsp; Further down the list 22 = Ramp&amp;nbsp; 19 = Frontage Road.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that attribute exists in your data I would suggest building your query to tell it to only label the particular class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my state the attribute is called RTE_Syst as per our DOT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your roads don't have this classification system built in I would suggest taking the time to do so as you may find a lot of other utility for its use. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I want to be able to label my streets with defined classes so I get FSC = 'Freeway' in my SQL query but, I also want the query to exclude any labels like OFFRAMP, ONRAMP, FRONTAGE, ect. I can get the query to exclude one or the other for example:&lt;BR /&gt; FSC&amp;nbsp; = 'FREEWAY'&amp;nbsp; AND NOT FULL_NAME LIKE '%RAMP%'&amp;nbsp; will exclude all the 'RAMP' but when I go to add the frontage to the query it makes the '%RAMP'% query no longer work. How do I get both not to show up and preserve my main FSC = 'Freeway' query?&lt;BR /&gt;&lt;BR /&gt;(FSC&amp;nbsp; = 'FREEWAY'&amp;nbsp; AND NOT FULL_NAME LIKE '%RAMP%' ) OR (FSC&amp;nbsp; = 'FREEWAY'&amp;nbsp; AND NOT FULL_NAME LIKE '%FRONTAGE%')&lt;BR /&gt;&lt;BR /&gt;This didn't work either.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help. &lt;BR /&gt;&lt;BR /&gt;Mike T&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 15:31:31 GMT</pubDate>
    <dc:creator>RobertBorchert</dc:creator>
    <dc:date>2013-05-07T15:31:31Z</dc:date>
    <item>
      <title>Excluding Multiple Words from Labeling</title>
      <link>https://community.esri.com/t5/mapping-questions/excluding-multiple-words-from-labeling/m-p/57079#M673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to be able to label my streets with defined classes so I get FSC = 'Freeway' in my SQL query but, I also want the query to exclude any labels like OFFRAMP, ONRAMP, FRONTAGE, ect. I can get the query to exclude one or the other for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; FSC&amp;nbsp; = 'FREEWAY'&amp;nbsp; AND NOT FULL_NAME LIKE '%RAMP%'&amp;nbsp; will exclude all the 'RAMP' but when I go to add the frontage to the query it makes the '%RAMP'% query no longer work. How do I get both not to show up and preserve my main FSC = 'Freeway' query?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(FSC&amp;nbsp; = 'FREEWAY'&amp;nbsp; AND NOT FULL_NAME LIKE '%RAMP%' ) OR (FSC&amp;nbsp; = 'FREEWAY'&amp;nbsp; AND NOT FULL_NAME LIKE '%FRONTAGE%')&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This didn't work either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike T&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 15:06:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/excluding-multiple-words-from-labeling/m-p/57079#M673</guid>
      <dc:creator>MichaelTrevino</dc:creator>
      <dc:date>2013-05-07T15:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Multiple Words from Labeling</title>
      <link>https://community.esri.com/t5/mapping-questions/excluding-multiple-words-from-labeling/m-p/57080#M674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depending on where you get your data from roads should or may have a road classification system built in.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Normally a 2 digit number 01 = Interstate 02= Federal Highway.&amp;nbsp; Further down the list 22 = Ramp&amp;nbsp; 19 = Frontage Road.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that attribute exists in your data I would suggest building your query to tell it to only label the particular class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my state the attribute is called RTE_Syst as per our DOT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your roads don't have this classification system built in I would suggest taking the time to do so as you may find a lot of other utility for its use. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I want to be able to label my streets with defined classes so I get FSC = 'Freeway' in my SQL query but, I also want the query to exclude any labels like OFFRAMP, ONRAMP, FRONTAGE, ect. I can get the query to exclude one or the other for example:&lt;BR /&gt; FSC&amp;nbsp; = 'FREEWAY'&amp;nbsp; AND NOT FULL_NAME LIKE '%RAMP%'&amp;nbsp; will exclude all the 'RAMP' but when I go to add the frontage to the query it makes the '%RAMP'% query no longer work. How do I get both not to show up and preserve my main FSC = 'Freeway' query?&lt;BR /&gt;&lt;BR /&gt;(FSC&amp;nbsp; = 'FREEWAY'&amp;nbsp; AND NOT FULL_NAME LIKE '%RAMP%' ) OR (FSC&amp;nbsp; = 'FREEWAY'&amp;nbsp; AND NOT FULL_NAME LIKE '%FRONTAGE%')&lt;BR /&gt;&lt;BR /&gt;This didn't work either.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help. &lt;BR /&gt;&lt;BR /&gt;Mike T&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 15:31:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/excluding-multiple-words-from-labeling/m-p/57080#M674</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-05-07T15:31:31Z</dc:date>
    </item>
  </channel>
</rss>

