<?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: Max(TOTAL &amp;lt;&amp;gt;) statement within If statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573718#M679951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atsushi,&lt;/P&gt;&lt;P class="almost_half_cell"&gt;&lt;/P&gt;&lt;DIV dir="ltr"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Put simply,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you need&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to get&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the sum of all&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Weights&lt;/SPAN&gt; but only &lt;SPAN class="hps"&gt;for these&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SerialNubers,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;whose maximum&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;date is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;greater than the end&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the month&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;specified&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by the user?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 15:03:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-14T15:03:08Z</dc:date>
    <item>
      <title>Max(TOTAL &lt;&gt;) statement within If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573717#M679950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sirs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Attached is the QV file in the very issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below expression does not work.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sum(if(DocDate&amp;lt;=MonthEnd(Today(0),-$(Y))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and MonthName(Date(Max(TOTAL &amp;lt;ProductSerial&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( Date(DocDate)&amp;lt;=MonthEnd(Today(0),-$(Y)),DocDate) )))=Monthname(MonthEnd(Today(0),-$(Y)))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Weight))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, simple expression works as such:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sum(if(DocDate&amp;lt;=MonthEnd(Today(0),-$(Y))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Weight))&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Date(Max(TOTAL &amp;lt;ProductSerial&amp;gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( Date(DocDate)&amp;lt;=MonthEnd(Today(0),-$(Y)),DocDate) ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requiement of the expression is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sum&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;EM&gt;Weight&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; only if the maximum &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;DocDate&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; is in &lt;EM&gt;reporting range&lt;/EM&gt;;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Reporting Range&lt;/EM&gt; is defined as &amp;lt;=MonthEnd(Today(0), -$(Y)), where Y is integer, which user input.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Example] &lt;/STRONG&gt;Please see below example: where 3 DocDate exists. &lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="57233" alt="Error 4.jpg" class="jive-image" src="/legacyfs/online/57233_Error 4.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Current reporting month is March. (User selected 1)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="57234" alt="Error 5.jpg" class="jive-image" src="/legacyfs/online/57234_Error 5.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Here, the maximum DocDate is 12.03.2014. This document is also in the reporting month: i.e.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;InMonthToDate(&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Max(TOTAL &amp;lt;ProductSerial&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( Date(DocDate)&amp;lt;=MonthEnd(Today(0),-$(Y)),DocDate) )), MonthEnd(Today(0), -$(Y)) ) = -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This must result in 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the contrary, there would be such case (maximum date is not in the March, but either future date such as April, or older date.)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="57235" alt="Error 6.jpg" class="jive-image" src="/legacyfs/online/57235_Error 6.jpg" /&gt;&lt;/P&gt;&lt;P&gt;In such case, the Expression must exclude counting the Weight. Althoguh total is 1, this must result in 0 since maximum DocDate is not in March 2014. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you possibly advise how we could implement this? I'd appreciate for your wisdom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*The result of this report must produce 818 instead of 814. If 814, it means Expression has calculated only on the DocDate in current month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Specifically, this is the stuation where SAP VBRK/P (SD) table making sum per product serial. DocDate is FKDAT. Document Action Type is either billing cancellation or invoice issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573717#M679950</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2014-04-14T13:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Max(TOTAL &lt;&gt;) statement within If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573718#M679951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atsushi,&lt;/P&gt;&lt;P class="almost_half_cell"&gt;&lt;/P&gt;&lt;DIV dir="ltr"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Put simply,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you need&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to get&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the sum of all&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Weights&lt;/SPAN&gt; but only &lt;SPAN class="hps"&gt;for these&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SerialNubers,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;whose maximum&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;date is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;greater than the end&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the month&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;specified&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by the user?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 15:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573718#M679951</guid>
      <dc:creator />
      <dc:date>2014-04-14T15:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Max(TOTAL &lt;&gt;) statement within If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573719#M679952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Darek, I deeply appreciate for your support.&lt;/P&gt;&lt;P&gt;Yes, you are right. The key is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The &lt;SPAN style="text-decoration: underline;"&gt;only ProductSerial, which has any DocDate&lt;/SPAN&gt; (regardless of if it is maximum or minimum....) we must sum the Weight.For the rest of the entries, which does not have DocDate within the month, we must exclude it from summing.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assume that user aims &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;Reporting Month&lt;/EM&gt;&lt;/SPAN&gt; as March (shift -1) in the situation like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ProductSerial; DocDate; Weight&lt;/P&gt;&lt;P&gt;000001; 01.02.2014; Issue; +1&lt;/P&gt;&lt;P&gt;000001; 01.03.2014; Cancel; -1&lt;/P&gt;&lt;P&gt;000001; 04.03.2014; Issue; +1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then total is +1 (summing its total history in the source system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if this is such, we must exclude from the summation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ProductSerial; DocDate; Weight&lt;/P&gt;&lt;P&gt;000002; 01.02.2014; Issue; +1&lt;/P&gt;&lt;P&gt;000002; 10.04.2014; Cancel; -1&lt;/P&gt;&lt;P&gt;000002; 11.04.2014; Issue; +1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this will calculate Monthly Whole-sales figure. Why we cannot just use the maximum date of issue date? It is for back-dateability. If user has issued the invoice, but if it were cancelled in another month, user wishes to see the issued invoice as +1 even if it were reversed in later time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate for your feedback in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atsushi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. And this would be great contribution for any QV practitioners who creates reports in SAP FI or SD area based on VBRK/VBRP table extractions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 15:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573719#M679952</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2014-04-14T15:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Max(TOTAL &lt;&gt;) statement within If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573720#M679953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 17:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573720#M679953</guid>
      <dc:creator />
      <dc:date>2014-04-14T17:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Max(TOTAL &lt;&gt;) statement within If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573721#M679954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Darek, I appreciate for your always excellent follow-ups. Besides I appreciate your all expression-statements, which provides with new source of learning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have examined the new statement:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if(count({&amp;lt;DocDate={"&amp;gt;=$(=MonthStart(Today(0),$(=-Y+1)))"}&amp;gt;}DocDate)=0,sum(Weight)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Detail Examination]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&amp;nbsp;&amp;nbsp; count(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;lt;DocDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ={"&amp;gt;=$(=MonthStart(Today(0),$(=-Y+1)))"}&amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DocDate)=0,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;//count for DocDate for those DocDate &amp;gt;= reporting month, and if it were zero, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; sum(Weight)&amp;nbsp;&amp;nbsp;&amp;nbsp; )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //sum up all weight for above&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if we change the condition statement COUNT(....) &amp;gt;0, &lt;STRONG&gt;819&lt;/STRONG&gt; is produced!&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if(count({&amp;lt;DocDate={"&amp;gt;=$(=MonthStart(Today(0),$(=-Y+1)))"}&amp;gt;}DocDate)&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;0,sum(Weight)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For &lt;EM&gt;Monthly Wholesales&lt;/EM&gt; purpose, COUNT condition could be further changed as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if(count({&amp;lt;DocDate={"&amp;gt;=$(=MonthStart(Today(0),$(=-Y)))&amp;lt;=$(=MonthEnd(Today(0),$(=-Y)))"}&amp;gt;} DocDate)&amp;gt;0 ,sum(Weight) )&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This resulted in &lt;STRONG&gt;818&lt;/STRONG&gt;, identical to what source system produced. I'd like to designate yours as correct answer and I'd appreciate for all help in this enquiry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*To clarify the logic, why COUNT produces the right condition? I was thinking somehow we had to create an array of ProductSerial, with which we execute summation. But this method do not need direct selection of ProductSerial. Why does it produces the right result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573721#M679954</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2014-04-15T07:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Max(TOTAL &lt;&gt;) statement within If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573722#M679955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition:&lt;/P&gt;&lt;P&gt;count({&amp;lt;DocDate={"&amp;gt;=$(=MonthStart(Today(0),$(=-Y+1)))"}&amp;gt;}DocDate)=0.&lt;/P&gt;&lt;P&gt;is checking, if there is any document newer than selected month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is'nt (we are in the context of serial because of the chart dimension), that means, that we can simple sum weights (they all need to be older than your monthend).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some time fighting with some problem it may be good to "reset" yourself and try to find a way from other side. Often it is simplier &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573722#M679955</guid>
      <dc:creator />
      <dc:date>2014-04-15T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Max(TOTAL &lt;&gt;) statement within If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573723#M679956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Darek, I appreciate for your support. I have designated Correct Answer. Atsushi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573723#M679956</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2014-04-15T08:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Max(TOTAL &lt;&gt;) statement within If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573724#M679957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I glad, that my answers was helpful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Always keep your application, data model and expressions as clear and simple as possible!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-TOTAL-lt-gt-statement-within-If-statement/m-p/573724#M679957</guid>
      <dc:creator />
      <dc:date>2014-04-15T08:16:30Z</dc:date>
    </item>
  </channel>
</rss>

