<?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 How can I concatenate attributes into a single new attribute? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-can-i-concatenate-attributes-into-a-single-new/m-p/617634#M34885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of point data containing attributes for their assignation code and the number of each feature found at that particular point. I want to label the features with both of these attribute concatenated together. eg; if the code is BC and the number is 12, the label reads 12BC. How do I set up a new attribute which combines both of these so I can assign the labels. Also, is there a way to filter out the concatenation where the number value is 1. eg; code = BC, number = 1 resulting label = BC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Mar 2017 09:42:42 GMT</pubDate>
    <dc:creator>EllenWildig</dc:creator>
    <dc:date>2017-03-08T09:42:42Z</dc:date>
    <item>
      <title>How can I concatenate attributes into a single new attribute?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-can-i-concatenate-attributes-into-a-single-new/m-p/617634#M34885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of point data containing attributes for their assignation code and the number of each feature found at that particular point. I want to label the features with both of these attribute concatenated together. eg; if the code is BC and the number is 12, the label reads 12BC. How do I set up a new attribute which combines both of these so I can assign the labels. Also, is there a way to filter out the concatenation where the number value is 1. eg; code = BC, number = 1 resulting label = BC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 09:42:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-can-i-concatenate-attributes-into-a-single-new/m-p/617634#M34885</guid>
      <dc:creator>EllenWildig</dc:creator>
      <dc:date>2017-03-08T09:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I concatenate attributes into a single new attribute?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-can-i-concatenate-attributes-into-a-single-new/m-p/617635#M34886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-text/displaying-labels-using-label-classes-to-label-fea.htm"&gt;Use label classes to label features from the same layer differently&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Class 1::&lt;/P&gt;&lt;P&gt;Use SQL Query : [Number] = 1&lt;/P&gt;&lt;P&gt;Label Expression: &lt;PRE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class 2::&lt;/P&gt;&lt;P&gt;Use SQL Query: [Number] &amp;gt; 1&lt;/P&gt;&lt;P&gt;Label Expression: [Number] + &lt;PRE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 09:54:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-can-i-concatenate-attributes-into-a-single-new/m-p/617635#M34886</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-03-08T09:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I concatenate attributes into a single new attribute?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-can-i-concatenate-attributes-into-a-single-new/m-p/617636#M34887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can add a new text&amp;nbsp;field and concatenate the results of the&amp;nbsp;two fields and use that field for labelling&lt;/P&gt;&lt;P&gt;python parser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!field1! + str(!field2!)&lt;/P&gt;&lt;P&gt;where field1 is the field with BC in it and field2 is the one with the numbers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 10:27:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-can-i-concatenate-attributes-into-a-single-new/m-p/617636#M34887</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-03-08T10:27:41Z</dc:date>
    </item>
  </channel>
</rss>

