<?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: ArcMap - Symbology Unique Values Many Fields - How to add more? in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/arcmap-symbology-unique-values-many-fields-how-to/m-p/339860#M3704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way around would be to create new fields and concatenate 2 or more values into them&lt;/P&gt;&lt;P&gt;The destination field would have to be a text field of appropriate width (obviously), and you can use the field calculator to concatenate (aka string addition)&lt;/P&gt;&lt;P&gt;!field1! + " " + !field2!&amp;nbsp; (python syntax)&lt;/P&gt;&lt;P&gt;or you could get fancy and use the new format syntax for python&lt;/P&gt;&lt;P&gt;"{} {} {}".format("a","b","c")&amp;nbsp;&amp;nbsp;&amp;nbsp; where a, b, c&lt;/P&gt;&lt;P&gt;'a b c'&lt;/P&gt;&lt;P&gt;or for fields just replace the strings with field names&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Feb 2016 16:04:17 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-02-24T16:04:17Z</dc:date>
    <item>
      <title>ArcMap - Symbology Unique Values Many Fields - How to add more?</title>
      <link>https://community.esri.com/t5/mapping-questions/arcmap-symbology-unique-values-many-fields-how-to/m-p/339859#M3703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add more fields in the my example but was wondering if this is possible?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to be restricted to only 3 value fields.&amp;nbsp; Is there a way to add as many as I would like?&amp;nbsp; If not, what are some ways to get around this that you do?&amp;nbsp; I have 6 fields I would like to add here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/187315_Capture.JPG" style="width: 620px; height: 449px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 15:58:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcmap-symbology-unique-values-many-fields-how-to/m-p/339859#M3703</guid>
      <dc:creator>KenricMcCay</dc:creator>
      <dc:date>2016-02-24T15:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap - Symbology Unique Values Many Fields - How to add more?</title>
      <link>https://community.esri.com/t5/mapping-questions/arcmap-symbology-unique-values-many-fields-how-to/m-p/339860#M3704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way around would be to create new fields and concatenate 2 or more values into them&lt;/P&gt;&lt;P&gt;The destination field would have to be a text field of appropriate width (obviously), and you can use the field calculator to concatenate (aka string addition)&lt;/P&gt;&lt;P&gt;!field1! + " " + !field2!&amp;nbsp; (python syntax)&lt;/P&gt;&lt;P&gt;or you could get fancy and use the new format syntax for python&lt;/P&gt;&lt;P&gt;"{} {} {}".format("a","b","c")&amp;nbsp;&amp;nbsp;&amp;nbsp; where a, b, c&lt;/P&gt;&lt;P&gt;'a b c'&lt;/P&gt;&lt;P&gt;or for fields just replace the strings with field names&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:04:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcmap-symbology-unique-values-many-fields-how-to/m-p/339860#M3704</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-02-24T16:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap - Symbology Unique Values Many Fields - How to add more?</title>
      <link>https://community.esri.com/t5/mapping-questions/arcmap-symbology-unique-values-many-fields-how-to/m-p/339861#M3705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kenric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could add a new field to your attribute table and concatenate the data from each of the fields you want to use to create unique values, just separate using some kind of delimiter to make it easier to read.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:04:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcmap-symbology-unique-values-many-fields-how-to/m-p/339861#M3705</guid>
      <dc:creator>KyleBalke__GISP</dc:creator>
      <dc:date>2016-02-24T16:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap - Symbology Unique Values Many Fields - How to add more?</title>
      <link>https://community.esri.com/t5/mapping-questions/arcmap-symbology-unique-values-many-fields-how-to/m-p/339862#M3706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a great question. I found where someone asked this on &lt;A href="http://gis.stackexchange.com/questions/84873/how-do-you-symbolize-unique-values-many-fields-with-more-than-3-fields"&gt;Stack Exchange&lt;/A&gt; and there is a 'suitable' answer there. Not sure if this works for you or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Besides the obvious, the ArcMap interface really isn't suitable for so many fields. Even three fields is pretty cumbersome.&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;A workaround is to recode your five fields into a single, master symbology field. Then you can use the regular unique values symbology for this. Here's an example with some made-up data:&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/187418_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;By recoding the fields into the &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eeeeee;"&gt;Master&lt;/CODE&gt; field, you can create a set of unique symbologies as needed. You could even concatenate values so that the master field had a value of &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eeeeee;"&gt;USA, New York, Buffalo, Type 1, Active&lt;/CODE&gt; in the first row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:04:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcmap-symbology-unique-values-many-fields-how-to/m-p/339862#M3706</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2016-02-24T16:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap - Symbology Unique Values Many Fields - How to add more?</title>
      <link>https://community.esri.com/t5/mapping-questions/arcmap-symbology-unique-values-many-fields-how-to/m-p/339863#M3707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all!&amp;nbsp; I will have to do as you guys suggested.&amp;nbsp; Hopefully, it will work out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:32:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcmap-symbology-unique-values-many-fields-how-to/m-p/339863#M3707</guid>
      <dc:creator>KenricMcCay</dc:creator>
      <dc:date>2016-02-24T16:32:41Z</dc:date>
    </item>
  </channel>
</rss>

