<?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 How to solve date Issues in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-solve-date-Issues/m-p/304053#M1200506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to load dates field into QlikView and am trying to specify the month name by using monthname or month functions but its not working.&lt;/P&gt;&lt;P&gt;Original date fields data looks like this: &lt;STRONG&gt;15/07/1992 12:00:00 AM.&lt;/STRONG&gt; I want to extract month names from this field but I couldn't, when using monthname function its returning the first day of the month 1/07/1992 12:00:00 AM, and when using month function it is returning wrong dates (in year 1900) .&lt;/P&gt;&lt;P&gt;My other question is that I want to load dates upon condition i.e, I want only dates which are greater than 1/01/2011.How can i do that.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Fayez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Feb 2011 10:28:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-07T10:28:24Z</dc:date>
    <item>
      <title>How to solve date Issues</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-solve-date-Issues/m-p/304053#M1200506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to load dates field into QlikView and am trying to specify the month name by using monthname or month functions but its not working.&lt;/P&gt;&lt;P&gt;Original date fields data looks like this: &lt;STRONG&gt;15/07/1992 12:00:00 AM.&lt;/STRONG&gt; I want to extract month names from this field but I couldn't, when using monthname function its returning the first day of the month 1/07/1992 12:00:00 AM, and when using month function it is returning wrong dates (in year 1900) .&lt;/P&gt;&lt;P&gt;My other question is that I want to load dates upon condition i.e, I want only dates which are greater than 1/01/2011.How can i do that.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Fayez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 10:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-solve-date-Issues/m-p/304053#M1200506</guid>
      <dc:creator />
      <dc:date>2011-02-07T10:28:24Z</dc:date>
    </item>
    <item>
      <title>How to solve date Issues</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-solve-date-Issues/m-p/304054#M1200507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try in this way&lt;/P&gt;&lt;P&gt;MONTH(DATE('&lt;STRONG&gt;15/07/1992 ','DD/MM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;first thing use like this in your script suppose if your date field name is TargetDate then use&lt;/P&gt;&lt;P&gt;MONTH(DATE(TARGETDATE,'DD/MM/YYYY'))&lt;/P&gt;&lt;P&gt;this will give u the months&lt;/P&gt;&lt;P&gt;and in the same way apply filter condition i.e DATE(TARGETDATE,'DD/MM/YYYY') &amp;gt; '01/01/2011'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is not working then send sample data.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 11:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-solve-date-Issues/m-p/304054#M1200507</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2011-02-07T11:29:12Z</dc:date>
    </item>
    <item>
      <title>How to solve date Issues</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-solve-date-Issues/m-p/304055#M1200508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;the first one is working fine..&lt;/P&gt;&lt;P&gt;Now regarding the date &amp;gt;'01/01/2010' it is returning 0 &amp;amp; -1, what i actually need is to return all the date above this day.&lt;/P&gt;&lt;P&gt;Thank you agian.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Fayez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 13:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-solve-date-Issues/m-p/304055#M1200508</guid>
      <dc:creator />
      <dc:date>2011-02-07T13:07:56Z</dc:date>
    </item>
    <item>
      <title>How to solve date Issues</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-solve-date-Issues/m-p/304056#M1200509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;the first one is working fine..&lt;/P&gt;&lt;P&gt;Now regarding the date &amp;gt;'01/01/2010' it is returning 0 &amp;amp; -1, what i actually need is to return all the date above this day.&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Fayez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 13:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-solve-date-Issues/m-p/304056#M1200509</guid>
      <dc:creator />
      <dc:date>2011-02-07T13:08:01Z</dc:date>
    </item>
  </channel>
</rss>

