<?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: Difference between Sum(Price) or Total(Price) ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710577#M1056226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get error if you use =Avg(Sum(Amount)), you cannot use two Aggregation functions, so Avg(Price) is valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2014 06:04:05 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-10-13T06:04:05Z</dc:date>
    <item>
      <title>Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710570#M1056219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have 3 fields :&lt;/P&gt;&lt;P&gt;ID_No , Price , Department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if i want sum of price i do:&lt;/P&gt;&lt;P&gt;Sum(Price) or Total(Price).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between :&amp;nbsp; Sum(Price) or Total(Price)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 05:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710570#M1056219</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-13T05:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710571#M1056220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For getting Sum of Price use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Price), when you use this you will get the dimension wise price values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;Country,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Value)&lt;/P&gt;&lt;P&gt;India, 10000&lt;/P&gt;&lt;P&gt;Srilanka, 5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you Sum(Total Value), it ignores the dimensions and displays sum of value in all rows for the above example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(TOTAL Value)&lt;/P&gt;&lt;P&gt;India, 15000 (10000 + 5000)&lt;/P&gt;&lt;P&gt;Srilanka, 15000 (10000 + 5000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 05:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710571#M1056220</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-13T05:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710572#M1056221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no function named Total. Do you mean Sum(Price) vs Sum(Total Price)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 05:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710572#M1056221</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-13T05:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710573#M1056222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;If i am using AVG(). Let Say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg(Sum(Price)) and Avg(Total Price) , Then what is the difference ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 05:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710573#M1056222</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-13T05:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710574#M1056223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;HEy,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If i am using AVG(). Let Say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Avg(Sum(Price)) and Avg(Total Price) , Then what is the difference ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 05:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710574#M1056223</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-13T05:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710575#M1056224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;OrderId,Date,Amount&lt;/P&gt;&lt;P&gt;1,1/1/2014,200&lt;/P&gt;&lt;P&gt;1,1/1/2014,100&lt;/P&gt;&lt;P&gt;2,1/1/2014,300&lt;/P&gt;&lt;P&gt;2,1/1/2014,400&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Dimension is OrderId&lt;/P&gt;&lt;P&gt;Avg(Amount) for OrderId 1 is (100+200)/2 = 150&lt;/P&gt;&lt;P&gt;Avg(Total Amount) - (100+200+300+400 )/4=250 -- Total ignores dimension and calculates Avg for entire table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg(Amount) for OrderId 2 is (300+400)/2 = 350&lt;/P&gt;&lt;P&gt;Avg(Total Amount) - (100+200+300+400 )/4=250&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 05:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710575#M1056224</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-13T05:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710576#M1056225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;But i have asked for :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Avg(Sum(Price)) and Avg(Total Price)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;And you ahve told me about :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Avg(Price) and Avg(Total Price)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;So, does that mean : Avg(Sum(Price)) and Avg(Price) are same ??&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 05:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710576#M1056225</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-13T05:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710577#M1056226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get error if you use =Avg(Sum(Amount)), you cannot use two Aggregation functions, so Avg(Price) is valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710577#M1056226</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-13T06:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710578#M1056227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;So it means ,&lt;/P&gt;&lt;P&gt;If i use Avg(Price): It will give me Avg as per dimension that i have selected on X-Axis&lt;/P&gt;&lt;P&gt;If i use Avg( Total Price): It will give me Avg irrespective of dimensiont hat i have used on X-Axis. &lt;/P&gt;&lt;P&gt;Right ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if&amp;nbsp; i use Avg(Total Price) and select a dimension, then i have read somewhere that it will give dimensionwise Avg . Right ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710578#M1056227</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-13T06:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710579#M1056228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us take one example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dept, Sales&lt;/P&gt;&lt;P&gt;1, 100&lt;/P&gt;&lt;P&gt;1, 200&lt;/P&gt;&lt;P&gt;2, 300&lt;/P&gt;&lt;P&gt;4, 400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chart if you have Dept as Dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use Avg(Sales) then you will get&lt;/P&gt;&lt;P&gt;Dept, Avg(Sales)&lt;/P&gt;&lt;P&gt;1, 150&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------------(100 + 200)/2 = 150&lt;/P&gt;&lt;P&gt;2, 300&lt;/P&gt;&lt;P&gt;4, 400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use Avg(TOTAL Sales) then you will get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dept, Avg(TOTAL Sales) &lt;/P&gt;&lt;P&gt;1, 250&lt;/P&gt;&lt;P&gt;2, 250&lt;/P&gt;&lt;P&gt;4, 250&amp;nbsp; -- Since TOTAL ignores dimension, you will get (100 + 200 + 300 + 400)/ 4 = 250 for all dimension values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710579#M1056228</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-13T06:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710580#M1056229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't notice Sum in your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Jagan said, Avg(Sum(Price)) is not valid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710580#M1056229</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-13T06:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710581#M1056230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I got your point . But what i want to ask you i just tell you by an example.&lt;/P&gt;&lt;P&gt;Initially when nothing is selected i have month-Year on X-Axis showing price of products. I calculated Avg of them by :&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Avg(TOTAL Price) which will take sum of all prices displayed and calculate avg.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if i select any of the month-year, it will show me prices of products on every date in that month. Now i want to calculate Avg of Prices. Now i use : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Avg(TOTAL Price) . Now also it will take the sum of all prices on all dates in that month-year and do avg.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Am i right ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710581#M1056230</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-13T06:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710582#M1056231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOTAL will not ignore selections, if you select one month you will get total average of only that month.&amp;nbsp; If you want to ignore selections and dimensions then use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Avg({1} TOTAL Price)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;{1} - will ignore the selections&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710582#M1056231</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-13T07:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Sum(Price) or Total(Price) ??</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710583#M1056232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first of all no &lt;STRONG&gt;TOTAL&lt;/STRONG&gt; function is there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead we can use it as &lt;STRONG&gt;sum( total SAL)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see below image u can understand functionality.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/68757_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Sum-Price-or-Total-Price/m-p/710583#M1056232</guid>
      <dc:creator />
      <dc:date>2014-10-13T07:29:53Z</dc:date>
    </item>
  </channel>
</rss>

