<?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>how to display the int to decimal in fields</title><link>https://community.appian.com/discussions/f/user-interface/38044/how-to-display-the-int-to-decimal-in-fields</link><description>If i enter the value ,the value should be like 56.00 , i tried , unable to achieve it 
 it is in floatingPointField function</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to display the int to decimal in fields</title><link>https://community.appian.com/thread/143148?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 06:15:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3b4d66e-d4a6-41ea-9ee4-4c127a6f028c</guid><dc:creator>baji mekala</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/dinesha5713"&gt;Dinesh Arumugam&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Use text() function to define the format you like.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the int to decimal in fields</title><link>https://community.appian.com/thread/143143?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 05:38:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40ac1de9-a94b-4c92-895d-efb68e9a2749</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;use&amp;nbsp;text(ri!number,&amp;quot;00.00&amp;quot;),&amp;nbsp;in value so what you are entering it will display like&amp;nbsp;(56.00) format,&lt;br /&gt;&lt;br /&gt;example:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a!textField(&lt;br /&gt; label: &amp;quot;Number&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt; value: text(ri!number,&amp;quot;00.00&amp;quot;),&lt;br /&gt; saveInto: ri!number,&lt;br /&gt; refreshAfter: &amp;quot;UNFOCUS&amp;quot;,&lt;br /&gt; validations: {}&lt;br /&gt; )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the int to decimal in fields</title><link>https://community.appian.com/thread/143140?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 04:32:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2e76670d-8177-49c6-a05a-813065c5b63b</guid><dc:creator>VarunTejaGurrapu</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/dinesha5713"&gt;Dinesh Arumugam&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&lt;br /&gt;As Stefan mentioned, use the text field as shown in below picture:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1732681493413v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Understand if you are using Number(Integer) as rule input, if you try to enter random decimal values will return the similar output shown in above picture as it&amp;#39;s an int field, if using Number(Decimal) then it will return only the number of decimal places you use &amp;quot;#&amp;quot; in text function, others will be ignored!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1732681639276v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the int to decimal in fields</title><link>https://community.appian.com/thread/143133?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2024 19:27:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a41bea0c-3618-4fe8-a767-26df325246a1</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I use normal text fields to display numbers in a custom format. Use the text() function to define the format you like.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the int to decimal in fields</title><link>https://community.appian.com/thread/143132?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2024 19:08:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e41c552-eb24-43f9-9045-bc15e4c434db</guid><dc:creator>Malleswari T</dc:creator><description>&lt;p&gt;Is your value saved inside integer or decimal variables?&lt;/p&gt;
&lt;p&gt;Even though it is Decimal, Appian by default ignores any 00s in it.&lt;/p&gt;
&lt;p&gt;Why do you want to save leading .00s anyway? if you have anything like 56.01 will work and&amp;nbsp; if you try 56.10 (which again will be 56.1).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>