<?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>BUG Decimal Digit</title><link>https://community.appian.com/discussions/f/data/25525/bug-decimal-digit</link><description>Hi, 
 we use a query entity to retrieve decimal numbers to check data inserted. 
 After testing, we see that Appian have a strange behaviour with decimal digits, according to the integer digits of the number. 
 For example, when we insert a number with</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: BUG Decimal Digit</title><link>https://community.appian.com/thread/99566?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 13:36:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e4297976-0b10-4555-a7de-70a82208f4c3</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;AFAIK, the values are not being changed at all; instead what you&amp;#39;re seeing is Appian deciding what significant digits to show on the front-end when rendering the text to show us.&amp;nbsp; Like how you can output the value of &amp;quot;now()&amp;quot; in an expression rule and it doesn&amp;#39;t &lt;em&gt;&lt;strong&gt;display&lt;/strong&gt;&lt;/em&gt; &lt;span style="text-decoration:underline;"&gt;seconds&lt;/span&gt; and&lt;span style="text-decoration:underline;"&gt; milliseconds&lt;/span&gt;, but they&amp;#39;re &lt;strong&gt;&lt;em&gt;still there in the data&lt;/em&gt;&lt;/strong&gt; if you &amp;quot;dig&amp;quot; correctly.&lt;/p&gt;
&lt;p&gt;So I&amp;#39;m not really sure how to answer your question since I&amp;#39;m not sure what you&amp;#39;re actually trying to do, but I suspect so far you&amp;#39;re approaching it with incorrect assumptions - and if you remedy that, you might just find your own solution I suppose.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BUG Decimal Digit</title><link>https://community.appian.com/thread/99561?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 10:00:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:361ce25a-6f73-40cb-8f67-01272f58eceb</guid><dc:creator>deepakg271869</dc:creator><description>&lt;p&gt;It is working for me.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1660644056453v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BUG Decimal Digit</title><link>https://community.appian.com/thread/99560?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 09:49:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3330b899-bfe7-4af2-bf48-07700a262184</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;I don&amp;#39;t see a problem with the fixed() function except that it will add extra 0s in the end to match the length.&amp;nbsp;&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1660643383302v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BUG Decimal Digit</title><link>https://community.appian.com/thread/99559?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 09:47:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbf58815-abb5-4a3f-853f-96965c1f9b3d</guid><dc:creator>jurim077147</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;my inputs are 3 fields to pass to the query entity to retrieve the number decimal.&lt;/p&gt;
&lt;p&gt;As result I expected&amp;nbsp;&lt;span&gt;721937.22 , but system gives me&amp;nbsp;721937.2 . If I use text or fixed function, I get&amp;nbsp;721937.25 .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BUG Decimal Digit</title><link>https://community.appian.com/thread/99557?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 09:44:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2fe0e1a-7c3e-40a6-aa91-abe4c70885c9</guid><dc:creator>deepakg271869</dc:creator><description>&lt;p&gt;What output you are expecting? what is your input?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BUG Decimal Digit</title><link>https://community.appian.com/thread/99553?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 09:27:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ddcbfe5b-360f-411a-9c60-ea5d7fb55303</guid><dc:creator>jurim077147</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;with text function, I get the same problem in the previous message.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Juri Monti&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BUG Decimal Digit</title><link>https://community.appian.com/thread/99552?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 09:24:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2b1569f4-016a-4b01-9b35-f37261983903</guid><dc:creator>deepakg271869</dc:creator><description>&lt;p&gt;You can use text function to fix this issue. text(&amp;quot;12334.22334&amp;quot;,&amp;quot;#####.#####&amp;quot;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BUG Decimal Digit</title><link>https://community.appian.com/thread/99551?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 09:00:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b28b4d6a-45a8-43d1-81ae-b1c80105f36b</guid><dc:creator>jurim077147</dc:creator><description>&lt;p&gt;Hi Harshit,.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks for your response.&lt;/p&gt;
&lt;p&gt;we have on DB the value&amp;nbsp;721937,22. When we try to recall it on Appian and we use the fixed (or text) function, we have the following result:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1660640348486v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The value on DB&amp;nbsp;is getting from a view that did a sum from a table (aggregating data).&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Juri Monti&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BUG Decimal Digit</title><link>https://community.appian.com/thread/99550?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 08:53:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:58a0150b-2ff5-4ebe-8890-94809b38494d</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;As far as I can understand the pattern, looks like the total digits (including before and after the decimal) cannot exceed 7 numbers.&amp;nbsp;&lt;br /&gt;I think fixed() is the only option here but you mentioned that it is also not giving you the correct result. Can you add some supporting screenshots?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>