<?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 dates difference in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dates-difference/m-p/1415853#M427730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate the number of days of a case&amp;nbsp; = date_modif - date_creation without counting saturday and sundays, only working days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the two field date has this format : 8/28/2017 8:37:40 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2017 13:34:43 GMT</pubDate>
    <dc:creator>master_student</dc:creator>
    <dc:date>2017-09-26T13:34:43Z</dc:date>
    <item>
      <title>dates difference</title>
      <link>https://community.qlik.com/t5/QlikView/dates-difference/m-p/1415853#M427730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate the number of days of a case&amp;nbsp; = date_modif - date_creation without counting saturday and sundays, only working days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the two field date has this format : 8/28/2017 8:37:40 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 13:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-difference/m-p/1415853#M427730</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-09-26T13:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: dates difference</title>
      <link>https://community.qlik.com/t5/QlikView/dates-difference/m-p/1415854#M427731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use NetWorkDays() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NetWorkDays(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;date_creation, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;date_modif)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 13:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-difference/m-p/1415854#M427731</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-26T13:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: dates difference</title>
      <link>https://community.qlik.com/t5/QlikView/dates-difference/m-p/1415855#M427732</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;STRONG&gt;If(Not WildMatch(WeekDay(date_modif) and WeekDay(date_creation), 'Sat', 'Sun'), date_modif - date_creation)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(Not WildMatch(WeekDay(date_modif) and WeekDay(date_creation), 'Sat', 'Sun'), Interval(Date(Date#(date_modif,'M/DD/YYYY hh:mm:ss TT'),'DD-MM-YYYY') - &lt;STRONG style="font-size: 13.3333px;"&gt;Date(Date#(&lt;STRONG style="font-size: 13.3333px;"&gt;date_creation&lt;/STRONG&gt;,'M/DD/YYYY hh:mm:ss TT'),'DD-MM-YYYY'), 'DD')&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 13:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-difference/m-p/1415855#M427732</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-26T13:46:21Z</dc:date>
    </item>
  </channel>
</rss>

