<?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>HI All, I have requirement to accept an amount value of having 20 digits an</title><link>https://community.appian.com/discussions/f/user-interface/4400/hi-all-i-have-requirement-to-accept-an-amount-value-of-having-20-digits-an</link><description>HI All, I have requirement to accept an amount value of having 20 digits and 2 decimal points and show the amount in currency format i.e., &amp;quot;$23,212,321,232,123,212,321.05&amp;quot; I am able to implement it for 14digits and 2 decimal points but unable to get it</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: HI All,&lt;br /&gt;I have requirement to accept an amount value of having 20 digits an</title><link>https://community.appian.com/thread/15918?ContentTypeID=1</link><pubDate>Wed, 11 Mar 2015 07:56:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b20fabf5-06de-427c-a54b-78b7dddf4c84</guid><dc:creator>manikantap918</dc:creator><description>Thanks all,,&lt;br /&gt;I have used text field and custom expressions to acheive the currency format for such large numbers.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HI All,&lt;br /&gt;I have requirement to accept an amount value of having 20 digits an</title><link>https://community.appian.com/thread/15876?ContentTypeID=1</link><pubDate>Sat, 07 Mar 2015 07:16:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4c0cf06c-1ea5-4224-a1f4-d9ffbff2fd1b</guid><dc:creator>giridharn</dc:creator><description>As others suggested you can use text field to solve this but only if you don&amp;#39;t need to perform any mathematical functions like addition,subtraction etc. on that number. If you want to perform those operations, then you will run into issues like rounding. If you need to perform those operations, you could write a custom expressions using java bigdecimal that can perform those operations and give you back number as text&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HI All,&lt;br /&gt;I have requirement to accept an amount value of having 20 digits an</title><link>https://community.appian.com/thread/15827?ContentTypeID=1</link><pubDate>Thu, 05 Mar 2015 13:41:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57919de1-4973-43c7-bbfa-48eb507ee95b</guid><dc:creator>PhilB</dc:creator><description>As Stefan said, for very large numbers you must use a text field; it&amp;#39;s worth having a look at the regular expressions plugin as you&amp;#39;ll need to validate the inputs to the text field.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HI All,&lt;br /&gt;I have requirement to accept an amount value of having 20 digits an</title><link>https://community.appian.com/thread/15826?ContentTypeID=1</link><pubDate>Thu, 05 Mar 2015 13:21:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:675d25a6-6de1-4f0f-b331-55af60890ca7</guid><dc:creator>kumara0002</dc:creator><description>Use a!textField(label:&amp;quot;Amount&amp;quot;,value:local!variable,saveInto:ri!desiredvariable &amp;lt;&amp;lt;todecimal(local!variable)) .Before saving convert it into your desired data type which you have in the database.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HI All,&lt;br /&gt;I have requirement to accept an amount value of having 20 digits an</title><link>https://community.appian.com/thread/15825?ContentTypeID=1</link><pubDate>Thu, 05 Mar 2015 13:19:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d35b94bc-4b85-456a-8a78-8f6699c6c45e</guid><dc:creator>Stefan Helzle</dc:creator><description>You these large numbers you have to use a variable of type text and a text field. Appian saves decimal numbers as double precision floating point which can not save such large numbers.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HI All,&lt;br /&gt;I have requirement to accept an amount value of having 20 digits an</title><link>https://community.appian.com/thread/15823?ContentTypeID=1</link><pubDate>Thu, 05 Mar 2015 13:17:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:64481f31-4136-45b6-b130-7e07e8bb027c</guid><dc:creator>kumara0002</dc:creator><description>use local variable in the value:&amp;quot;local!variable&amp;quot; and save this into your desired variable using saveInto:ri!desiredvariable &amp;lt;&amp;lt; local!variable&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HI All,&lt;br /&gt;I have requirement to accept an amount value of having 20 digits an</title><link>https://community.appian.com/thread/15822?ContentTypeID=1</link><pubDate>Thu, 05 Mar 2015 10:44:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bf241907-dac3-4f18-a2d2-d6c3f2780cb2</guid><dc:creator>utkarshs</dc:creator><description>Hey, are you using floating point field?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>