<?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: Total Qualifier in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-Qualifier/m-p/912566#M316684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Gysbert...adding to that when I use an expression like the following,I get the desired results for Before and After&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;Brand=,[Account Name]=p()&amp;gt;} Clms_)&lt;/P&gt;&lt;P&gt;/sum({&amp;lt;Brand=,[Account Name]=p()&amp;gt;} Clms_OOP)*30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above gives the desired results and the below didnot while &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; using a calculated Dimension,if(addmonth(Date1),-6)&amp;lt;=Date2,'Before','After'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;(sum({&amp;lt;Brand=,[Account Name]=&amp;gt;} Clms_)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;/sum({&amp;lt;Brand=,[Account Name]=&amp;gt;} Clms_OOP)*30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when I use the TOTAL Qualifier without the dimension specified I get the&amp;nbsp; desired after value for both before and after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it may not be give you any clue on what the real problem is,but on a first hand please let me know if I missed out anything in the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2015 16:43:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-05T16:43:39Z</dc:date>
    <item>
      <title>Total Qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Qualifier/m-p/912564#M316682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we use any function with the Total Qualifier??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a calculated Dimension,if(addmonth(Date),-6)&amp;lt;=Date2,'Before','After'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 16:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Qualifier/m-p/912564#M316682</guid>
      <dc:creator />
      <dc:date>2015-08-05T16:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Total Qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Qualifier/m-p/912565#M316683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, only aggregation functions like sum, count, max etc and a few special functions like above, rank, rowno() can use the TOTAL qualifier. You can find in the help file if a function supports it. The AddMonths function does not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 16:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Qualifier/m-p/912565#M316683</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-05T16:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Total Qualifier</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Qualifier/m-p/912566#M316684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Gysbert...adding to that when I use an expression like the following,I get the desired results for Before and After&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;Brand=,[Account Name]=p()&amp;gt;} Clms_)&lt;/P&gt;&lt;P&gt;/sum({&amp;lt;Brand=,[Account Name]=p()&amp;gt;} Clms_OOP)*30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above gives the desired results and the below didnot while &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; using a calculated Dimension,if(addmonth(Date1),-6)&amp;lt;=Date2,'Before','After'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;(sum({&amp;lt;Brand=,[Account Name]=&amp;gt;} Clms_)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;/sum({&amp;lt;Brand=,[Account Name]=&amp;gt;} Clms_OOP)*30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when I use the TOTAL Qualifier without the dimension specified I get the&amp;nbsp; desired after value for both before and after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it may not be give you any clue on what the real problem is,but on a first hand please let me know if I missed out anything in the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 16:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Qualifier/m-p/912566#M316684</guid>
      <dc:creator />
      <dc:date>2015-08-05T16:43:39Z</dc:date>
    </item>
  </channel>
</rss>

