<?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: Sum function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-function/m-p/407895#M1155966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PR@D!P,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks fo rthe reply. I tried it earlier it is working fine but my question is .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i have a record like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jobnumber, cost,&amp;nbsp; BaseToSEKRate, AverageRate , type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 ,600,5,5,A&lt;/P&gt;&lt;P&gt;1,600,5,5,B&lt;/P&gt;&lt;P&gt;1,600,5,5,A&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Will it eliminate only the record 1,600,5,5,A since we are already having 1,600,5,5,A(in this case o/p will be 1200)&lt;/P&gt;&lt;P&gt;or both &lt;/P&gt;&lt;P&gt;1,600,5,5,B&lt;/P&gt;&lt;P&gt;1,600,5,5,A and give o/p 600 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2013 04:53:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-06T04:53:49Z</dc:date>
    <item>
      <title>Sum function</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-function/m-p/407893#M1155964</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 my chart i am using the expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {$&amp;lt;[Job discipline] = {"10"}, [Expense group] = {"Other"}&amp;gt;} Cost* BaseToSEKRate / AverageRate )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a particular job number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The cost value is 600 , BaseToSEKRate is 5 and AverageRate is 5 . and &lt;/P&gt;&lt;P&gt;cost value is 0 , BaseToSEKRate is 5 and AverageRate is 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my expression has to give me 600 as output but due to duplicate records it is giving 1200 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i can do so that it will not take the duplicate records into consideration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 04:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-function/m-p/407893#M1155964</guid>
      <dc:creator />
      <dc:date>2013-02-06T04:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sum function</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-function/m-p/407894#M1155965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try with the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[Job discipline] = {"10"}, [Expense group] = {"Other"}&amp;gt;} Distinct Cost * BaseToSEKRate / AverageRate )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 04:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-function/m-p/407894#M1155965</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2013-02-06T04:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sum function</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-function/m-p/407895#M1155966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PR@D!P,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks fo rthe reply. I tried it earlier it is working fine but my question is .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i have a record like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jobnumber, cost,&amp;nbsp; BaseToSEKRate, AverageRate , type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 ,600,5,5,A&lt;/P&gt;&lt;P&gt;1,600,5,5,B&lt;/P&gt;&lt;P&gt;1,600,5,5,A&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Will it eliminate only the record 1,600,5,5,A since we are already having 1,600,5,5,A(in this case o/p will be 1200)&lt;/P&gt;&lt;P&gt;or both &lt;/P&gt;&lt;P&gt;1,600,5,5,B&lt;/P&gt;&lt;P&gt;1,600,5,5,A and give o/p 600 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 04:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-function/m-p/407895#M1155966</guid>
      <dc:creator />
      <dc:date>2013-02-06T04:53:49Z</dc:date>
    </item>
  </channel>
</rss>

