<?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: Convert NetWorkingDays to Total days given the start date and working days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-NetWorkingDays-to-Total-days-given-the-start-date-and/m-p/556264#M207666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the lastworkdate function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the help file:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="Bold"&gt;lastworkdate(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;start_date, no_of_workdays {, holiday}&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Returns the earliest ending date to achieve &lt;SPAN class="Italic"&gt;number_of_workdays&lt;/SPAN&gt; (Monday-Friday) if starting at &lt;SPAN class="Italic"&gt;start_date&lt;/SPAN&gt; taking into account any optionally listed &lt;SPAN class="Italic"&gt;holidays&lt;/SPAN&gt;. &lt;SPAN class="Italic"&gt;Start_date&lt;/SPAN&gt; and &lt;SPAN class="Italic"&gt;holiday&lt;/SPAN&gt; should be valid dates or timestamps. &lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;STRONG&gt;Examples:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;lastworkdate ('2007-02-19', 9)&lt;/SPAN&gt; returns '2007-03-01'&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;lastworkdate ('2006-12-18', 8, '2006-12-25', '2006-12-26')&lt;/SPAN&gt; returns '2006-12-29'&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2013 12:24:34 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-07-09T12:24:34Z</dc:date>
    <item>
      <title>Convert NetWorkingDays to Total days given the start date and working days</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-NetWorkingDays-to-Total-days-given-the-start-date-and/m-p/556263#M207665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community!&lt;/P&gt;&lt;P&gt;I am working with a 'Start Date' value and trying to calculate the 'EtartDate' based on standard working time (Lets set it to 10 for my example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example :&lt;/P&gt;&lt;P&gt;Start Date + 10 working days + Weekends = End Date&lt;/P&gt;&lt;P&gt;04-Jul +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 working days + 4 Days&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 17-Jul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I need something which is the opposite of NetworkDays function,&lt;/P&gt;&lt;P&gt;A function that will convert NetWorkingDays to Total days given the start date and working days.&lt;/P&gt;&lt;P&gt;Any suggestions or examples? Either would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ori&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 12:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-NetWorkingDays-to-Total-days-given-the-start-date-and/m-p/556263#M207665</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2013-07-09T12:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Convert NetWorkingDays to Total days given the start date and working days</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-NetWorkingDays-to-Total-days-given-the-start-date-and/m-p/556264#M207666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the lastworkdate function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the help file:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="Bold"&gt;lastworkdate(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;start_date, no_of_workdays {, holiday}&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Returns the earliest ending date to achieve &lt;SPAN class="Italic"&gt;number_of_workdays&lt;/SPAN&gt; (Monday-Friday) if starting at &lt;SPAN class="Italic"&gt;start_date&lt;/SPAN&gt; taking into account any optionally listed &lt;SPAN class="Italic"&gt;holidays&lt;/SPAN&gt;. &lt;SPAN class="Italic"&gt;Start_date&lt;/SPAN&gt; and &lt;SPAN class="Italic"&gt;holiday&lt;/SPAN&gt; should be valid dates or timestamps. &lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;STRONG&gt;Examples:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;lastworkdate ('2007-02-19', 9)&lt;/SPAN&gt; returns '2007-03-01'&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;lastworkdate ('2006-12-18', 8, '2006-12-25', '2006-12-26')&lt;/SPAN&gt; returns '2006-12-29'&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 12:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-NetWorkingDays-to-Total-days-given-the-start-date-and/m-p/556264#M207666</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-09T12:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Convert NetWorkingDays to Total days given the start date and working days</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-NetWorkingDays-to-Total-days-given-the-start-date-and/m-p/556265#M207667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Gysbert, that's exactly what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 12:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-NetWorkingDays-to-Total-days-given-the-start-date-and/m-p/556265#M207667</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2013-07-09T12:32:26Z</dc:date>
    </item>
  </channel>
</rss>

