<?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 building table data in email body, it cut the decimal value to 7 digits</title><link>https://community.appian.com/discussions/f/general/34484/issue-building-table-data-in-email-body-it-cut-the-decimal-value-to-7-digits</link><description>Hi there 
 I am doing something which display the table data in email body. but there is an issue: for decimal value, when building the table data. it automatically cut to 7digits, like I have the value it&amp;#39;s &amp;quot;2671266.78&amp;quot;, it cut it to &amp;quot;2671266&amp;quot;, tried</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: issue building table data in email body, it cut the decimal value to 7 digits</title><link>https://community.appian.com/thread/131918?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 23:46:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1b03fcb6-a810-461c-9c4b-b467729a3892</guid><dc:creator>Karumuru Abhishek</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/linp0001"&gt;linp0001&lt;/a&gt;&amp;nbsp;good to hear it is working. Could verify our answers so that this we thread will be marked as verified answers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: issue building table data in email body, it cut the decimal value to 7 digits</title><link>https://community.appian.com/thread/131917?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 19:53:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f5b5bc3a-8ea1-4d40-bf11-fa7d9164875a</guid><dc:creator>linp0001</dc:creator><description>&lt;p&gt;Yes, it&amp;#39;s working with text function. thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: issue building table data in email body, it cut the decimal value to 7 digits</title><link>https://community.appian.com/thread/131916?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 19:53:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d7e6f4f-b58c-480b-9cf2-ae2c70697f17</guid><dc:creator>linp0001</dc:creator><description>&lt;p&gt;it&amp;#39;s working, thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: issue building table data in email body, it cut the decimal value to 7 digits</title><link>https://community.appian.com/thread/131915?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 19:32:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e3a666b-d4f2-416d-aafe-c16c1ecda01b</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Appian renders numbers in unintuitive ways sometimes - what I believe is happening in your case is that it&amp;#39;s arbitrarily deciding what digits are significant enough to display when cast to plaintext in your email.&amp;nbsp; The suggestion Abishek gave above, using the text() function to force a given format, is what I&amp;#39;d suggest trying first.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: issue building table data in email body, it cut the decimal value to 7 digits</title><link>https://community.appian.com/thread/131910?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 18:08:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb06374e-f0db-4f47-a37b-326213f0b2f5</guid><dc:creator>Karumuru Abhishek</dc:creator><description>&lt;p&gt;hi&amp;nbsp;&lt;a href="/members/linp0001"&gt;linp0001&lt;/a&gt;&amp;nbsp; could you try this&amp;nbsp;code and let me know is it working&amp;nbsp; &amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;text(2671266.78,&amp;quot;#######.##&amp;quot;)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>