<?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: Date Comparison Issue-Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526769#M196860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poornima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, the syntax in the last part (that JOIN_DT thing) is wrong.&lt;/P&gt;&lt;P&gt;Set_analysis is quite tricky, but I will give it a try.&lt;/P&gt;&lt;P&gt;- What you want is to state that JOIN_DT should be before the MonthEndDate, right?&lt;/P&gt;&lt;P&gt;=&amp;gt; If so, this might work:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; =SUM({&amp;lt;ACTIVE={1},DType={1} , JOIN_DT = {"$(= '&amp;lt;' &amp;amp; MonthEndDate)"}&amp;gt;} RNK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 11:09:50 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2013-10-08T11:09:50Z</dc:date>
    <item>
      <title>Date Comparison Issue-Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526767#M196858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to give this expression in my pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything wrong with the syntax?Especially the Join_Dt field.Other conditions are working fine .When i give the Join_dt condition its not working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;ACTIVE={1},DType={1} ,&lt;STRONG&gt;JOIN_DT={"&amp;lt;$(=(MonthEndDate))"}&lt;/STRONG&gt;&amp;gt;}RNK) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526767#M196858</guid>
      <dc:creator />
      <dc:date>2013-10-08T11:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date Comparison Issue-Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526768#M196859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can check the date format of both field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526768#M196859</guid>
      <dc:creator />
      <dc:date>2013-10-08T11:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date Comparison Issue-Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526769#M196860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poornima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, the syntax in the last part (that JOIN_DT thing) is wrong.&lt;/P&gt;&lt;P&gt;Set_analysis is quite tricky, but I will give it a try.&lt;/P&gt;&lt;P&gt;- What you want is to state that JOIN_DT should be before the MonthEndDate, right?&lt;/P&gt;&lt;P&gt;=&amp;gt; If so, this might work:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; =SUM({&amp;lt;ACTIVE={1},DType={1} , JOIN_DT = {"$(= '&amp;lt;' &amp;amp; MonthEndDate)"}&amp;gt;} RNK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526769#M196860</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-10-08T11:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date Comparison Issue-Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526770#M196861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;SUM({&amp;lt;ACTIVE = {1}, DTYPE = {1}, JOIN_DT = {“&amp;lt;$( =Monthend(Today()) )”}&amp;gt;}RNK)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526770#M196861</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-10-08T11:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Date Comparison Issue-Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526771#M196862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Poornima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your are tring to get the last day of the month, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;lt;$(MonthEnd(21/10/2013))'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; )&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Else, the syntax would be&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;lt;21/10/2013'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; )&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope I could Help. See Attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526771#M196862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-08T11:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date Comparison Issue-Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526772#M196863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Poornima,&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;ACTIVE={1},DType={1} ,&lt;STRONG&gt;JOIN_DT={"&amp;lt;$(=max(MonthEndDate))"}&lt;/STRONG&gt;&amp;gt;}RNK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rochelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Comparison-Issue-Set-Analysis/m-p/526772#M196863</guid>
      <dc:creator />
      <dc:date>2013-10-08T11:14:29Z</dc:date>
    </item>
  </channel>
</rss>

