<?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: Exclude sunday in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122718#M369867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/731527"&gt;Re: Exclude Sunday&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/83907"&gt;How to exclude Saturday, Sunday &amp;amp;amp; Public holiday?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 May 2016 12:32:02 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-05-11T12:32:02Z</dc:date>
    <item>
      <title>Exclude sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122717#M369866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;1) how can i calculated the data excluding only sunday's in a year .&lt;/P&gt;&lt;P&gt;2) how can i calculated the data excluding both saturday and&amp;nbsp; sunday's in a year .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 12:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122717#M369866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T12:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122718#M369867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/731527"&gt;Re: Exclude Sunday&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/83907"&gt;How to exclude Saturday, Sunday &amp;amp;amp; Public holiday?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 12:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122718#M369867</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-05-11T12:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122719#M369868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Where you want to exclude... Front end or back end?&lt;/P&gt;&lt;P&gt;2) exclude means what here? You don't want to load those records or want to exclude them while doing some calculations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 12:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122719#M369868</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-11T12:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122720#M369869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anusha, &lt;/P&gt;&lt;P&gt;what do you mean by calculate? in the front end or in the loading script.&lt;/P&gt;&lt;P&gt;There are a lot of ways for achieving this using:&lt;/P&gt;&lt;P&gt;-networkdays &lt;/P&gt;&lt;P&gt;-weekday&lt;/P&gt;&lt;P&gt;-Etc&lt;/P&gt;&lt;P&gt;Please elaborate more in order to be able to help you.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 12:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122720#M369869</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-05-11T12:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122721#M369870</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;If you want to count no of days in year excluding sunday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in script create flag to identify sunday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like if(wildmatch(Weekday(datefield),'Sunday'),'weekend','weekday') as flag&lt;/P&gt;&lt;P&gt;and in front end use&lt;/P&gt;&lt;P&gt;count({&amp;lt;flag={'weekday'}&amp;gt;}datefield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2: If you want to exclude Saturday and Sunday both then use networkday()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 12:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122721#M369870</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-05-11T12:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122722#M369871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;1) how can i calculated the data excluding only sunday's in a year .&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;* You can create a flag in your master calendar for identifying the Sunday ..like &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;if(weekday(date_field)='Sun',1,0) as Sunday_flag, while doing the calculation using this flag to eliminate the Sunday values&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;2) how can i calculated the data excluding both saturday and&amp;nbsp; sunday's in a year .&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;* you &lt;STRONG&gt;Networkingdays() function it will automatically eliminate the Saturday and Sunday &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 12:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122722#M369871</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-05-11T12:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122723#M369872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Backend ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 13:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122723#M369872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T13:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122724#M369873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in the script for Exclude Saturday and Sunday.&lt;/P&gt;&lt;P&gt;Load your data in a Temp table and at the end do this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TBLFACT_TEMP:&lt;/P&gt;&lt;P&gt;noconcatenate LOAD *,&lt;/P&gt;&lt;P&gt;if(weekday(Date)&amp;gt;4,'X') as Weekend&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //This for identify Saturday and Sunday for only sunday put &amp;gt; 5&lt;/P&gt;&lt;P&gt;RESIDENT TBLFACT;&lt;/P&gt;&lt;P&gt;Drop Table TBLFACT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TBLFACT:&lt;/P&gt;&lt;P&gt;noconcatenate LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT TBLFACT_TEMP&amp;nbsp; &lt;/P&gt;&lt;P&gt;where Weekend &amp;lt;&amp;gt; 'X';&lt;/P&gt;&lt;P&gt;DROP TABLE TBLFACT_TEMP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emilien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 13:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122724#M369873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T13:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122725#M369874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 15:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122725#M369874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T15:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122726#M369875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 15:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122726#M369875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T15:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122727#M369876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have got the answer, mark the correct answer and helpful answers so that it will be helpful for other members who have similar question &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 15:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-sunday/m-p/1122727#M369876</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-05-11T15:50:51Z</dc:date>
    </item>
  </channel>
</rss>

