<?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 Skip Holiday in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Skip-Holiday/m-p/333322#M122849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunil thanks for the help but , I dont have the end date,&amp;nbsp; i want to calculate it using some criterias and skipping holidays, if they fall in between.&lt;/P&gt;&lt;P&gt;So i want some way by which i can skip the dates in my logic&amp;nbsp; when holiday falls. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2012 10:10:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-03T10:10:56Z</dc:date>
    <item>
      <title>Skip Holiday</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-Holiday/m-p/333320#M122847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;/P&gt;&lt;P&gt;i want calculate a end date for a case which comes into the system based on its open date. but i want so skip the holidays if they fall in between.&lt;/P&gt;&lt;P&gt;I have the list of holidays. can some one suggest me something for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 07:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-Holiday/m-p/333320#M122847</guid>
      <dc:creator />
      <dc:date>2012-05-03T07:44:41Z</dc:date>
    </item>
    <item>
      <title>Skip Holiday</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-Holiday/m-p/333321#M122848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor521"&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;you can add holidays seperated by comma at tha end in bracket &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 07:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-Holiday/m-p/333321#M122848</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-05-03T07:53:24Z</dc:date>
    </item>
    <item>
      <title>Skip Holiday</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-Holiday/m-p/333322#M122849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunil thanks for the help but , I dont have the end date,&amp;nbsp; i want to calculate it using some criterias and skipping holidays, if they fall in between.&lt;/P&gt;&lt;P&gt;So i want some way by which i can skip the dates in my logic&amp;nbsp; when holiday falls. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 10:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-Holiday/m-p/333322#M122849</guid>
      <dc:creator />
      <dc:date>2012-05-03T10:10:56Z</dc:date>
    </item>
    <item>
      <title>Skip Holiday</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-Holiday/m-p/333323#M122850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we use calculated at place of enddate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use variable for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 10:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-Holiday/m-p/333323#M122850</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-05-03T10:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Holiday</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-Holiday/m-p/333324#M122851</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 think what you are looking for is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LastWorkDate(&amp;lt;startdate&amp;gt;, &amp;lt;number of work days&amp;gt;, &amp;lt;holiday date 1&amp;gt;, &amp;lt;holiday date 2&amp;gt;, ....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually store a the holiday dates in a variable as a comma separated, quoted list of dates. So then I call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LastWorkDate(OpenDate, 10, $(vHolidayList))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... for the 10th working day following OpenDate (including OpenDate, if it is a work date) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 10:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-Holiday/m-p/333324#M122851</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-05-03T10:43:26Z</dc:date>
    </item>
  </channel>
</rss>

