<?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: Convert Double to Integer (Arcade) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287358#M12543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3585"&gt;Matthew Syvertson&lt;/A&gt;‌, I do think there is something wrong with either a geoprocessing tool or the Pro application.&amp;nbsp; I was able to insert 50290115605026.0 into a FGDB feature class using an Insert Cursor and it displays correctly in Pro:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image" height="225" src="https://community.esri.com/legacyfs/online/508992_Capture.PNG" width="317" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you copy the data from the EGDB to FGDB?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2020 20:36:52 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-09-30T20:36:52Z</dc:date>
    <item>
      <title>Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287339#M12524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do something that is probably simple, but in reviewing the Arcade functions, I didn't find&amp;nbsp;the one that will do this.&amp;nbsp; I created a new field as an integer, and I now want to move contents of another field into it using calculate field.&amp;nbsp;&amp;nbsp;&amp;nbsp;The other field is a double field type (even though all should be whole numbers).&amp;nbsp;&amp;nbsp;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/508751_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287339#M12524</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2020-09-28T16:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287340#M12525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew - yes, you can do this with a simple Field Calculation using Arcade.&amp;nbsp; In my graphic below, I have two fields Double (populated) and Integer (short integer type).&amp;nbsp; I right clicked on the Int field, selected Calculate Field, and calculated the Integer field using $featue.Double (these are just my field names is all).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="508757" alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/508757_DoubleToInteger.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:16:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287340#M12525</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2020-09-28T16:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287341#M12526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.;&amp;nbsp; This is exactly what I was trying to do.&amp;nbsp; It must be something else going on.&amp;nbsp; Here are some screen shots:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I am trying to do:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="410" src="https://community.esri.com/legacyfs/online/508753_pastedImage_2.png" width="334" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table structure:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" height="232" src="https://community.esri.com/legacyfs/online/508769_pastedImage_3.png" width="964" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error messages:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/508752_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:56:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287341#M12526</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2020-09-28T17:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287342#M12527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/people/syvertson"&gt;syvertson&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is telling you that you can't&amp;nbsp;write the value "14000002735000" from a double field (storable range -2.2E308 to 1.8E308) to a long field that will only be able to hold values in the range from -2,147,483,648 to 2,147,483,647.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:12:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287342#M12527</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-09-28T19:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287343#M12528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xander.&amp;nbsp; I understand now, but I would then need to find a different way to handle the problem I was trying to solve.&amp;nbsp; For some reason when I am storing&amp;nbsp;&amp;nbsp;50290115605026&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;in the double field,&amp;nbsp;ArcGIS Pro is adding extra digits behind the decimal point.&amp;nbsp; See below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/508778_pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;How do I tell the database that I need to store only whole numbers that are larger than a "long" integer?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:25:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287343#M12528</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2020-09-28T19:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287344#M12529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a problem for Parcels; our county uses a 14 character text string for them instead of making them numeric. Is there a specific reason you need them as a numeric?&amp;nbsp; Double, long int, or otherwise?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287344#M12529</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-09-28T19:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287345#M12530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&amp;nbsp; I have to be able to link to a database that uses this format, which is exactly the reason why it is a problem when you start adding digits behind the decimal point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:30:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287345#M12530</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2020-09-28T19:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287346#M12531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3585"&gt;Matthew Syvertson&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of link are you using to connect to the database? Maybe it is possible to correct the issue on the fly when linking to the other database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with&amp;nbsp;&lt;A href="https://community.esri.com/people/jborgion"&gt;jborgion&lt;/A&gt;&amp;nbsp;that if is common to use text for this type of identifier if you can't store it in a long field and you will not apply any numeric calculations on it.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:49:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287346#M12531</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-09-28T19:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287347#M12532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The database is a sql database and the format of that filed is&amp;nbsp;numeric 14 characters and no decimal.&amp;nbsp; See below.&amp;nbsp; Every table that is in this database uses the same format for parcel number.&amp;nbsp; I never once had an issue with this in ArcMap.&amp;nbsp; Even though I used double for the field type in the spatial databases, they always respected the format of no decimal point.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/508779_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;A better question that I have is "Why would the parcel dataset EVER need to add digits behind the decimal point?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all of this help.&amp;nbsp; I really do like the parcel fabric, and ArcGIS Pro, but I am always running into little "gotchas" like this that just cannot be explained.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:03:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287347#M12532</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2020-09-28T20:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287348#M12533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/arcgis-field-data-types.htm" title="https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/arcgis-field-data-types.htm"&gt;ArcGIS field data types—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;.&amp;nbsp; You might&amp;nbsp;try adjusting the precision and/or scale for your PIN field, although that's just a WAG (wild a$$ guess) on my part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287348#M12533</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-09-28T20:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287349#M12534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joe.&amp;nbsp; Can't find a way to update that in Pro.&amp;nbsp; In ArcMap it is a snap.&amp;nbsp; BUT, I can't alter the new parcel fabric in ArcMap, only in ArcGIS Pro.&amp;nbsp; See what I mean about all the "gotchas."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:18:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287349#M12534</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2020-09-28T20:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287350#M12535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcGIS Pro, right click on the feature class and choose fields. Find the field that has the PIN, and you'll see the word Numeric in the Number Format column. Click on the three dots and set 0 (zero) decimal places and then save it above.&amp;nbsp; That just changes the display, not the underlying values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 21:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287350#M12535</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-09-28T21:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287351#M12536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't help, because I am already able to display the values correctly, my problem is the storage of extra digits after the decimal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 21:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287351#M12536</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2020-09-28T21:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287352#M12537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the underlying database?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 21:54:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287352#M12537</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-09-28T21:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287353#M12538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For now it is in a file based geodatabase, which is the only format that works for editing the new Parcel Database, aside from moving to enterprise, but when you do that you are forced to use editing through a feature service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 21:59:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287353#M12538</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2020-09-28T21:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287354#M12539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must be missing something here, so my apologies.&amp;nbsp; I just added a double type field (PIN) to a feature class&amp;nbsp;in a fgdb. I then entered this number:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;43430000100000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to one of the records in that field.&amp;nbsp; I'm not seeing any decimal values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="168" src="https://community.esri.com/legacyfs/online/508783_pastedImage_1.png" width="882" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 22:19:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287354#M12539</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-09-28T22:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287355#M12540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did the original sql data find it's way to the fgdb?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 22:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287355#M12540</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-09-28T22:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287356#M12541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does not happen all the time.&amp;nbsp; And I can't say exactly when it decides to rear it's head.&amp;nbsp; Perhaps it is something that I do that I am unaware of, but the bottom line is that the values normally do work.&amp;nbsp; It is only every so often that the extra decimals show up, and you cant see them when it is displayed normally.&amp;nbsp; When you click on the value, it will show you then the extra decimals.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just going to close this out and realize this is just a "feature" that I will learn to deal with.&amp;nbsp; If this ever becomes more problematic than it is, I will pursue further.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for attempting to help.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:29:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287356#M12541</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2020-09-29T13:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287357#M12542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SQL Server, NUMERIC is an &lt;SPAN style="text-decoration: underline;"&gt;exact&lt;/SPAN&gt; numeric data type, i.e., fix precision and scale.&amp;nbsp; ArcGIS doesn't natively implement a proper numeric/decimal data type.&amp;nbsp; The ArcGIS "Double" data type is based on the .NET System.Double data type, which is an approximate numeric data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When working in databases or data formats that implement decimal/numeric, bigint, or money/currency data types; you can have an exact 14-digit number like 50290115605026.&amp;nbsp; Unfortunately, that isn't a file geodatabase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:03:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287357#M12542</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-09-29T20:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Double to Integer (Arcade)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287358#M12543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3585"&gt;Matthew Syvertson&lt;/A&gt;‌, I do think there is something wrong with either a geoprocessing tool or the Pro application.&amp;nbsp; I was able to insert 50290115605026.0 into a FGDB feature class using an Insert Cursor and it displays correctly in Pro:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image" height="225" src="https://community.esri.com/legacyfs/online/508992_Capture.PNG" width="317" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you copy the data from the EGDB to FGDB?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2020 20:36:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-double-to-integer-arcade/m-p/287358#M12543</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-09-30T20:36:52Z</dc:date>
    </item>
  </channel>
</rss>

