<?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: Network Days Calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Network-Days-Calculation/m-p/865893#M302939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralf Narfeldt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2015 08:06:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-14T08:06:24Z</dc:date>
    <item>
      <title>Network Days Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Network-Days-Calculation/m-p/865890#M302936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using below variable to get previous 5 days back date &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(max([Trading Date])-5)&lt;/P&gt;&lt;P&gt;So the above return me : &lt;STRONG&gt;9/21/2014&lt;/STRONG&gt; if max([Trading Date]) is &lt;STRONG&gt;9/26/2014&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want previous 5 days back Working Date i.e.&lt;STRONG&gt; 9/19/2014&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same like above i have to use for getting 200 days back network date for analysis purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know how can i do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jitendra Kumar Vishwakarma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 07:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Network-Days-Calculation/m-p/865890#M302936</guid>
      <dc:creator />
      <dc:date>2015-07-14T07:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Network Days Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Network-Days-Calculation/m-p/865891#M302937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe with the function firstworkdate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is from QlikView help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor527"&gt;&lt;/A&gt;&lt;A name="firstworkdate"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;EM&gt;firstworkdate(&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="Italic"&gt;end_date, no_of_workdays {, holiday&lt;/SPAN&gt;} &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Returns the latest starting date to achieve number_of_workdays (Monday-Friday) ending no later than end_date taking into account any optionally listed holidays. &lt;SPAN class="Italic"&gt;End_date&lt;/SPAN&gt; and &lt;SPAN class="Italic"&gt;holiday&lt;/SPAN&gt; should be valid dates or timestamps. &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 07:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Network-Days-Calculation/m-p/865891#M302937</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-14T07:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Network Days Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Network-Days-Calculation/m-p/865892#M302938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the FirstWorkDate function&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=date(max(firstworkdate([Trading Date],5))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This link is to the Qlik Sense help topic for the function, but it works the same:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;A href="http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/firstworkdate.htm" title="http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/firstworkdate.htm"&gt;http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/firstworkdate.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 07:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Network-Days-Calculation/m-p/865892#M302938</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-07-14T07:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Network Days Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Network-Days-Calculation/m-p/865893#M302939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralf Narfeldt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 08:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Network-Days-Calculation/m-p/865893#M302939</guid>
      <dc:creator />
      <dc:date>2015-07-14T08:06:24Z</dc:date>
    </item>
  </channel>
</rss>

