<?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.. In Database, we have a float value like &amp;quot;45.5&amp;quot;, and in UI it has</title><link>https://community.appian.com/discussions/f/general/5399/hi-in-database-we-have-a-float-value-like-45-5-and-in-ui-it-has</link><description>Hi.. In Database, we have a float value like &amp;quot;45.5&amp;quot;, and in UI it has to be displayed as &amp;quot;45.50&amp;quot;. Is there a way to do this? OriginalPostID-156978 OriginalPostID-156978</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20344?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2015 06:57:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3196b8ca-da2a-4653-935e-21b25bbf5bd2</guid><dc:creator>cmtam</dc:creator><description>For decimal, please use fixed() to convert your text.  Please note that the significant digit for decimal is only 15 digit.  &lt;br /&gt;In SAIL form, we have create a common SAIL interface component for inputting amount, it will &lt;br /&gt;- Accept the input as text&lt;br /&gt;- Use todecimal() to convert inputted to decimal&lt;br /&gt;- Control the amount range if it is number&lt;br /&gt;- Convert the input back to text using fixed() with predefined decimal point&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20340?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2015 02:03:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5c2c834a-12b9-4cba-b09d-64e96bb45395</guid><dc:creator>Srinivasa Kommanaboyina</dc:creator><description>Integer numbers can range from -2,147,483,647 to 2,147,483,647 (or from -231+1 to 231-1 in scientific notation).&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20339?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2015 01:53:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:93270fa8-158c-42e0-ae4f-71688fab8e7a</guid><dc:creator>smrutis</dc:creator><description>why text(99999999999.99,&amp;quot;0.00&amp;quot;) returns 21474836479.99  ?&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20334?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2015 00:49:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a5f3b3f7-eada-4b15-a5a1-c679f12207ff</guid><dc:creator>Srinivasa Kommanaboyina</dc:creator><description>Please use text(ri!var, &amp;quot;0.00&amp;quot;). it work like this text(45.5, &amp;quot;0.00&amp;quot;) -&amp;gt; 45.50 and text(37645, &amp;quot;0.00&amp;quot;) -&amp;gt; 37645.00&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20332?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2015 00:03:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b481e25a-0e58-4461-839b-e2ac936ab17e</guid><dc:creator>vineeta6579</dc:creator><description>It actually round off the number to most significant digits.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20329?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2015 00:00:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2d973fdc-3176-4e88-9491-b7238eed67a2</guid><dc:creator>vineeta6579</dc:creator><description>try =fixed(999999.5,2).&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20328?ContentTypeID=1</link><pubDate>Wed, 15 Jul 2015 23:33:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0ae32313-d8d3-49b4-b8a8-4e5c43fdb847</guid><dc:creator>smrutis</dc:creator><description>It is single type and in UI the data type is text but in database it is being stored as float.&lt;br /&gt;however I am getting an abnormal behavior. The value of 9999999.99 is become 107 :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20327?ContentTypeID=1</link><pubDate>Wed, 15 Jul 2015 23:28:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c53055e5-5e64-4d39-831f-fa5d5761f2ca</guid><dc:creator>smrutis</dc:creator><description>Thanks! now it works with text(10.5,&amp;quot;0.00&amp;quot;)&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20326?ContentTypeID=1</link><pubDate>Wed, 15 Jul 2015 23:18:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75f05225-b8d9-45c7-9d56-c1c9acccf338</guid><dc:creator>vineeta6579</dc:creator><description>few questions&lt;br /&gt;-&amp;gt; Is it multiple type or single type pv &lt;br /&gt;-&amp;gt; what is data type of variable ( typename(typeof(pv!variable)))&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20324?ContentTypeID=1</link><pubDate>Wed, 15 Jul 2015 23:16:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6b59321b-4b64-40e7-85a5-0f37dec1753d</guid><dc:creator>vineeta6579</dc:creator><description>please try  text(10.5, &amp;quot;00.00&amp;quot;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20323?ContentTypeID=1</link><pubDate>Wed, 15 Jul 2015 23:14:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7ff999ba-406a-4943-8c3e-568b85db6ff3</guid><dc:creator>smrutis</dc:creator><description>Thanks for the reply!&lt;br /&gt;I want to change 10.5 to 10.50&lt;br /&gt;Tried multiple functions but no luck so far.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi.. In Database, we have a float value like "45.5", and in UI it has</title><link>https://community.appian.com/thread/20319?ContentTypeID=1</link><pubDate>Wed, 15 Jul 2015 21:11:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:349799f2-3477-4100-8b3c-a7aa63124791</guid><dc:creator>vineeta6579</dc:creator><description>you can use Text function to format output like below code.&lt;br /&gt;text(10.25, &amp;quot;00.0&amp;quot;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>