<?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 get the difference between two dates like YY-MM-DD? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-difference-between-two-dates-like-YY-MM-DD/m-p/767751#M272693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikheads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me ,How to get the difference between two dates like YY-MM-DD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Jan 2015 04:19:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-11T04:19:05Z</dc:date>
    <item>
      <title>How to get the difference between two dates like YY-MM-DD?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-difference-between-two-dates-like-YY-MM-DD/m-p/767751#M272693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikheads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me ,How to get the difference between two dates like YY-MM-DD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2015 04:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-difference-between-two-dates-like-YY-MM-DD/m-p/767751#M272693</guid>
      <dc:creator />
      <dc:date>2015-01-11T04:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the difference between two dates like YY-MM-DD?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-difference-between-two-dates-like-YY-MM-DD/m-p/767752#M272694</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;Use like Date(Date#('Today()','YY-MM-DD') - Date#('14-12-12','YY-MM-DD') , 'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info check the blog mentioned below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4002"&gt;The Date Function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vignesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2015 05:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-difference-between-two-dates-like-YY-MM-DD/m-p/767752#M272694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-11T05:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the difference between two dates like YY-MM-DD?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-difference-between-two-dates-like-YY-MM-DD/m-p/767753#M272695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the internal function Age(param1,param2) where param1 and param2 are your two dates. It returns the difference in number of days. There is also a macro that can return years, months, days of difference. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2015 05:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-difference-between-two-dates-like-YY-MM-DD/m-p/767753#M272695</guid>
      <dc:creator />
      <dc:date>2015-01-11T05:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the difference between two dates like YY-MM-DD?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-difference-between-two-dates-like-YY-MM-DD/m-p/767754#M272696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry is in years not days.&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;age('2007-10-29', '2005-10-29') returns 2&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also check these threads:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikcommunity.com/thread/69414" title="http://www.qlikcommunity.com/thread/69414"&gt;Difference between two dates in Year,Month and ... | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2015 06:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-difference-between-two-dates-like-YY-MM-DD/m-p/767754#M272696</guid>
      <dc:creator />
      <dc:date>2015-01-11T06:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the difference between two dates like YY-MM-DD?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-difference-between-two-dates-like-YY-MM-DD/m-p/767755#M272697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if both are in same format then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date1-date2 as diffrence&lt;/P&gt;&lt;P&gt;other wise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(date1,'YY-MM-DD') - DATE(date2,'YY-MM-DD') AS DIFFERENCE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;interval(Date1-Date2,'DD')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;age(Date1,date2)&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;DATE(date#(date1),'YY-MM-DD') - DATE(Date#(date2),'YY-MM-DD') AS DIFFERENCE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2015 06:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-difference-between-two-dates-like-YY-MM-DD/m-p/767755#M272697</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2015-01-11T06:23:15Z</dc:date>
    </item>
  </channel>
</rss>

