<?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 Symbology - Unique Values with 7 fields in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/symbology-unique-values-with-7-fields/m-p/1357125#M75954</link>
    <description>&lt;P&gt;I have seven fields representing the days of weeks.&amp;nbsp; They are Zero or One and I want to color the data based on the One's.&amp;nbsp; I can only add three Fields to the Symbology / Unique Values area.&amp;nbsp; If I could add all seven, I would be fine.&amp;nbsp; Any ideas?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 21:35:30 GMT</pubDate>
    <dc:creator>DerekBernard</dc:creator>
    <dc:date>2023-12-05T21:35:30Z</dc:date>
    <item>
      <title>Symbology - Unique Values with 7 fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbology-unique-values-with-7-fields/m-p/1357125#M75954</link>
      <description>&lt;P&gt;I have seven fields representing the days of weeks.&amp;nbsp; They are Zero or One and I want to color the data based on the One's.&amp;nbsp; I can only add three Fields to the Symbology / Unique Values area.&amp;nbsp; If I could add all seven, I would be fine.&amp;nbsp; Any ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 21:35:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbology-unique-values-with-7-fields/m-p/1357125#M75954</guid>
      <dc:creator>DerekBernard</dc:creator>
      <dc:date>2023-12-05T21:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology - Unique Values with 7 fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbology-unique-values-with-7-fields/m-p/1357154#M75960</link>
      <description>&lt;P&gt;If you use a Custom Arcade expression for Field 1, you can do this.&amp;nbsp; For Field 1, click the "x" to the right of the dropdown menu.&amp;nbsp; In the expression box, copy this script (modify if needed) and paste into the box.&amp;nbsp; Check the syntax by clicking the green check.&lt;/P&gt;&lt;P&gt;var field1 = $feature.Monday;&lt;BR /&gt;var field2 = $feature.Tuesday;&lt;BR /&gt;var field3 = $feature.Wednesday;&lt;BR /&gt;var field4 = $feature.Thursday;&lt;BR /&gt;var field5 = $feature.Friday;&lt;BR /&gt;var field6 = $feature.Saturday;&lt;BR /&gt;var field7 = $feature.Sunday;&lt;/P&gt;&lt;P&gt;return When(&lt;BR /&gt;field1 == 1, 'Monday',&lt;BR /&gt;field2 == 1, 'Tuesday',&lt;BR /&gt;field3 == 1, 'Wednesday',&lt;BR /&gt;field4 == 1, 'Thursday',&lt;BR /&gt;field5 == 1, 'Friday',&lt;BR /&gt;field6 == 1, 'Saturday',&lt;BR /&gt;field7 == 1, 'Sunday',&lt;BR /&gt;'NoSymbol'&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UniqueValues_Weekdays.JPG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88118i79772D8E99EC13D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="UniqueValues_Weekdays.JPG" alt="UniqueValues_Weekdays.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My ArcGIS Pro then shows 7 unique values based upon 1's and 0's from the days of the week attribute fields.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 22:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbology-unique-values-with-7-fields/m-p/1357154#M75960</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2023-12-05T22:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology - Unique Values with 7 fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbology-unique-values-with-7-fields/m-p/1357647#M76038</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; I haven't delved into Expression builder much yet.&amp;nbsp; This should work nice!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 20:12:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbology-unique-values-with-7-fields/m-p/1357647#M76038</guid>
      <dc:creator>DerekBernard</dc:creator>
      <dc:date>2023-12-06T20:12:51Z</dc:date>
    </item>
  </channel>
</rss>

