<?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 Exclude Sunday in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-Sunday/m-p/500548#M187068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have Calculated Ageing (Today() - Creation_Date). This Ageing i will use for Buckets (0-2 Days, 2-5 Days).&lt;/P&gt;&lt;P&gt;What i need is to exclude Number of Sundays falling between Ageing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. 3/10/2013 - 21/10/2013 = 17 Days coming as per Formula but the Final Answer should be 14 since 3 Sundays falling betwwen these 2 dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest some solution for it.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 17:01:58 GMT</pubDate>
    <dc:creator>aveeeeeee7en</dc:creator>
    <dc:date>2013-10-21T17:01:58Z</dc:date>
    <item>
      <title>Exclude Sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Sunday/m-p/500548#M187068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have Calculated Ageing (Today() - Creation_Date). This Ageing i will use for Buckets (0-2 Days, 2-5 Days).&lt;/P&gt;&lt;P&gt;What i need is to exclude Number of Sundays falling between Ageing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. 3/10/2013 - 21/10/2013 = 17 Days coming as per Formula but the Final Answer should be 14 since 3 Sundays falling betwwen these 2 dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest some solution for it.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 17:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Sunday/m-p/500548#M187068</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2013-10-21T17:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Sunday/m-p/500549#M187069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe similat to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD (today()-Creation_Date) - Div(Today()-Creation_Date,7) + (weekday(Creation_Date)&amp;gt;weekDay(Today())) as Ageing,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Creation_Date&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Creation_Date&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;20.10.2013&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;13.10.2013&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;19.10.2013&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;11.10.2013&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;14.10.2013&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;03.10.2013&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;03.10.2013 13:15:00&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculate the difference between the two dates, subtract the number of full weeks passed, and then check if remaining days passed a week border (if true, this will add -1).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 17:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Sunday/m-p/500549#M187069</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-21T17:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Sunday/m-p/500550#M187070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Sir. You are Great. Perfect.&lt;/P&gt;&lt;P&gt;I Really Love your Answers. Short and Simple + Powerful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 18:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Sunday/m-p/500550#M187070</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2013-10-21T18:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Sunday</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Sunday/m-p/500551#M187071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="5408" data-externalid="" data-presence="null" data-userid="15823" data-username="swuehl" href="https://community.qlik.com/people/swuehl"&gt;&lt;SPAN style="color: #3778c7;"&gt;swuehl&lt;/SPAN&gt;&lt;/A&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt; Your logic was really helpful for me. Thanks a lott. &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;But i have some additional requirement in which i have to exclude Sundays and National Holidays.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Please Help.. &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 13:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Sunday/m-p/500551#M187071</guid>
      <dc:creator>rohan_mulay</dc:creator>
      <dc:date>2015-03-13T13:47:10Z</dc:date>
    </item>
  </channel>
</rss>

