<?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 Issue in business days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-in-business-days/m-p/876848#M1003085</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;Can someone please help me with this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submitted Date - 06/02/2015&lt;BR /&gt;Decision Date - 06/04/2015&lt;/P&gt;&lt;P&gt;I want to calculate calendar days and business days&lt;/P&gt;&lt;P&gt;Calendar days = [Decision Date] - [Submitted Date]&lt;BR /&gt;It returned 2, which is correct&lt;/P&gt;&lt;P&gt;But for business days&lt;/P&gt;&lt;P&gt;I wrote the expression as, =NetWorkDays([Decision Date] , [Submitted Date])&lt;BR /&gt;I'm getting result as 0 &lt;BR /&gt;But it should also be 2 right, since there are no holidays between June 2 and June 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 14:48:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-11T14:48:35Z</dc:date>
    <item>
      <title>Issue in business days</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-business-days/m-p/876848#M1003085</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;Can someone please help me with this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submitted Date - 06/02/2015&lt;BR /&gt;Decision Date - 06/04/2015&lt;/P&gt;&lt;P&gt;I want to calculate calendar days and business days&lt;/P&gt;&lt;P&gt;Calendar days = [Decision Date] - [Submitted Date]&lt;BR /&gt;It returned 2, which is correct&lt;/P&gt;&lt;P&gt;But for business days&lt;/P&gt;&lt;P&gt;I wrote the expression as, =NetWorkDays([Decision Date] , [Submitted Date])&lt;BR /&gt;I'm getting result as 0 &lt;BR /&gt;But it should also be 2 right, since there are no holidays between June 2 and June 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-business-days/m-p/876848#M1003085</guid>
      <dc:creator />
      <dc:date>2015-06-11T14:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in business days</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-business-days/m-p/876849#M1003086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i get 3 (I have DD/MM/YYYY)&lt;/P&gt;&lt;P&gt;=NetWorkDays('02/06/2015', '04/06/2015')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NetWorkDays([Submitted Date], &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Decision Date] &lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;from Qlik help&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor526"&gt;&lt;/A&gt;&lt;A name="networkdays"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;EM&gt;networkdays (&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="Italic"&gt;start:date, end_date {, holiday}&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Returns the number of working days (Monday-Friday) between and &lt;STRONG&gt;including &lt;/STRONG&gt;&lt;SPAN class="Italic"&gt;start_date&lt;/SPAN&gt; and &lt;SPAN class="Italic"&gt;end_date&lt;/SPAN&gt; taking into account any optionally listed &lt;SPAN class="Italic"&gt;holidays&lt;/SPAN&gt;. All parameters should be valid dates or timestamps. &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-business-days/m-p/876849#M1003086</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-11T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in business days</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-business-days/m-p/876850#M1003087</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 think the expression should be Initial Date, Final Date:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=NetWorkDays([Submitted Date],&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Decision Date]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-business-days/m-p/876850#M1003087</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-06-11T14:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in business days</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-business-days/m-p/876851#M1003088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that the problem is due to date format ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-business-days/m-p/876851#M1003088</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-11T14:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in business days</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-business-days/m-p/876852#M1003089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=NetWorkDays([Submitted Date],&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Decision Date],{optional for no of holydays}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 15:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-business-days/m-p/876852#M1003089</guid>
      <dc:creator>pratap6699</dc:creator>
      <dc:date>2015-06-11T15:22:21Z</dc:date>
    </item>
  </channel>
</rss>

