<?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: Calculate empty field with 3 text classes based on another integer field in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/calculate-empty-field-with-3-text-classes-based-on/m-p/682393#M38719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I guess I've been focusing on codes and I've forgotten how simple it can be &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;I realized I could have just sorted the Avg Slopes by Ascending and select the desired rows and rename them with the Field Calc.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2017 20:24:17 GMT</pubDate>
    <dc:creator>PetarTraykov</dc:creator>
    <dc:date>2017-08-30T20:24:17Z</dc:date>
    <item>
      <title>Calculate empty field with 3 text classes based on another integer field</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-empty-field-with-3-text-classes-based-on/m-p/682391#M38717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a beginner, I have no knowledge in coding and Python script but I need to do something that requires it.&lt;/P&gt;&lt;P&gt;I have an empty column which needs to be filled with three possible classes: easy, medium, difficult based on the values from another column.&lt;/P&gt;&lt;P&gt;So how to write the syntax in the Field Calculator where&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"easy"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;would contain values from 0-10,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"medium"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;would contain values from 10-20 and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"difficult"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;would contain values from 20-40 ?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/369242_values.png" style="width: 620px; height: 375px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 19:59:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-empty-field-with-3-text-classes-based-on/m-p/682391#M38717</guid>
      <dc:creator>PetarTraykov</dc:creator>
      <dc:date>2017-08-30T19:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate empty field with 3 text classes based on another integer field</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-empty-field-with-3-text-classes-based-on/m-p/682392#M38718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a beginner, you could just use &lt;STRONG&gt;Select by Attributes&lt;/STRONG&gt; followed by &lt;STRONG&gt;Field Calculator&amp;nbsp;&lt;/STRONG&gt;(for the selected features).&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Expression 1 (Select by Attributes)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"Avg_Slope" &amp;lt; 10&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Expression 1 (Field Calculator)for &lt;EM&gt;tehzina&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"Easy"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Expression 2 (Select by Attributes)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"Avg_Slope" &amp;gt;= 10 AND&amp;nbsp;&lt;SPAN&gt;"Avg_Slope" &amp;lt; 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Expression 2 (Field Calculator)for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;tehzina&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"Medium"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Expression 3 (Select by Attributes)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"Avg_Slope" &amp;gt;&amp;nbsp;20&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Expression 3 (Field Calculator)for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;tehzina&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"Difficult"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 20:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-empty-field-with-3-text-classes-based-on/m-p/682392#M38718</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-08-30T20:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate empty field with 3 text classes based on another integer field</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-empty-field-with-3-text-classes-based-on/m-p/682393#M38719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I guess I've been focusing on codes and I've forgotten how simple it can be &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;I realized I could have just sorted the Avg Slopes by Ascending and select the desired rows and rename them with the Field Calc.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 20:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-empty-field-with-3-text-classes-based-on/m-p/682393#M38719</guid>
      <dc:creator>PetarTraykov</dc:creator>
      <dc:date>2017-08-30T20:24:17Z</dc:date>
    </item>
  </channel>
</rss>

