<?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: current working day count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358747#M839866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then use the networkingday() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor523"&gt;&lt;/A&gt;&lt;A name="networkdays"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;networkdays (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;start:date, end_date {, holiday}&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the number of working days (Monday-Friday) between and including &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;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;networkdays ('2007-02-19', '2007-03-01')&lt;/SPAN&gt; returns 9&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;networkdays ('2006-12-18', '2006-12-31', '2006-12-25', '2006-12-26')&lt;/SPAN&gt; returns 8&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 May 2017 14:01:14 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2017-05-03T14:01:14Z</dc:date>
    <item>
      <title>current working day count</title>
      <link>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358742#M839861</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 need a expression how to calculate the working day in month.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;April- 23&lt;/P&gt;&lt;P&gt;May- 3 (as of today three working days)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I see tomorrow it should display as &lt;/P&gt;&lt;P&gt;April -23&lt;/P&gt;&lt;P&gt;May-4 (if i see tomorrow four working days)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve it can any body help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Yoganantha Prakash G P&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/current-working-day-count/m-p/1358742#M839861</guid>
      <dc:creator>yoganantha321</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: current working day count</title>
      <link>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358743#M839862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's assume you have a flag field like [Working day]:&lt;/P&gt;&lt;P&gt;1. 1 - stands for working day&lt;/P&gt;&lt;P&gt;2. 0 - it 's not a working day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try this:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date = {"&amp;lt;=$(=Today())"}&amp;gt;} [Working day])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As dimension use&amp;nbsp; [Year, month]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 13:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358743#M839862</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2017-05-03T13:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: current working day count</title>
      <link>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358744#M839863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What defines a workday? Monday to Friday? and do you have a list of holidays you would want to exclude?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 13:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358744#M839863</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-03T13:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: current working day count</title>
      <link>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358745#M839864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Monday to Friday only Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 13:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358745#M839864</guid>
      <dc:creator>yoganantha321</dc:creator>
      <dc:date>2017-05-03T13:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: current working day count</title>
      <link>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358746#M839865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NetWorkDays(Monthstart(today()), today() )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/de-DE/qlikview/12.0/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/networkdays.htm" title="https://help.qlik.com/de-DE/qlikview/12.0/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/networkdays.htm"&gt;https://help.qlik.com/de-DE/qlikview/12.0/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/networkdays.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 13:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358746#M839865</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-05-03T13:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: current working day count</title>
      <link>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358747#M839866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then use the networkingday() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor523"&gt;&lt;/A&gt;&lt;A name="networkdays"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;networkdays (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;start:date, end_date {, holiday}&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the number of working days (Monday-Friday) between and including &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;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;networkdays ('2007-02-19', '2007-03-01')&lt;/SPAN&gt; returns 9&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;networkdays ('2006-12-18', '2006-12-31', '2006-12-25', '2006-12-26')&lt;/SPAN&gt; returns 8&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 14:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358747#M839866</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-03T14:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: current working day count</title>
      <link>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358748#M839867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 14:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358748#M839867</guid>
      <dc:creator>yoganantha321</dc:creator>
      <dc:date>2017-05-03T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: current working day count</title>
      <link>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358749#M839868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="script_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-weight: bold; font-size: 12px; color: #0f0f0f;"&gt;networkdays(&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; color: #0f0f0f;"&gt;monthstart(today()), today&lt;/SPAN&gt;&lt;SPAN class="statement" style="font-weight: bold; color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 15:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-working-day-count/m-p/1358749#M839868</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2017-05-03T15:57:25Z</dc:date>
    </item>
  </channel>
</rss>

