<?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: datediff in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/datediff/m-p/715967#M257491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/47580"&gt;How Do I Get the Number of Months Between Two Dates?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2014 08:00:23 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-09-17T08:00:23Z</dc:date>
    <item>
      <title>datediff</title>
      <link>https://community.qlik.com/t5/QlikView/datediff/m-p/715964#M257488</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;how can i determine the difference in months between two given dates (in LOAD script) where the first date would always be the 1st month and the second date always be the nth month after the first date. example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date 1: 2012-03-15&lt;/P&gt;&lt;P&gt;date 2: 2013-01-04&lt;/P&gt;&lt;P&gt;diff: 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for some help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 07:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/datediff/m-p/715964#M257488</guid>
      <dc:creator />
      <dc:date>2014-09-17T07:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: datediff</title>
      <link>https://community.qlik.com/t5/QlikView/datediff/m-p/715965#M257489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load DIV(Date#(date2,'YYYY-M-D') - Date#(date1,'YYYY-M-D'),30)+1;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;date1,date2&lt;/P&gt;&lt;P&gt;2012-03-15, 2012-04-04 ]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 07:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/datediff/m-p/715965#M257489</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-09-17T07:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: datediff</title>
      <link>https://community.qlik.com/t5/QlikView/datediff/m-p/715966#M257490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Month(Date#('2013-01-04','YYYY-MM-DD')) + Year(Date#('2013-01-04','YYYY-MM-DD'))*12 - (Month(Date#('2012-03-15','YYYY-MM-DD')) + Year(Date#('2012-03-15','YYYY-MM-DD'))*12) as DateDifference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month(Date#(DATE2,'YYYY-MM-DD')) + Year(Date#(DATE1,'YYYY-MM-DD'))*12 - (Month(Date#(DATE2,'YYYY-MM-DD')) + Year(Date#(DATE1,'YYYY-MM-DD'))*12) as DateDifference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 07:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/datediff/m-p/715966#M257490</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-17T07:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: datediff</title>
      <link>https://community.qlik.com/t5/QlikView/datediff/m-p/715967#M257491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/47580"&gt;How Do I Get the Number of Months Between Two Dates?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 08:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/datediff/m-p/715967#M257491</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-09-17T08:00:23Z</dc:date>
    </item>
  </channel>
</rss>

