<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Upper limit of data type Number (Integer) is 2,147,483,647.   I&amp;#39;ve</title><link>https://community.appian.com/discussions/f/general/1395/upper-limit-of-data-type-number-integer-is-2-147-483-647-i-ve</link><description>Upper limit of data type Number (Integer) is 2,147,483,647. I&amp;#39;ve an object in CDT of type Number (Integer) that gets the values from Web Service. We are expecting web service to send numbers of 12 characters or more. Now, how to increase the limit within</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Upper limit of data type Number (Integer) is 2,147,483,647.   I've</title><link>https://community.appian.com/thread/45666?ContentTypeID=1</link><pubDate>Wed, 24 May 2017 12:30:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdad494e-18db-4df2-b314-2ee36619a695</guid><dc:creator>tapans</dc:creator><description>Similar question if there is any solution / workaround is available :&lt;br /&gt;
&lt;br /&gt;
------------&lt;br /&gt;
In our case, we have CDT which accepts Number data type (It can be integer/decimal) - so we have used floating point field which will allow decimals along with integer. Now when we add more than 7 digits, the value rounds off. While using integer fields which comes with a validation of total max length 2,147,483,647 ,it is converted to exponential.&lt;br /&gt;
&lt;br /&gt;
We can&amp;amp;#x27;t use text as Number is defined data type of CDT, and also we want to allow decimals, is there any way we can achieve this using floating point field?&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
Value used is 123456789&lt;br /&gt;
After entering, it&amp;amp;#x27;s automatically rounded up to be 123456800&lt;br /&gt;
In Tempo, it shows 1.234568e 08&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Upper limit of data type Number (Integer) is 2,147,483,647. &lt;br /&gt;&lt;br /&gt;I've</title><link>https://community.appian.com/thread/4860?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2013 18:39:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:10ee5d8b-6f2d-43e9-9ef4-611f49c5c9f4</guid><dc:creator>shelzle</dc:creator><description>Running instances are generally not affected and keep running with the old version of the CDT. Problems arise as soon you call sub processes with the CDT as parameter and have the &amp;quot;By reference&amp;quot; checkbox set.&lt;br /&gt;&lt;br /&gt;It might be necessary to modify some models to be able to handle both data types. Be shure to test all cases.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Upper limit of data type Number (Integer) is 2,147,483,647. &lt;br /&gt;&lt;br /&gt;I've</title><link>https://community.appian.com/thread/4858?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2013 18:23:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b29caa85-4206-4e4e-8017-6657c863b585</guid><dc:creator>bragadeeshp</dc:creator><description>Thanks for the inputs&lt;br /&gt;&lt;br /&gt;if the data type is changed in CDT, what will happen to the existing processes ? &lt;br /&gt;&lt;br /&gt;reason I&amp;#39;m asking is, when ever we add objects to CDT we face issues with deployments to higher environments. we have to manually delete the CDT and then import the XSD again ..  so, will the existing processes continue to run on the older version (or) new version of CDT ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Upper limit of data type Number (Integer) is 2,147,483,647. &lt;br /&gt;&lt;br /&gt;I've</title><link>https://community.appian.com/thread/4848?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2013 11:40:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ea7bc574-3d36-4c7e-ac8c-35be8303d0f0</guid><dc:creator>shelzle</dc:creator><description>Have you tried to use Number(Decimal) it should go as high as 2^53 -1. If that is still not enough you have to store it as text. But then you might not be able to do any calculations in Appian without using special plugins.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>