<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: respect fields decimal places when updating using formula in DemandTools</title>
    <link>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1948#M1074</link>
    <description>&lt;P&gt;It's a currency field. Currency(16, 2)&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2024 18:34:05 GMT</pubDate>
    <dc:creator>Tiffany</dc:creator>
    <dc:date>2024-05-01T18:34:05Z</dc:date>
    <item>
      <title>respect fields decimal places when updating using formula</title>
      <link>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1944#M1071</link>
      <description>&lt;P&gt;I am using this formula (${Commission__c}/100)*${Total_Price__c} to update a currency field with 2 decimal places, it returns more decimals and causes the next user to edit the object to get an error. Example data (16.2/100)*772.23 populates 125.10126 in the currency field. Is there a way I can have it return 125.10 ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 17:12:21 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1944#M1071</guid>
      <dc:creator>Tiffany</dc:creator>
      <dc:date>2024-05-01T17:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: respect fields decimal places when updating using formula</title>
      <link>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1947#M1073</link>
      <description>&lt;P&gt;Hi Tiffany!&lt;/P&gt;&lt;P&gt;What kind of field are you trying to update?&amp;nbsp; What is the name of the field?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 18:31:59 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1947#M1073</guid>
      <dc:creator>AnthonyValidity</dc:creator>
      <dc:date>2024-05-01T18:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: respect fields decimal places when updating using formula</title>
      <link>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1948#M1074</link>
      <description>&lt;P&gt;It's a currency field. Currency(16, 2)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 18:34:05 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1948#M1074</guid>
      <dc:creator>Tiffany</dc:creator>
      <dc:date>2024-05-01T18:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: respect fields decimal places when updating using formula</title>
      <link>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1949#M1075</link>
      <description>&lt;P&gt;I wanted to do the formula in the SFDC field itself, but we need this field to not be a formula field. So I was hoping I could get the formula done and field updated through demandtools on a schedule.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 18:39:14 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1949#M1075</guid>
      <dc:creator>Tiffany</dc:creator>
      <dc:date>2024-05-01T18:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: respect fields decimal places when updating using formula</title>
      <link>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1950#M1076</link>
      <description>&lt;P&gt;Hi Tifanny,&lt;/P&gt;
&lt;P&gt;I believe you would just have to add the TEXT formula on the outsdie of your calculation to make sure it is formated with two digits after the decimal.&amp;nbsp; Here's an example to try TEXT&lt;SPAN&gt;(${Commission__c}/100)*${Total_Price__c},"0.00") .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 18:47:17 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1950#M1076</guid>
      <dc:creator>AnthonyValidity</dc:creator>
      <dc:date>2024-05-01T18:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: respect fields decimal places when updating using formula</title>
      <link>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1951#M1077</link>
      <description>&lt;P&gt;That worked. Thanks so much!&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 18:50:49 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1951#M1077</guid>
      <dc:creator>Tiffany</dc:creator>
      <dc:date>2024-05-01T18:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: respect fields decimal places when updating using formula</title>
      <link>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1952#M1078</link>
      <description>&lt;P&gt;My pleasure!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 18:54:35 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/respect-fields-decimal-places-when-updating-using-formula/m-p/1952#M1078</guid>
      <dc:creator>AnthonyValidity</dc:creator>
      <dc:date>2024-05-01T18:54:35Z</dc:date>
    </item>
  </channel>
</rss>

