<?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: Date Difference Calculation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-Difference-Calculation/m-p/1952145#M78492</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/159840"&gt;@Karthick30&lt;/a&gt;&amp;nbsp; What you mentioned is right, networkdays returns 2 as a result. May be to return as 1, we might need to just subtract by 1.&lt;/P&gt;
&lt;P&gt;NetWorkDays('07/06/2022','07/07/2022')-1&lt;/P&gt;
&lt;P&gt;You can provide some real world data to look into it further.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 06:24:07 GMT</pubDate>
    <dc:creator>sidhiq91</dc:creator>
    <dc:date>2022-07-06T06:24:07Z</dc:date>
    <item>
      <title>Date Difference Calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Difference-Calculation/m-p/1952139#M78491</link>
      <description>&lt;P&gt;&amp;nbsp;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I need to calculate Date Difference between 2 dates excluding Weekends. I am using&amp;nbsp;NetWorkDays fuction.&lt;/P&gt;
&lt;P&gt;If I have Start Date as 7/6/2022 and End Date as 7/7/2022 , my result for NetworkDays function is showing &lt;STRONG&gt;2. &lt;/STRONG&gt;I got&amp;nbsp; it as consider StartDate count as 1 and End Date count as 1. so result is 2.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But Actual Difference between 7/6/2022 and 7/7/2022 is 1. I need the result as &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Any way to achieve this Please&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 06:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Difference-Calculation/m-p/1952139#M78491</guid>
      <dc:creator>Karthick30</dc:creator>
      <dc:date>2022-07-06T06:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date Difference Calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Difference-Calculation/m-p/1952145#M78492</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/159840"&gt;@Karthick30&lt;/a&gt;&amp;nbsp; What you mentioned is right, networkdays returns 2 as a result. May be to return as 1, we might need to just subtract by 1.&lt;/P&gt;
&lt;P&gt;NetWorkDays('07/06/2022','07/07/2022')-1&lt;/P&gt;
&lt;P&gt;You can provide some real world data to look into it further.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 06:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Difference-Calculation/m-p/1952145#M78492</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-07-06T06:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date Difference Calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Difference-Calculation/m-p/1952151#M78494</link>
      <description>&lt;P&gt;Use this NetWorkDays(Startdate,Enddate)-1&lt;/P&gt;
&lt;P&gt;By subtracting 1 , we are ensuring that Start date wont be considered .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 06:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Difference-Calculation/m-p/1952151#M78494</guid>
      <dc:creator>GnaneswarReddy</dc:creator>
      <dc:date>2022-07-06T06:36:19Z</dc:date>
    </item>
  </channel>
</rss>

