<?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 Net work Days in current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151639#M376230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi Guys&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I want to count average sales per day. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am counting total sales for the current month by using following expression.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Month&lt;/SPAN&gt;(&lt;SPAN style="color: #993300;"&gt;[Completion Date]&lt;/SPAN&gt;) = &lt;SPAN style="color: #0000ff;"&gt;Month&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Today&lt;/SPAN&gt;()), &lt;SPAN style="color: #993300;"&gt;OrderId&lt;/SPAN&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;How to get number of total working days in present month? &lt;/STRONG&gt;to divide with above expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2016 00:59:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-23T00:59:32Z</dc:date>
    <item>
      <title>Net work Days in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151639#M376230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi Guys&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I want to count average sales per day. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am counting total sales for the current month by using following expression.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Month&lt;/SPAN&gt;(&lt;SPAN style="color: #993300;"&gt;[Completion Date]&lt;/SPAN&gt;) = &lt;SPAN style="color: #0000ff;"&gt;Month&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Today&lt;/SPAN&gt;()), &lt;SPAN style="color: #993300;"&gt;OrderId&lt;/SPAN&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;How to get number of total working days in present month? &lt;/STRONG&gt;to divide with above expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 00:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151639#M376230</guid>
      <dc:creator />
      <dc:date>2016-08-23T00:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Net work Days in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151640#M376231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NetWorkDays(Floor(MonthStart(Today())), Floor(MonthEnd(Today())))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 01:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151640#M376231</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-23T01:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Net work Days in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151641#M376232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression is giving me total as 23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do I exclude weekends?&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, 23 Aug 2016 01:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151641#M376232</guid>
      <dc:creator />
      <dc:date>2016-08-23T01:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Net work Days in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151642#M376233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think weekends are already excluded here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 01:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151642#M376233</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-23T01:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Net work Days in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151643#M376234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see 23 weekdays in the month of August&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135214_Capture.PNG" style="height: auto;" /&gt; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 01:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151643#M376234</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-23T01:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Net work Days in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151644#M376235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because today is 23 August and if you subtract 6 weekends then it should give you total as 17 !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 01:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151644#M376235</guid>
      <dc:creator />
      <dc:date>2016-08-23T01:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Net work Days in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151645#M376236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh now i got your point lol... i wanted MTD weekedays &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for confusion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 01:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151645#M376236</guid>
      <dc:creator />
      <dc:date>2016-08-23T01:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Net work Days in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151646#M376237</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;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NetWorkDays(Floor(MonthStart(Today())), Today())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 01:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Net-work-Days-in-current-month/m-p/1151646#M376237</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-23T01:43:34Z</dc:date>
    </item>
  </channel>
</rss>

