<?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>Issue with Decimal Values</title><link>https://community.appian.com/discussions/f/data/12931/issue-with-decimal-values</link><description>Hi All, 
 We are fetching data from third party database. One of the columns is of datatype NUMBER in database but contains decimal value like &amp;#39;13896131045.754763294913629859&amp;#39;. While retrieving the values from this column through queryentity, it is returning</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Issue with Decimal Values</title><link>https://community.appian.com/thread/58131?ContentTypeID=1</link><pubDate>Thu, 19 Jul 2018 09:52:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f7a5cd1d-a410-4019-889d-f7e0e1f2a5e9</guid><dc:creator>Aswini </dc:creator><description>Hi Ravi.Joshi,&lt;br /&gt;
&lt;br /&gt;
As the other practitioners said that &amp;quot; change the dataType number(decimal) to Text dataType.&lt;br /&gt;
Or else, You can use fixed() function to get the exact value. This function Rounds the specified number off to a certain number of decimals and returns it as text, with optional commas.&lt;br /&gt;
&lt;br /&gt;
For Example,&lt;br /&gt;
&lt;br /&gt;
fixed(ri!num,15,true())&lt;br /&gt;
&lt;br /&gt;
Or else you may try with text() function.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Aswini&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Decimal Values</title><link>https://community.appian.com/thread/58116?ContentTypeID=1</link><pubDate>Thu, 19 Jul 2018 06:36:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d1699076-68e2-4e0e-9c1b-90ed1e9feb88</guid><dc:creator>ravalik</dc:creator><description>Hi Ravi.Joshi,&lt;br /&gt;
&lt;br /&gt;
As per my understanding you need to change the dataType number to &amp;quot;text&amp;quot;, then it is possible to retrieve the exact value .&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
ravalik&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Decimal Values</title><link>https://community.appian.com/thread/58115?ContentTypeID=1</link><pubDate>Thu, 19 Jul 2018 06:16:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4038872e-8ad9-43dc-9ff8-b7f165167625</guid><dc:creator>deviratnamv</dc:creator><description>Hi Ravi,&lt;br /&gt;
You can change datatype  number(decimal) into text, then it will works as your expectations.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Decimal Values</title><link>https://community.appian.com/thread/58112?ContentTypeID=1</link><pubDate>Thu, 19 Jul 2018 05:43:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f12b9604-bfe1-44f8-a255-93a063b256d4</guid><dc:creator>prakashb9987</dc:creator><description>Try with fixed() or text() Functions.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>