<?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: Adding text to a number in label expression in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/adding-text-to-a-number-in-label-expression/m-p/433936#M4703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almaz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your expression you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Area_Acres] &amp;amp; vbcrlf &amp;amp; "Acres" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the vbscript option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 15:30:29 GMT</pubDate>
    <dc:creator>TomSellsted</dc:creator>
    <dc:date>2015-06-30T15:30:29Z</dc:date>
    <item>
      <title>Adding text to a number in label expression</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-text-to-a-number-in-label-expression/m-p/433935#M4702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was able to add a text below the number in Label Expression when I was using ArcGIS 10.2.1. However, recently I upgraded my ArcGIS to 10.3.1 and I was not able to do it. Please see below, the screen shot of what I did with the error message. I look forward for any help to what the case could be? Thank!&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/114626_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/114627_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/114628_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 15:19:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-text-to-a-number-in-label-expression/m-p/433935#M4702</guid>
      <dc:creator>AlmazNaizghi</dc:creator>
      <dc:date>2015-06-30T15:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding text to a number in label expression</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-text-to-a-number-in-label-expression/m-p/433936#M4703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almaz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your expression you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Area_Acres] &amp;amp; vbcrlf &amp;amp; "Acres" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the vbscript option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 15:30:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-text-to-a-number-in-label-expression/m-p/433936#M4703</guid>
      <dc:creator>TomSellsted</dc:creator>
      <dc:date>2015-06-30T15:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding text to a number in label expression</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-text-to-a-number-in-label-expression/m-p/433937#M4704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Almaz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Area_Acres is a numeric type field, you will need to change it to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;str([Area_Acres]) + '/n' + 'Acres'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise its seems there is a problem with your install of the numpy module.&amp;nbsp; ArcMap 10.3 is supposed to use the 1.7.1 version and is supposed to be installed on your computer with 10.3 if it is not detected, though if you did a custom install, you could have skipped it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/desktop/latest/get-started/system-requirements/arcgis-desktop-system-requirements.htm" title="https://desktop.arcgis.com/en/desktop/latest/get-started/system-requirements/arcgis-desktop-system-requirements.htm"&gt;ArcGIS 10.3.x for Desktop system requirements—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is indeed the issue, you might look at downloading and installing the module seperately instead of reinstalling ArcGIS 10.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pypi.python.org/pypi/numpy/1.7.1" title="https://pypi.python.org/pypi/numpy/1.7.1"&gt;numpy 1.7.1 : Python Package Index&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 15:41:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-text-to-a-number-in-label-expression/m-p/433937#M4704</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-06-30T15:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding text to a number in label expression</title>
      <link>https://community.esri.com/t5/mapping-questions/adding-text-to-a-number-in-label-expression/m-p/433938#M4705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;I tried with:&amp;nbsp; &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;str([Area_Acres]) + '/n' + 'Acres'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;It didn't work and gave me error message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I will double check if the 1.7.1 version has been installed to my computer with 10.3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 16:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/adding-text-to-a-number-in-label-expression/m-p/433938#M4705</guid>
      <dc:creator>AlmazNaizghi</dc:creator>
      <dc:date>2015-06-30T16:03:39Z</dc:date>
    </item>
  </channel>
</rss>

