<?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: How to calculate the delay (number of days) between tow differents dates ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-calculate-the-delay-number-of-days-between-tow-differents/m-p/1423399#M429072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ceil(Interval(Date#(DateField2, 'MM/DD/YYYY hh:mm:ss') - Date#(DateField1, 'MM/DD/YYYY hh:mm:ss'), 'DD' ))&lt;/STRONG&gt;&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;simply This,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ceil(Interval (Date2-Date1,'DD'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Above ,You can mod according to your date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2017 13:07:41 GMT</pubDate>
    <dc:creator>HirisH_V7</dc:creator>
    <dc:date>2017-09-01T13:07:41Z</dc:date>
    <item>
      <title>How to calculate the delay (number of days) between tow differents dates ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-the-delay-number-of-days-between-tow-differents/m-p/1423396#M429069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to calculate the delay (number of days) between two differents dates ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx a lot&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 12:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-the-delay-number-of-days-between-tow-differents/m-p/1423396#M429069</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2017-09-01T12:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the delay (number of days) between tow differents dates ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-the-delay-number-of-days-between-tow-differents/m-p/1423397#M429070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be just this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date2 - Date1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 12:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-the-delay-number-of-days-between-tow-differents/m-p/1423397#M429070</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-01T12:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the delay (number of days) between tow differents dates ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-the-delay-number-of-days-between-tow-differents/m-p/1423398#M429071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want simply the number of days you can substract the first Date from the second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want the number of working days, you can use NetworkDays() function in the same way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 12:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-the-delay-number-of-days-between-tow-differents/m-p/1423398#M429071</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-09-01T12:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the delay (number of days) between tow differents dates ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-the-delay-number-of-days-between-tow-differents/m-p/1423399#M429072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ceil(Interval(Date#(DateField2, 'MM/DD/YYYY hh:mm:ss') - Date#(DateField1, 'MM/DD/YYYY hh:mm:ss'), 'DD' ))&lt;/STRONG&gt;&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;simply This,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ceil(Interval (Date2-Date1,'DD'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Above ,You can mod according to your date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 13:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-the-delay-number-of-days-between-tow-differents/m-p/1423399#M429072</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2017-09-01T13:07:41Z</dc:date>
    </item>
  </channel>
</rss>

