<?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>Best Practices for Storing High Value Numeric Fields (Billions+) in Appian Records</title><link>https://community.appian.com/discussions/f/data/40150/best-practices-for-storing-high-value-numeric-fields-billions-in-appian-records</link><description>Team, good morning! 
 I’m facing a situation similar to some previous discussions here in the community about how to handle large numbers in Appian. 
 I’ve seen topics mentioning Appian’s integer limit, where values may end up being converted to infinity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Best Practices for Storing High Value Numeric Fields (Billions+) in Appian Records</title><link>https://community.appian.com/thread/153394?ContentTypeID=1</link><pubDate>Wed, 04 Feb 2026 10:00:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:13b43890-043b-4783-a490-aced59f7570b</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;You can try storing values in cents as integers (multiply by 100).&lt;br /&gt;Example: $1,234.56 -&amp;gt; store as 123456. Divide by 100 when displaying or calculating.&lt;br /&gt;This approach eliminates all floating-point precision issues. &lt;br /&gt;Use Number (Integer) instead of Number (Decimal) to achieve better precision.&lt;br /&gt;Worth trying...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best Practices for Storing High Value Numeric Fields (Billions+) in Appian Records</title><link>https://community.appian.com/thread/153388?ContentTypeID=1</link><pubDate>Wed, 04 Feb 2026 03:22:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:840ab4f6-0cfd-4229-9f7b-aecade3f04ae</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Have you considered using this library for calculations:&amp;nbsp;&lt;a href="https://community.appian.com/b/appmarket/posts/big-numbers-functions"&gt;community.appian.com/.../big-numbers-functions&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best Practices for Storing High Value Numeric Fields (Billions+) in Appian Records</title><link>https://community.appian.com/thread/153340?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 16:44:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:373e30f7-669c-48a9-afde-d37438b25104</guid><dc:creator>strohl3352</dc:creator><description>&lt;p&gt;Doing fixed point calculations in the database and returning as text to Appian in order to see the whole value if needed makes sense, although I imagine it would result in a lot of views/stored procedures and be fairly cumbersome to implement if it&amp;#39;s a calculation intensive application on large numbers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As far as scaled integers, is this not just what the IEEE 754 standard implementation of double does under the hood which would run into the same precision issues at large values or are you referring to some other concept?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best Practices for Storing High Value Numeric Fields (Billions+) in Appian Records</title><link>https://community.appian.com/thread/153335?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 16:08:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1bd095f8-5185-4f55-b4cd-3daafc0789d7</guid><dc:creator>vinodn3917</dc:creator><description>&lt;p&gt;Because Appian uses floating-point numbers, we avoid using decimals for large financial values. Instead, we either delegate calculations to the database or store scaled integers to preserve precision and future calculation capability&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>