<?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: Can not figure out Maplex in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84561#M4878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I applied the repair geometry feature to each shape file to no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2012 12:21:25 GMT</pubDate>
    <dc:creator>BradBlanco</dc:creator>
    <dc:date>2012-09-19T12:21:25Z</dc:date>
    <item>
      <title>Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84550#M4867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey guys, I'm probably going to start posting here more often.&amp;nbsp; Anyways, I need to create some labels for a land map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Our client would like the information for each section of land labeled like this, in the lower left hand corner of the square (section)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open: 480&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HBP: 160&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Operators: CHK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&amp;amp;J Operating&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kirkpatrick&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Competition: N/A&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# of Lease: N/A&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've gone through hours of trial and error with expressions trying to get this right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 15:39:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84550#M4867</guid>
      <dc:creator>BradBlanco</dc:creator>
      <dc:date>2012-09-17T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84551#M4868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;somebody help please!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 18:44:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84551#M4868</guid>
      <dc:creator>BradBlanco</dc:creator>
      <dc:date>2012-09-17T18:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84552#M4869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;snowcobra,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First off all you will need to use a label expression (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s800000027000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s800000027000000.htm&lt;/A&gt;&lt;SPAN&gt;) to build up your label, along the lines of (where open,HBP,Operators and Competition are fields names): &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Open: " &amp;amp; [Open] &amp;amp; vbNewLine &amp;amp; "HBP: " &amp;amp; [HBP] &amp;amp; vbNewLine &amp;amp; "Operators: " &amp;amp; [Operators] &amp;amp; vbNewLine &amp;amp; "Competition: " &amp;amp;[Competition]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then you need to use maplex to position the label into the bottom left by using internal zones:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Placing_labels_using_internal_zones/003s0000002n000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Placing_labels_using_internal_zones/003s0000002n000000/&lt;/A&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, 17 Sep 2012 19:02:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84552#M4869</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-09-17T19:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84553#M4870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;snowcobra,&lt;BR /&gt;&lt;BR /&gt;First off all you will need to use a label expression (&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s800000027000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s800000027000000.htm&lt;/A&gt;) to build up your label, along the lines of (where open,HBP,Operators and Competition are fields names): &lt;BR /&gt;&lt;BR /&gt;"Open: " &amp;amp; [Open] &amp;amp; vbNewLine &amp;amp; "HBP: " &amp;amp; [HBP] &amp;amp; vbNewLine &amp;amp; "Operators: " &amp;amp; [Operators] &amp;amp; vbNewLine &amp;amp; "Competition: " &amp;amp;[Competition]&lt;BR /&gt;&lt;BR /&gt;then you need to use maplex to position the label into the bottom left by using internal zones:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Placing_labels_using_internal_zones/003s0000002n000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Placing_labels_using_internal_zones/003s0000002n000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the response, I will give this a try...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 19:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84553#M4870</guid>
      <dc:creator>BradBlanco</dc:creator>
      <dc:date>2012-09-17T19:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84554#M4871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I used this expresion with the vbnnewline I'm getting an error message.&amp;nbsp; The two links you sent, I used them already this morning trying to figure this out.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;snowcobra,&lt;BR /&gt;&lt;BR /&gt;First off all you will need to use a label expression (&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s800000027000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s800000027000000.htm&lt;/A&gt;) to build up your label, along the lines of (where open,HBP,Operators and Competition are fields names): &lt;BR /&gt;&lt;BR /&gt;"Open: " &amp;amp; [Open] &amp;amp; vbNewLine &amp;amp; "HBP: " &amp;amp; [HBP] &amp;amp; vbNewLine &amp;amp; "Operators: " &amp;amp; [Operators] &amp;amp; vbNewLine &amp;amp; "Competition: " &amp;amp;[Competition]&lt;BR /&gt;&lt;BR /&gt;then you need to use maplex to position the label into the bottom left by using internal zones:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Placing_labels_using_internal_zones/003s0000002n000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Placing_labels_using_internal_zones/003s0000002n000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 19:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84554#M4871</guid>
      <dc:creator>BradBlanco</dc:creator>
      <dc:date>2012-09-17T19:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84555#M4872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;snowcobra,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you replacing the text inside the square brackets with the correct column names from your attribute table?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to provide more detail on what you have tried, so we can work this out&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>Mon, 17 Sep 2012 20:03:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84555#M4872</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-09-17T20:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84556#M4873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;snowcobra,&lt;BR /&gt;&lt;BR /&gt;Are you replacing the text inside the square brackets with the correct column names from your attribute table?&lt;BR /&gt;&lt;BR /&gt;You need to provide more detail on what you have tried, so we can work this out&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the current expression I've been using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Open: " &amp;amp; ['Cursory Status - Colors 9-11-12$'.F2] &amp;amp; vbCrLf&amp;amp; "HBP: " &amp;amp; ['Cursory Status - Colors 9-11-12$'.F3]&amp;nbsp; &amp;amp; vbCrLf&amp;amp; "Competitors: " &amp;amp; ['Cursory Status - Colors 9-11-12$'.F5] &amp;amp; vbCrLf&amp;amp; "# of Leases: " &amp;amp; ['Cursory Status - Colors 9-11-12$'.F6] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The attributes that I need labeled are from an excel spreadsheet that I joined to the table.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I do a simpler expression, such as just showing Open and HBP the labels appear correctly, are stacked correctly, and are in the bottom left hand corner.&amp;nbsp; When I add the Competitor column it all goes bad.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 20:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84556#M4873</guid>
      <dc:creator>BradBlanco</dc:creator>
      <dc:date>2012-09-17T20:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84557#M4874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;snowcobra,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thats seems strange that a couple of columns will work but not when you add them all together. Have you tried giving your excel spreadsheet column names (no spaces within them) so that it is not using F2 etc... Also try changing '# of leases' to 'No of leases' the expression might not like the # symbol.&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>Mon, 17 Sep 2012 20:37:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84557#M4874</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-09-17T20:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84558#M4875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Snowcobra,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having looked at your original post again the problem may be but the ampersand that appears in the Operators field. Ampersand is a special character that can not be used. Take a look at the help topic on using text formatting tags and about halfway down the page, it has the code that you need to change this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s80000000p000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00s80000000p000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or an easier way will be to do a find and replace in excel (replace &amp;amp; with and)&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, 18 Sep 2012 18:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84558#M4875</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-09-18T18:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84559#M4876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, so here is the expression I got to sort of work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Open: " &amp;amp; ['Quick Leasehold Cursory 9-11-12$'.F2]&amp;nbsp; &amp;amp; vbnewline &amp;amp; ['Quick Leasehold Cursory 9-11-12$'.F4] &amp;amp; vbnewline &amp;amp; "HBP: " &amp;amp; ['Quick Leasehold Cursory 9-11-12$'.F3] &amp;amp; vbnewline &amp;amp; "Competitor: " &amp;amp; ['Quick Leasehold Cursory 9-11-12$'.F5] &amp;amp; vbnewline &amp;amp; "# of Leases:" &amp;amp; ['Quick Leasehold Cursory 9-11-12$'.F6] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I left out labeling the label, as the sections show like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CHK,oil co, oil co&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HPB: 640&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems to work and will be sufficient but there are two issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The 2nd line where it says CHK etc is operator data, sometimes this string goes on having to list all the operators. Is there a way to stack these to make them appear cleaner on the map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I gone round and round with the scaling but some of the labels wont appear at the scale i need to print the map.&amp;nbsp; If I zoom into one that is not labeled, the label will appear with the correct expression.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 20:38:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84559#M4876</guid>
      <dc:creator>BradBlanco</dc:creator>
      <dc:date>2012-09-18T20:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84560#M4877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;snowcobra,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To seperate your CHK field you will need to use a split function to create an array of values then use a for loop on these values to build up the label, have a look at this post for the usage of the split function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=993&amp;amp;t=258334"&gt;http://forums.esri.com/Thread.asp?c=93&amp;amp;f=993&amp;amp;t=258334&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding your labels not showing at certain scales have a look at this post, it may solve your problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1730&amp;amp;t=239430"&gt;http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1730&amp;amp;t=239430&lt;/A&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, 18 Sep 2012 21:07:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84560#M4877</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-09-18T21:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84561#M4878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I applied the repair geometry feature to each shape file to no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 12:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84561#M4878</guid>
      <dc:creator>BradBlanco</dc:creator>
      <dc:date>2012-09-19T12:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can not figure out Maplex</title>
      <link>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84562#M4879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brad,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like other Maplex users are having similar problems, see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/64550-Maplex-not-labeling-polygons-at-small-scale"&gt;http://forums.arcgis.com/threads/64550-Maplex-not-labeling-polygons-at-small-scale&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe its a bug in Maplex,&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>Wed, 19 Sep 2012 18:08:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-not-figure-out-maplex/m-p/84562#M4879</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-09-19T18:08:43Z</dc:date>
    </item>
  </channel>
</rss>

