<?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>Display Decimal as Currency in User Input Field</title><link>https://community.appian.com/discussions/f/user-interface/6362/display-decimal-as-currency-in-user-input-field</link><description>Are there any functions/options to allow the user to enter an floating point field and display it as currency on the user input field? 
 OriginalPostID-179685 
 OriginalPostID-179685</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Display Decimal as Currency in User Input Field</title><link>https://community.appian.com/thread/24852?ContentTypeID=1</link><pubDate>Thu, 19 Nov 2015 06:10:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d7c59b6-e93c-4d68-ba70-7d37b24023a9</guid><dc:creator>mohanp</dc:creator><description>Addition to existing comments, have a look at Text function &lt;a href="https://forum.appian.com/suite/help/7.11/Text_Functions.html"&gt;forum.appian.com/.../Text_Functions.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display Decimal as Currency in User Input Field</title><link>https://community.appian.com/thread/24850?ContentTypeID=1</link><pubDate>Thu, 19 Nov 2015 01:59:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:55819a77-9027-4251-9f05-6ba32dce5b03</guid><dc:creator>sonalk</dc:creator><description>Hi Ashley,&lt;br /&gt;As already mentioned in the comment above, using a text field and then wrapping in the dollar function. You could also go through the ways mentioned in a related post below :&lt;br /&gt;&lt;a href="/search?q=OriginalPostID-140524"&gt;forum.appian.com/.../e-140524&lt;/a&gt;&lt;br /&gt;Hope it helps!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display Decimal as Currency in User Input Field</title><link>https://community.appian.com/thread/24848?ContentTypeID=1</link><pubDate>Thu, 19 Nov 2015 00:17:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd7addf0-bb8f-48ec-9c4d-9526d9a15034</guid><dc:creator>brettf</dc:creator><description>The way I have always done this is to have the input as a text field, and then wrap the display in the dollar() function. &lt;br /&gt;&lt;br /&gt;You can then run validations on the input to ensure they only enter a valid number. Alternatively, you can use the stripwith() function on the saveInto to remove all non-valid characters from the input, and then cast that result using todecimal().&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>