<?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: Difference between days excluding weekends and holidays? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-days-excluding-weekends-and-holidays/m-p/1045577#M351541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have al ook at the NetworkDays() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Help entry for it from the QV Desktop Help :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;networkdays (start:date, end_date {, holiday}) &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Returns the number of working days (Monday-Friday) between and including start_date and end_date taking into account any optionally listed holidays. All parameters should be valid dates or timestamps. &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Examples:&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;networkdays ('2007-02-19', '2007-03-01') returns 9&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;networkdays ('2006-12-18', '2006-12-31', '2006-12-25', '2006-12-26') returns 8&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2016 14:50:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-22T14:50:17Z</dc:date>
    <item>
      <title>Difference between days excluding weekends and holidays?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-days-excluding-weekends-and-holidays/m-p/1045575#M351539</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 want to get the difference between start date and end date for a process excluding weekends and holidays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 14:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-days-excluding-weekends-and-holidays/m-p/1045575#M351539</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2016-03-22T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between days excluding weekends and holidays?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-days-excluding-weekends-and-holidays/m-p/1045576#M351540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/850130"&gt;Exclude Weekends (Friday and Saturday) and non working hours from Dates Difference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/952989"&gt;Re: Finding working days excluding weekend and holidays&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 14:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-days-excluding-weekends-and-holidays/m-p/1045576#M351540</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-22T14:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between days excluding weekends and holidays?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-days-excluding-weekends-and-holidays/m-p/1045577#M351541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have al ook at the NetworkDays() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Help entry for it from the QV Desktop Help :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;networkdays (start:date, end_date {, holiday}) &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Returns the number of working days (Monday-Friday) between and including start_date and end_date taking into account any optionally listed holidays. All parameters should be valid dates or timestamps. &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Examples:&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;networkdays ('2007-02-19', '2007-03-01') returns 9&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;networkdays ('2006-12-18', '2006-12-31', '2006-12-25', '2006-12-26') returns 8&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 14:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-days-excluding-weekends-and-holidays/m-p/1045577#M351541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-22T14:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between days excluding weekends and holidays?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-days-excluding-weekends-and-holidays/m-p/1045578#M351542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The networkdays() function will do this. You need to provide the start date, end date and a comma separated list of holiday dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the concat() function to generate the comma separated list of holidays in a separate table and then p[eek the result into a variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 14:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-days-excluding-weekends-and-holidays/m-p/1045578#M351542</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-03-22T14:54:34Z</dc:date>
    </item>
  </channel>
</rss>

