<?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: Formula...!!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/formula/m-p/4153523#M993115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In dynamic formula calculation, it is better to have like this;&lt;/P&gt;&lt;P&gt;0.65 * GS_FINAL-OR7 = ( ( 1 / 1.5)  * (GS_FINAL-OR7))&lt;/P&gt;&lt;P&gt;the same way try to change the following it should work;&lt;/P&gt;&lt;P&gt;2.8 * GS_FINAL-OR5&lt;/P&gt;&lt;P&gt;1.2 * GS_FINAL-OR6&lt;/P&gt;&lt;P&gt;2.8 * GS_FINAL-OR5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have few good example if your working in IS-OIL!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hint is usefulu2026 Say thanks by rewardu2026.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Rajesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: PrabhuRajesh Janardanan on Jul 26, 2008 11:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Jul 2008 09:55:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-26T09:55:42Z</dc:date>
    <item>
      <title>Formula...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formula/m-p/4153520#M993112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GS_FINAL-OR2 = ( ( ( LIS_TY_QALS_QAPP-OR2 * GS_FINAL-TON ) + ( GS_ONE-OR2 * GS_ONE-C_TON ) ) / V_DIVIDE ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GS_FINAL-OR9 =  ( ( GS_FINAL-OR8 * 100 ) / ( ( 2.8 * GS_FINAL-OR5 )+ ( 1.2 * GS_FINAL-OR6 )  + ( 0.65 * GS_FINAL-OR7 ) ) ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 1st formula is working fine but 2nd one is not working fine&lt;/P&gt;&lt;P&gt;comment what is the mistake in 2nd one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 09:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formula/m-p/4153520#M993112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T09:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Formula...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formula/m-p/4153521#M993113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this...multiplication with the decimal number &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; *0.65 * GS_FINAL-OR7*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 09:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formula/m-p/4153521#M993113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T09:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Formula...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formula/m-p/4153522#M993114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MEANS WE CANT MULTIPLY ANY NUMBER BY DECIMAL NUMBER, I THINK WE CAN , WHAT DO WANA SAY BE CLEAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 09:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formula/m-p/4153522#M993114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T09:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Formula...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formula/m-p/4153523#M993115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In dynamic formula calculation, it is better to have like this;&lt;/P&gt;&lt;P&gt;0.65 * GS_FINAL-OR7 = ( ( 1 / 1.5)  * (GS_FINAL-OR7))&lt;/P&gt;&lt;P&gt;the same way try to change the following it should work;&lt;/P&gt;&lt;P&gt;2.8 * GS_FINAL-OR5&lt;/P&gt;&lt;P&gt;1.2 * GS_FINAL-OR6&lt;/P&gt;&lt;P&gt;2.8 * GS_FINAL-OR5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have few good example if your working in IS-OIL!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hint is usefulu2026 Say thanks by rewardu2026.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Rajesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: PrabhuRajesh Janardanan on Jul 26, 2008 11:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 09:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formula/m-p/4153523#M993115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T09:55:42Z</dc:date>
    </item>
  </channel>
</rss>

