<?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: Short Int to Text in Field Calculator? in Esri Tutorials Questions</title>
    <link>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521666#M224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a python thing &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2017 23:06:09 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-05-09T23:06:09Z</dc:date>
    <item>
      <title>Short Int to Text in Field Calculator?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521659#M217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm in Arcmap 10.3 and trying to convert a short integer field into a new text field. Made the new text field and working with&amp;nbsp;&lt;STRONG&gt;Str( [numericField] ) &amp;nbsp;&lt;/STRONG&gt;with no success. Does anyone know the proper the proper syntax for what I'm trying to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.esri.com/news/arcuser/0405/files/fieldcalc_1.pdf" title="http://www.esri.com/news/arcuser/0405/files/fieldcalc_1.pdf"&gt;http://www.esri.com/news/arcuser/0405/files/fieldcalc_1.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 22:19:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521659#M217</guid>
      <dc:creator>AlexBullen1</dc:creator>
      <dc:date>2017-05-09T22:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Short Int to Text in Field Calculator?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521660#M218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Python parser... select string... then in the expression &amp;nbsp; str(!YourFieldNameHere!) &amp;nbsp; &amp;nbsp; surrounded ! exclamation marks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 22:22:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521660#M218</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-09T22:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Short Int to Text in Field Calculator?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521661#M219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan. I keep getting&amp;nbsp;"None" as the result in all the fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Python parser,&amp;nbsp;&lt;EM&gt;str(!SWR_SIZE!)&amp;nbsp;&lt;/EM&gt;in the Field Calculator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/350317_sewer.PNG" style="width: 620px; height: 335px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 22:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521661#M219</guid>
      <dc:creator>AlexBullen1</dc:creator>
      <dc:date>2017-05-09T22:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Short Int to Text in Field Calculator?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521662#M220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a new TEXT field. In Field Calculator, just define the Short Integer FieldName. No additional function required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 22:45:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521662#M220</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-05-09T22:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Short Int to Text in Field Calculator?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521663#M221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what you mean by define :/. I have created the text field, titled&amp;nbsp;&lt;EM&gt;SWR_SIZE_TXT&lt;/EM&gt;. The integer field is&amp;nbsp;&lt;EM&gt;SWR_SIZE&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 22:52:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521663#M221</guid>
      <dc:creator>AlexBullen1</dc:creator>
      <dc:date>2017-05-09T22:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Short Int to Text in Field Calculator?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521664#M222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;click on 'String' under the Type: section&amp;nbsp; ... and where is the SWR_SIZE fiele?&amp;nbsp; If looks like that that field is &amp;lt;Null&amp;gt; so when it gets converted to text it becomes ... None ... &amp;nbsp; show that field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 22:55:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521664#M222</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-09T22:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Short Int to Text in Field Calculator?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521665#M223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's it. Null became "None" and all the other values passed through to the new field. Awesome, thanks Dan!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 23:02:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521665#M223</guid>
      <dc:creator>AlexBullen1</dc:creator>
      <dc:date>2017-05-09T23:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Short Int to Text in Field Calculator?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521666#M224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a python thing &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 23:06:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/short-int-to-text-in-field-calculator/m-p/521666#M224</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-09T23:06:09Z</dc:date>
    </item>
  </channel>
</rss>

