<?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: Attribute Rules - If in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rules-if/m-p/1135811#M50315</link>
    <description>&lt;P&gt;I figured it out. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR CITY = $feature.CITY&lt;BR /&gt;VAR ETJ = $feature.ETJ&lt;BR /&gt;VAR COUNTY = $feature.COUNTY&lt;/P&gt;&lt;P&gt;IF(CITY == NULL &amp;amp;&amp;amp; ETJ == NULL)&lt;BR /&gt;RETURN COUNTY&lt;BR /&gt;IF(CITY == NULL)&lt;BR /&gt;RETURN ETJ + " ETJ"&lt;/P&gt;&lt;P&gt;ELSE IF(ETJ == NULL)&lt;BR /&gt;RETURN CITY&lt;/P&gt;&lt;P&gt;ELSE IF(CITY == NULL)&lt;BR /&gt;RETURN ETJ + " ETJ"&lt;/P&gt;&lt;P&gt;ELSE&lt;BR /&gt;RETURN CITY + " &amp;amp; " + ETJ + " ETJ"&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jan 2022 14:34:37 GMT</pubDate>
    <dc:creator>Robswann</dc:creator>
    <dc:date>2022-01-21T14:34:37Z</dc:date>
    <item>
      <title>Attribute Rules - If</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rules-if/m-p/1135800#M50313</link>
      <description>&lt;P&gt;I am trying to get this rule to work and I am very close, but I think my problem is when both CITY AND ETJ are null it is not giving me the County. Can someone please take a quick look and see what I am doing wrong. Thanks again&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR CITY = $feature.CITY&lt;BR /&gt;VAR ETJ = $feature.ETJ&lt;BR /&gt;VAR COUNTY = $feature.COUNTY&lt;/P&gt;&lt;P&gt;IF(CITY == NULL)&lt;BR /&gt;RETURN ETJ + " ETJ"&lt;/P&gt;&lt;P&gt;ELSE IF(ETJ == NULL)&lt;BR /&gt;RETURN CITY&lt;/P&gt;&lt;P&gt;ELSE IF(CITY == NULL &amp;amp;&amp;amp; ETJ == NULL)&lt;BR /&gt;RETURN COUNTY&lt;/P&gt;&lt;P&gt;ELSE&lt;BR /&gt;RETURN CITY + " &amp;amp; " + ETJ + " ETJ"&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 14:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rules-if/m-p/1135800#M50313</guid>
      <dc:creator>Robswann</dc:creator>
      <dc:date>2022-01-21T14:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rules - If</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rules-if/m-p/1135811#M50315</link>
      <description>&lt;P&gt;I figured it out. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR CITY = $feature.CITY&lt;BR /&gt;VAR ETJ = $feature.ETJ&lt;BR /&gt;VAR COUNTY = $feature.COUNTY&lt;/P&gt;&lt;P&gt;IF(CITY == NULL &amp;amp;&amp;amp; ETJ == NULL)&lt;BR /&gt;RETURN COUNTY&lt;BR /&gt;IF(CITY == NULL)&lt;BR /&gt;RETURN ETJ + " ETJ"&lt;/P&gt;&lt;P&gt;ELSE IF(ETJ == NULL)&lt;BR /&gt;RETURN CITY&lt;/P&gt;&lt;P&gt;ELSE IF(CITY == NULL)&lt;BR /&gt;RETURN ETJ + " ETJ"&lt;/P&gt;&lt;P&gt;ELSE&lt;BR /&gt;RETURN CITY + " &amp;amp; " + ETJ + " ETJ"&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 14:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rules-if/m-p/1135811#M50315</guid>
      <dc:creator>Robswann</dc:creator>
      <dc:date>2022-01-21T14:34:37Z</dc:date>
    </item>
  </channel>
</rss>

