<?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: Days counts between two dates. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323204#M831293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use =NetWorkDays('2017-06-01',(today())) for counting weekdays&lt;/P&gt;&lt;P&gt;and subtract it from the total no. of days&amp;nbsp; to count the weekends.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2017 12:44:22 GMT</pubDate>
    <dc:creator>prat1507</dc:creator>
    <dc:date>2017-06-20T12:44:22Z</dc:date>
    <item>
      <title>Days counts between two dates.</title>
      <link>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323203#M831292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a start and end date and I wish to find how many week days(Mon-Friday) and week end (Sat-Sun) were between the dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Start_date=17.12.2014(Wed) &lt;/P&gt;&lt;P&gt;End_date = 22.12.2014(Monday) , I want&amp;nbsp; to know the how many weekdays and week end fall between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the dates exclusive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;desired output:&lt;/P&gt;&lt;P&gt;Number of weekdays&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number of Weekenddays&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; 2( for eg.Thu,Friday)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2(Sat,Sun)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can someone help me here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323203#M831292</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Days counts between two dates.</title>
      <link>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323204#M831293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use =NetWorkDays('2017-06-01',(today())) for counting weekdays&lt;/P&gt;&lt;P&gt;and subtract it from the total no. of days&amp;nbsp; to count the weekends.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 12:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323204#M831293</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-06-20T12:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Days counts between two dates.</title>
      <link>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323205#M831294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NetWorkDays(StartDate,EndDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 12:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323205#M831294</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-06-20T12:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Days counts between two dates.</title>
      <link>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323206#M831295</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;WeekDays&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NetWorkDays(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Start_date&lt;/SPAN&gt;+1, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;End_date &lt;/SPAN&gt;-1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WeekEnds&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;End_date &lt;/SPAN&gt; - &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Start_date&lt;/SPAN&gt; - 1 -NetWorkDays(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Start_date&lt;/SPAN&gt;+1, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;End_date &lt;/SPAN&gt;-1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 12:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323206#M831295</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T12:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Days counts between two dates.</title>
      <link>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323207#M831296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratyush,&lt;/P&gt;&lt;P&gt;Can you give me example for weekend counting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323207#M831296</guid>
      <dc:creator />
      <dc:date>2017-06-20T17:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Days counts between two dates.</title>
      <link>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323208#M831297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works perfectly!!. .Thanks for coming back &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain the logic ?&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, 20 Jun 2017 17:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323208#M831297</guid>
      <dc:creator />
      <dc:date>2017-06-20T17:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Days counts between two dates.</title>
      <link>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323209#M831298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I mark this thread as Resolved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323209#M831298</guid>
      <dc:creator />
      <dc:date>2017-06-20T17:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Days counts between two dates.</title>
      <link>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323210#M831299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323210#M831299</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T17:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Days counts between two dates.</title>
      <link>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323211#M831300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which of the two expressions are you not able to understand? First one is a function available in QlikView and Qlik Sense&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/networkdays.htm" title="http://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/networkdays.htm"&gt;networkdays - script and chart function ‒ Qlik Sense&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While other is just doing Total Difference - Working Days.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 02:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Days-counts-between-two-dates/m-p/1323211#M831300</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-21T02:18:26Z</dc:date>
    </item>
  </channel>
</rss>

