<?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 Date greater than condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104453#M365880</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;Please check whether the below condition is correct or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Date(aggr(Max(S_Date) ,U_ID),'DD-MM-YYYY')&amp;gt;=Date('01-04-2016','DD-MM-YYYY'),'True','False')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its greater than &lt;SPAN style="font-size: 13.3333px;"&gt;01-04-2016 then True else False&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 06:58:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-14T06:58:57Z</dc:date>
    <item>
      <title>Date greater than condition</title>
      <link>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104453#M365880</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;Please check whether the below condition is correct or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Date(aggr(Max(S_Date) ,U_ID),'DD-MM-YYYY')&amp;gt;=Date('01-04-2016','DD-MM-YYYY'),'True','False')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its greater than &lt;SPAN style="font-size: 13.3333px;"&gt;01-04-2016 then True else False&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 06:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104453#M365880</guid>
      <dc:creator />
      <dc:date>2016-06-14T06:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date greater than condition</title>
      <link>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104454#M365881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keerthi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It depends on where you use it, if you use it on a graph where the dimension is u_id, yes, it is &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;almost &lt;/SPAN&gt;&lt;/SPAN&gt;correct. You don't need Aggr function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(Date(Max(S_Date),'DD-MM-YYYY')&amp;gt;=Date('01-04-2016','DD-MM-YYYY'),'True','False')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But, &lt;SPAN lang="en"&gt;it is better that you attach your &lt;SPAN&gt;application&lt;/SPAN&gt; &lt;SPAN&gt;to view&lt;/SPAN&gt; &lt;SPAN&gt;and analyze it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Regards!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 07:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104454#M365881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-14T07:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date greater than condition</title>
      <link>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104455#M365882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use date# to interpret it as date and compare with Actual date field&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: 13px;"&gt;If(Date(aggr(Max(S_Date) ,U_ID),'DD-MM-YYYY')&amp;gt;=Date#('01-04-2016','DD-MM-YYYY'),'True','False')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 07:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104455#M365882</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-14T07:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date greater than condition</title>
      <link>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104456#M365883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using &lt;/P&gt;&lt;P&gt;Date# function insted of Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 07:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104456#M365883</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-06-14T07:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date greater than condition</title>
      <link>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104457#M365884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;aggr(Max(S_Date) ,U_ID) as Calculated Dimension in my table. I want to display True if S_Date is greater than &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;01-04-2016 else False.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i use the condition Dimensions will be displayed twice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 08:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104457#M365884</guid>
      <dc:creator />
      <dc:date>2016-06-14T08:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date greater than condition</title>
      <link>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104458#M365885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this as your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Max(S_Date) &amp;gt;= MakeDate(2016, 4, 1), 'True', 'False')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 09:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-greater-than-condition/m-p/1104458#M365885</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-14T09:57:34Z</dc:date>
    </item>
  </channel>
</rss>

