<?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: problem with subtotal in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992676#M966705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply&lt;/P&gt;&lt;P&gt;I want to have subtotal of the records that meet this condition(OrderDate &amp;gt;=StartDate) , How can I get that?&lt;/P&gt;&lt;P&gt;ant other solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Oct 2015 16:08:02 GMT</pubDate>
    <dc:creator>Masi_Sahargahi</dc:creator>
    <dc:date>2015-10-04T16:08:02Z</dc:date>
    <item>
      <title>problem with subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992674#M966703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi guys,I'm new to Qlikview and i would be very appreciated if you help me out of this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I have a pivot table that have some dimensions,I want to enable subtotal in my pivot table,Everything was fine until I added an expression that uses set analysis to filter data(between dates that user enters using input boxes).In this case subtotal disappears and I don't know how to fix it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;the expression is like that :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;=if((OrderDate&amp;gt;=StartDate and&lt;SPAN class="apple-converted-space"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;OrderDate&lt;/SPAN&gt;&amp;lt;=EndDate)or ([BillDate&amp;gt;=StartDate and [&lt;SPAN style="font-size: 13.3333px;"&gt;BillDate&lt;/SPAN&gt;]&amp;lt;=EndDate),num(Sum({&amp;lt;oTypeNo={110}&amp;gt;}F_sraQuantitySecondUnit)),0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Thanks a lot&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 12:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992674#M966703</guid>
      <dc:creator>Masi_Sahargahi</dc:creator>
      <dc:date>2015-10-04T12:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem with subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992675#M966704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The condition of your if statement cannot be calculated at the subtotal level. OrderDate &amp;gt;=StartDate... which orderdate and which startdate should be used at the subtotal level? Qlikview doesn't know which of the possible values you want it to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 15:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992675#M966704</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-04T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem with subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992676#M966705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply&lt;/P&gt;&lt;P&gt;I want to have subtotal of the records that meet this condition(OrderDate &amp;gt;=StartDate) , How can I get that?&lt;/P&gt;&lt;P&gt;ant other solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 16:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992676#M966705</guid>
      <dc:creator>Masi_Sahargahi</dc:creator>
      <dc:date>2015-10-04T16:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem with subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992677#M966706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can use a straight table instead of a pivot table the solution is very simply: set the Total mode of the expression to Sum of rows. If you must use a pivot table you will have to use the aggr function to add an extra level of aggregation for the sums of the subtotals. Something like sum(aggr( ...if( ..etc...) , DimA,DimB,DimC) where DimA, DimB and DimC are the dimensions of your pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 17:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992677#M966706</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-04T17:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem with subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992678#M966707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for asking such a basic question, but with using straight table what would I loose(rather than using pivot table)?&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 18:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992678#M966707</guid>
      <dc:creator>Masi_Sahargahi</dc:creator>
      <dc:date>2015-10-04T18:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992679#M966708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You lose the ability to pivot a dimension to columns, the option to collaps/expand dimensions, the option to show subtotals at the dimension levels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992679#M966708</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-05T12:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem with subtotal</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992680#M966709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I solved it with deleting the condition and using set analysis instead.&lt;/P&gt;&lt;P&gt;thanks a lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 17:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-subtotal/m-p/992680#M966709</guid>
      <dc:creator>Masi_Sahargahi</dc:creator>
      <dc:date>2015-10-05T17:36:13Z</dc:date>
    </item>
  </channel>
</rss>

