<?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: Networkdays in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Networkdays/m-p/1667898#M730534</link>
    <description>&lt;P&gt;Did Kush's post get you what you needed?&amp;nbsp; If so, do not forget to return to your thread and use the Accept as Solution button on his post to give him credit for the help and to let other Community Members know that worked.&amp;nbsp; If you still need further assistance, please leave an update post.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2020 20:39:35 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-01-21T20:39:35Z</dc:date>
    <item>
      <title>Networkdays</title>
      <link>https://community.qlik.com/t5/QlikView/Networkdays/m-p/1662358#M730532</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;Could you please help to get the below output as explained.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Please find the attached image for your reference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, in order to calculate the networkdays between ERD and Modified On,&lt;/P&gt;&lt;P&gt;1. the first row should pick the first values from both the columns, hence networkdays = 0&lt;/P&gt;&lt;P&gt;2. Networkdays = 1 where ERD is from the 2nd row i.e., 2nd Jan and Modified on from last loaded (or first row) i.e., 1st Jan&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;Networkdays = 1 where ERD is from the 3rd row i.e., 3rd Jan and Modified on from last loaded (or Second row) i.e., 2nd Jan&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Networkdays/m-p/1662358#M730532</guid>
      <dc:creator>sk88024</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Networkdays</title>
      <link>https://community.qlik.com/t5/QlikView/Networkdays/m-p/1662371#M730533</link>
      <description>&lt;LI-CODE lang="javascript"&gt;Data:
Load * Inline [
ERD,ERD Date, Modified On
ERD,01/01/2020 14:23:00,01/01/2020 14:27:00
ERD,02/01/2020 14:23:00,02/01/2020 10:27:00
ERD,03/01/2020 14:23:00,03/01/2020 10:27:00 ];

New:
NoConcatenate
Load *,
     if(RowNo()=1,Floor([ERD Date])-floor([Modified On]),floor([ERD Date])-Previous(floor([Modified On]))) as NetWorkDays
Resident Data
Order by [ERD Date];

Drop  Table Data;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 03 Jan 2020 10:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Networkdays/m-p/1662371#M730533</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-03T10:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Networkdays</title>
      <link>https://community.qlik.com/t5/QlikView/Networkdays/m-p/1667898#M730534</link>
      <description>&lt;P&gt;Did Kush's post get you what you needed?&amp;nbsp; If so, do not forget to return to your thread and use the Accept as Solution button on his post to give him credit for the help and to let other Community Members know that worked.&amp;nbsp; If you still need further assistance, please leave an update post.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 20:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Networkdays/m-p/1667898#M730534</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-21T20:39:35Z</dc:date>
    </item>
  </channel>
</rss>

