<?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 Date not equal to...! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1628206#M446251</link>
    <description>&lt;P&gt;Thanks.&amp;nbsp; However, it's returning a number of '72686'...?&amp;nbsp; Any ideas why?&lt;/P&gt;</description>
    <pubDate>Wed, 25 Sep 2019 15:28:38 GMT</pubDate>
    <dc:creator>jlampard40</dc:creator>
    <dc:date>2019-09-25T15:28:38Z</dc:date>
    <item>
      <title>Max Date not equal to...!</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1628124#M446236</link>
      <description>&lt;P&gt;Hi guys.&amp;nbsp; I have a field called [AD_Request_Date] and I want Qlikview to show me (in a text box) what the maximum date is, for that field.&amp;nbsp; However, there is a date of 01/01/2099 which keeps coming up in the data which is used to signify a date which has not been entered.&amp;nbsp; I would like to therefore ignore that data, and just give me the max date in the field.&amp;nbsp; Can you help? Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1628124#M446236</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2024-11-16T02:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date not equal to...!</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1628180#M446248</link>
      <description>&lt;P&gt;Max({&amp;lt;[AD_Request_Date] -= {"01/01/2099"}&amp;gt;}[AD_Request_Date])&lt;/P&gt;&lt;P&gt;Or just in case there are other bogus dates in your data you might want to try this one...&lt;/P&gt;&lt;P&gt;Max({&amp;lt;[AD_Request_Date] = {"$(='&amp;lt;=' &amp;amp; Today())"}&amp;gt;}[AD_Request_Date])&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 14:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1628180#M446248</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2019-09-25T14:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date not equal to...!</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1628206#M446251</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; However, it's returning a number of '72686'...?&amp;nbsp; Any ideas why?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 15:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1628206#M446251</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2019-09-25T15:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date not equal to...!</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1628208#M446253</link>
      <description>&lt;P&gt;OK - I've used this:&lt;/P&gt;&lt;P&gt;=Date(max({&amp;lt;[AD_Request_Date] -= {'01/01/2099'}&amp;gt;}[AD_Request_Date]))&lt;/P&gt;&lt;P&gt;But it's still returning 01/01/2099 as the max date...!&amp;nbsp; Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 15:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1628208#M446253</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2019-09-25T15:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date not equal to...!</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1628320#M446258</link>
      <description>&lt;P&gt;sometimes qlik&amp;nbsp; is a little tricky with dates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Date(max({&amp;lt;[AD_Request_Date] -= {'$(=Date(Num('01/01/2099)))'}&amp;gt;}[AD_Request_Date]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If that does not help then I would suggest applying some date functions on your AD_Request_Date in the load script so it uses the default Qlik date format.&amp;nbsp; For example you probably want to do Date(Floor(Num(AD_Request_Date))) as AD_Request_Date in your load script.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 20:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1628320#M446258</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2019-09-25T20:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date not equal to...!</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1631281#M446478</link>
      <description>&lt;P&gt;James, did Chris' last post work for you?&amp;nbsp; If so, please be sure to use the Accept as Solution button on his post to give him credit for the help and let others know it worked.&amp;nbsp; If you did something different, consider posting that and then mark that post as the solution.&amp;nbsp; If you are still working on things, leave an update.&lt;/P&gt;
&lt;P&gt;Here are a couple of links from the Design Blog area that may be of some help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Dates-in-Set-Analysis/ba-p/1472511" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Dates-in-Set-Analysis/ba-p/1472511&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Why-don-t-my-dates-work/ba-p/1465849" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Why-don-t-my-dates-work/ba-p/1465849&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-Date-Function/ba-p/1463157" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-Date-Function/ba-p/1463157&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 21:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-not-equal-to/m-p/1631281#M446478</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-03T21:29:59Z</dc:date>
    </item>
  </channel>
</rss>

