<?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 Layer symbology in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/layer-symbology/m-p/396024#M4307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two fields in the layer that I want my symbology to be based on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to create query for symbology?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need something like: "if filed 2 &amp;lt; &amp;gt; Null, while field 1 = John -&amp;nbsp;blue&lt;/P&gt;&lt;P&gt;"if field 2 = Null, while field 1 = John&amp;nbsp;-&amp;nbsp;red&lt;/P&gt;&lt;P&gt;if field 2 = Null, while field 1 = Bob = orange&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating duplicate layers with definition queries is not a solution for my case,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2017 19:44:05 GMT</pubDate>
    <dc:creator>LianaSmith</dc:creator>
    <dc:date>2017-01-18T19:44:05Z</dc:date>
    <item>
      <title>Layer symbology</title>
      <link>https://community.esri.com/t5/mapping-questions/layer-symbology/m-p/396024#M4307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two fields in the layer that I want my symbology to be based on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to create query for symbology?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need something like: "if filed 2 &amp;lt; &amp;gt; Null, while field 1 = John -&amp;nbsp;blue&lt;/P&gt;&lt;P&gt;"if field 2 = Null, while field 1 = John&amp;nbsp;-&amp;nbsp;red&lt;/P&gt;&lt;P&gt;if field 2 = Null, while field 1 = Bob = orange&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating duplicate layers with definition queries is not a solution for my case,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 19:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/layer-symbology/m-p/396024#M4307</guid>
      <dc:creator>LianaSmith</dc:creator>
      <dc:date>2017-01-18T19:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Layer symbology</title>
      <link>https://community.esri.com/t5/mapping-questions/layer-symbology/m-p/396025#M4308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this only for ArcMap and not mobile applications? If so, you can base your symbology on two fields, the problem occurs if you want that symbology displayed in one of ESRI's mobile apps which do not support symbology based on two fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 19:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/layer-symbology/m-p/396025#M4308</guid>
      <dc:creator>TiffanySelvidge1</dc:creator>
      <dc:date>2017-01-18T19:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Layer symbology</title>
      <link>https://community.esri.com/t5/mapping-questions/layer-symbology/m-p/396026#M4309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A very simple way, without having to code anything, would be to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**first, make sure your layer is backed-up for the sake of posterity**&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &amp;nbsp;start an edit session on your layer&lt;/P&gt;&lt;P&gt;2) &amp;nbsp;add a new text field to your layer - call it something like "symbol"&lt;/P&gt;&lt;P&gt;3) &amp;nbsp;select-by-attributes and run your first of the three queries:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field2 is not null and field1 = 'John'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;4) &amp;nbsp;right click "symbol" and calculate your field "blue"&lt;/P&gt;&lt;P&gt;5) &amp;nbsp;select-by-attributes and run your second of three queries:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field2 is null and field1 = 'John'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;6)&amp;nbsp;&lt;EM&gt;&amp;nbsp;r&lt;/EM&gt;ight click "symbol" and calculate your field "red"&lt;/P&gt;&lt;P&gt;7) &amp;nbsp;select-by-attributes and run your third of three queries:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field2 is null and field1 = 'Bob'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; &amp;nbsp;right click "symbol" and calculate your field "orange"&lt;/P&gt;&lt;P&gt;9) &amp;nbsp;verify your edits and save&lt;/P&gt;&lt;P&gt;10) stop editing&lt;/P&gt;&lt;P&gt;11) right click your layer in the TOC and choose "properties"&lt;/P&gt;&lt;P&gt;12) symbology tab&lt;/P&gt;&lt;P&gt;13) categories section&lt;/P&gt;&lt;P&gt;14) unique values&lt;/P&gt;&lt;P&gt;15) choose "symbol" as your value field&lt;/P&gt;&lt;P&gt;16) click "Add All Values"&lt;/P&gt;&lt;P&gt;17) double-click the "blue" box, select "blue" fill&lt;/P&gt;&lt;P&gt;18) double-click the "orange" box, select "orange" fill&lt;/P&gt;&lt;P&gt;19) double-click the "red" box, select "red" fill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are other ways to handle this, but I gave you one which should be straightforward to apply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 20:05:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/layer-symbology/m-p/396026#M4309</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2017-01-18T20:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Layer symbology</title>
      <link>https://community.esri.com/t5/mapping-questions/layer-symbology/m-p/396027#M4310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tiffany, thank you for your reply. I can not do it using this method. One of the fields is "date completed" and another one is "inspector". date completed has many many values, i do not want to specify color for each of them. Also because they will be constantly added. I just need 1 color for the case when date completed is empty but inspector field is not empty, &amp;nbsp;second color when inspector is not empty and date completed is not empty either,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 20:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/layer-symbology/m-p/396027#M4310</guid>
      <dc:creator>LianaSmith</dc:creator>
      <dc:date>2017-01-18T20:06:05Z</dc:date>
    </item>
  </channel>
</rss>

