<?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 conditional labeling in ArcMap in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631643#M6835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OBJECT height="380" width="640"&gt;&lt;PARAM name="movie" value="http://www.youtube.com/v/" /&gt;&lt;/OBJECT&gt;&lt;SPAN&gt;L.S.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an event which projects producing wells in Arcmap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The fieldnames are: Wellname, Field, Xcoord, Ycoord, Latitude, Longitude, etc...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I only want to display a certain well (e.g. from 29Nowugs04 to 29NOWUGS04) in full capital letters how should the label expression look like in VBScript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advanced.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards Winston Sastroredjo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2012 17:07:22 GMT</pubDate>
    <dc:creator>WinstonSastroredjo</dc:creator>
    <dc:date>2012-10-08T17:07:22Z</dc:date>
    <item>
      <title>conditional labeling in ArcMap</title>
      <link>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631643#M6835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OBJECT height="380" width="640"&gt;&lt;PARAM name="movie" value="http://www.youtube.com/v/" /&gt;&lt;/OBJECT&gt;&lt;SPAN&gt;L.S.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an event which projects producing wells in Arcmap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The fieldnames are: Wellname, Field, Xcoord, Ycoord, Latitude, Longitude, etc...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I only want to display a certain well (e.g. from 29Nowugs04 to 29NOWUGS04) in full capital letters how should the label expression look like in VBScript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advanced.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards Winston Sastroredjo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 17:07:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631643#M6835</guid>
      <dc:creator>WinstonSastroredjo</dc:creator>
      <dc:date>2012-10-08T17:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: conditional labeling in ArcMap</title>
      <link>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631644#M6836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Winston,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;try: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Function FindLabel ([Wellname])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; if ([Wellname] = '29Nowugs04') then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; FindLabel = UCase([Wellname])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FindLabel = [Wellname]&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; end if&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Function&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 17:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631644#M6836</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-10-08T17:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: conditional labeling in ArcMap</title>
      <link>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631645#M6837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Anthony, I got an error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]18393[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other deas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards Winston&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 16:18:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631645#M6837</guid>
      <dc:creator>WinstonSastroredjo</dc:creator>
      <dc:date>2012-10-12T16:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: conditional labeling in ArcMap</title>
      <link>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631646#M6838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don't use single quote, use double quotes instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Function FindLabel ([Wellname]) &amp;nbsp; if ([Wellname] = "29Nowugs04") then &amp;nbsp;&amp;nbsp; FindLabel = UCase([Wellname]) &amp;nbsp; else &amp;nbsp; FindLabel = [Wellname] &amp;nbsp; end if End Function&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the same error if I use single quotes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 13:50:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631646#M6838</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2012-10-15T13:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: conditional labeling in ArcMap</title>
      <link>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631647#M6839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jef&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 11:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631647#M6839</guid>
      <dc:creator>WinstonSastroredjo</dc:creator>
      <dc:date>2012-10-16T11:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: conditional labeling in ArcMap</title>
      <link>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631648#M6840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Winston,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad you got it working sorry about the quotes, that will teach me for posting from my iPad&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 18:06:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/conditional-labeling-in-arcmap/m-p/631648#M6840</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-10-16T18:06:15Z</dc:date>
    </item>
  </channel>
</rss>

