<?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 do I get values like 10.2 and 10.203443 to display as 10.20. I am currently</title><link>https://community.appian.com/discussions/f/user-interface/1545/how-do-i-get-values-like-10-2-and-10-203443-to-display-as-10-20-i-am-currently</link><description>How do I get values like 10.2 and 10.203443 to display as 10.20. I am currently using the fixed and round functions and this is working on any values that have more than 2 decimals but how do I fix this for 10.2 to be 10.20?... OriginalPostID-89757 OriginalPostID</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How do I get values like 10.2 and 10.203443 to display as 10.20. I am currently</title><link>https://community.appian.com/thread/5471?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2013 21:25:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4c875944-3745-47a0-9e70-ae59186e96b6</guid><dc:creator>Shawn Bittinger</dc:creator><description>It sounds like the the combination of fixed() and round() might satisfy your use case. &lt;a href="https://forum.appian.com/suite/wiki/73/Mathematical_Functions#round.28.29"&gt;forum.appian.com/.../Mathematical_Functions&lt;/a&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get values like 10.2 and 10.203443 to display as 10.20. I am currently</title><link>https://community.appian.com/thread/5468?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2013 20:40:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d17a185b-b870-42e0-aa37-fb20d537729d</guid><dc:creator>damieng</dc:creator><description>Thanks both. Is there no way around this without returning text?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get values like 10.2 and 10.203443 to display as 10.20. I am currently</title><link>https://community.appian.com/thread/5466?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2013 20:26:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:13604a3e-f65a-4f32-9d03-5cbf40e4f693</guid><dc:creator>Jason Ruvinsky</dc:creator><description>You can try one of the currency functions, if you are displaying a currency. Or you can use text() &lt;a href="https://forum.appian.com/suite/wiki/72/Text_Functions#text.28.29"&gt;forum.appian.com/.../Text_Functions&lt;/a&gt;  to have complete control over how the value is formatted.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get values like 10.2 and 10.203443 to display as 10.20. I am currently</title><link>https://community.appian.com/thread/5465?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2013 20:23:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0e2b5fd8-544d-4084-aa53-4e6489ebeb0f</guid><dc:creator>Steven Miccile</dc:creator><description>The text function should work for this use case: text(10.2,&amp;quot;00.00&amp;quot;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>