<?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: calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/calculation/m-p/1591758#M737683</link>
    <description>&lt;P&gt;I have similar problem:&lt;/P&gt;&lt;P&gt;when I try to calculate sale = effective_price * quantity&lt;/P&gt;&lt;P&gt;however, it does not show the result of multiplication...&lt;/P&gt;&lt;P&gt;please help, thanks&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jun 2019 15:46:36 GMT</pubDate>
    <dc:creator>Fanyin2019</dc:creator>
    <dc:date>2019-06-13T15:46:36Z</dc:date>
    <item>
      <title>calculation</title>
      <link>https://community.qlik.com/t5/QlikView/calculation/m-p/1591461#M737681</link>
      <description>&lt;P&gt;i have invoice $70.00 and need to fine the usage of it but it have diff charges for diff level of unit usage,&lt;/P&gt;&lt;P&gt;1 unit to 10 unit charges are $ 1.00/unit&lt;/P&gt;&lt;P&gt;11 unit to 20 unit charges are $ 1.50/unit&lt;/P&gt;&lt;P&gt;21 unit to max unit Charges are $2.00/unit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help me the script the formula&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation/m-p/1591461#M737681</guid>
      <dc:creator>SCM</dc:creator>
      <dc:date>2024-11-16T20:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: calculation</title>
      <link>https://community.qlik.com/t5/QlikView/calculation/m-p/1591466#M737682</link>
      <description>&lt;P&gt;Could you please be more clear ?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 09:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation/m-p/1591466#M737682</guid>
      <dc:creator>Nishanthi</dc:creator>
      <dc:date>2019-06-13T09:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: calculation</title>
      <link>https://community.qlik.com/t5/QlikView/calculation/m-p/1591758#M737683</link>
      <description>&lt;P&gt;I have similar problem:&lt;/P&gt;&lt;P&gt;when I try to calculate sale = effective_price * quantity&lt;/P&gt;&lt;P&gt;however, it does not show the result of multiplication...&lt;/P&gt;&lt;P&gt;please help, thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 15:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation/m-p/1591758#M737683</guid>
      <dc:creator>Fanyin2019</dc:creator>
      <dc:date>2019-06-13T15:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: calculation</title>
      <link>https://community.qlik.com/t5/QlikView/calculation/m-p/1591849#M737684</link>
      <description>&lt;P&gt;Total amount $ 70.00&lt;/P&gt;&lt;P&gt;I need find the max amount of each level diff unit&amp;nbsp; price first,&lt;/P&gt;&lt;P&gt;$ 1.00 x 10 unit= &lt;FONT color="#FF0000"&gt;$10.00&lt;/FONT&gt; -max amount 1&lt;/P&gt;&lt;P&gt;$1.50 x 10 unit =&lt;FONT color="#FF0000"&gt;$15.00&lt;/FONT&gt; -max amount 2&lt;/P&gt;&lt;P&gt;next i need to check is it my total amount is more than the max amount 1 or 2 or less than max amount 1 on above .&lt;/P&gt;&lt;P&gt;in this case it $70.00 which is amount have exceeding both of max amount&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde"&gt;&lt;U&gt;1st step&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;First &lt;FONT color="#0000FF"&gt;10 unit&lt;/FONT&gt; of $1.00/unit price=&lt;FONT color="#FF0000"&gt;$10.00&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Total amount -Max amount of First 10 unit=&lt;FONT color="#800080"&gt;Balance 1&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;$70.00-&lt;FONT color="#FF0000"&gt;$10.00&lt;/FONT&gt;=$60.00&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde"&gt;&lt;U&gt;2nd Step&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Second &lt;FONT color="#0000FF"&gt;10 unit&lt;/FONT&gt; of $1.50/unit price=&lt;FONT color="#FF0000"&gt;$15.00&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080"&gt;Balance 1&lt;/FONT&gt;-Max amount of Second 10 unit=&lt;FONT color="#800080"&gt;Balance 2&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080"&gt;$60.00&lt;/FONT&gt;-&lt;FONT color="#FF0000"&gt;$15.00&lt;/FONT&gt;=&lt;FONT color="#800080"&gt; $45&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde"&gt;&lt;U&gt;3rd Step&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;finally i have last unit price $2.00 for the remaining Total amount, that mean my Balance 2 divide by $2.00/unit Price i will get total usage for $2.00/unit Price&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080"&gt;Balance 2&lt;/FONT&gt; / $2.00&lt;/P&gt;&lt;P&gt;$45.00/&lt;FONT color="#000000"&gt;$2.00&lt;/FONT&gt;= &lt;FONT color="#0000FF"&gt;22.5 unit usage&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Finally result : Total unit Usage&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT face="arial black,avant garde"&gt;1st step&lt;/FONT&gt; &lt;/U&gt;Unit Usage + &lt;U&gt;&lt;FONT face="arial black,avant garde"&gt;2nd step&lt;/FONT&gt;&lt;/U&gt; unit usage + &lt;U&gt;&lt;FONT face="arial black,avant garde"&gt;3rd step&lt;/FONT&gt;&lt;/U&gt; usage&lt;/P&gt;&lt;P&gt;=&lt;FONT color="#0000FF"&gt;10 unit + 10 unit + 22.5 unit&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" color="#0000FF"&gt;&lt;STRONG&gt;&lt;U&gt;Grand total = 42.5 unit&lt;/U&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 01:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation/m-p/1591849#M737684</guid>
      <dc:creator>SCM</dc:creator>
      <dc:date>2019-06-14T01:01:00Z</dc:date>
    </item>
  </channel>
</rss>

