<?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: Formula for difference between two dates in months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formula-for-difference-between-two-dates-in-months/m-p/534865#M199815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, I'm a little annoyed with myself for not coming up with this on my own.&amp;nbsp; I think I was over complicating matters when a simple formula would do what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for spotting this and helping me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 10:52:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-18T10:52:11Z</dc:date>
    <item>
      <title>Formula for difference between two dates in months</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-for-difference-between-two-dates-in-months/m-p/534862#M199812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a formula that will tell me the difference between a start date in whole months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp; Start Date 15/07/12, End Date 2/12/13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should result in 18 months, as regardless of the day it starts/finishes, the whole month counts as one, i.e. a Start date of the 1st is treated the same as if it were the 31st.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried using interval but it doesn't seem to come out with the results I want.&amp;nbsp; Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 09:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-for-difference-between-two-dates-in-months/m-p/534862#M199812</guid>
      <dc:creator />
      <dc:date>2013-09-18T09:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for difference between two dates in months</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-for-difference-between-two-dates-in-months/m-p/534863#M199813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Year(enddate)-Year(startdate))*12+13-month(startdate)-(12-month(enddate))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 09:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-for-difference-between-two-dates-in-months/m-p/534863#M199813</guid>
      <dc:creator />
      <dc:date>2013-09-18T09:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for difference between two dates in months</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-for-difference-between-two-dates-in-months/m-p/534864#M199814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this discussion: &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, 18 Sep 2013 10:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-for-difference-between-two-dates-in-months/m-p/534864#M199814</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-18T10:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for difference between two dates in months</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-for-difference-between-two-dates-in-months/m-p/534865#M199815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, I'm a little annoyed with myself for not coming up with this on my own.&amp;nbsp; I think I was over complicating matters when a simple formula would do what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for spotting this and helping me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 10:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-for-difference-between-two-dates-in-months/m-p/534865#M199815</guid>
      <dc:creator />
      <dc:date>2013-09-18T10:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for difference between two dates in months</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-for-difference-between-two-dates-in-months/m-p/534866#M199816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries, that's what this forum is for!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 11:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-for-difference-between-two-dates-in-months/m-p/534866#M199816</guid>
      <dc:creator />
      <dc:date>2013-09-18T11:33:47Z</dc:date>
    </item>
  </channel>
</rss>

