<?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: Calculation based on Business days only help! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculation-based-on-Business-days-only-help/m-p/896652#M657080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(IsNull(if(%ClosedDate &amp;lt; 2958465, date(%ClosedDate))),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; floor(&lt;STRONG&gt;Networkdays&lt;/STRONG&gt;((date(%OpenedDate)&lt;STRONG&gt;,today()&lt;/STRONG&gt;))),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; floor(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; (if(%ClosedDate &amp;lt; 2958465, &lt;STRONG&gt;Networkdays&lt;/STRONG&gt;(date(%OpenedDate),&lt;STRONG&gt;date(%ClosedDate)&lt;/STRONG&gt;)))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 10:55:22 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2015-05-20T10:55:22Z</dc:date>
    <item>
      <title>Calculation based on Business days only help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-based-on-Business-days-only-help/m-p/896649#M657077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my calculated expression for Ticket Age :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(IsNull(if(%ClosedDate &amp;lt; 2958465, date(%ClosedDate))),floor(today()-(date(%OpenedDate))),floor((if(%ClosedDate &amp;lt; 2958465, date(%ClosedDate)))-(date(%OpenedDate))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is not to include Sat, Sun in this calculation , want Ticket Age based on only 5 working days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-based-on-Business-days-only-help/m-p/896649#M657077</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-05-20T10:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on Business days only help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-based-on-Business-days-only-help/m-p/896650#M657078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use NetWorkDays Function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-based-on-Business-days-only-help/m-p/896650#M657078</guid>
      <dc:creator />
      <dc:date>2015-05-20T10:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on Business days only help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-based-on-Business-days-only-help/m-p/896651#M657079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nandkishor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried this but getting ' - ' values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-based-on-Business-days-only-help/m-p/896651#M657079</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-05-20T10:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on Business days only help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-based-on-Business-days-only-help/m-p/896652#M657080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(IsNull(if(%ClosedDate &amp;lt; 2958465, date(%ClosedDate))),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; floor(&lt;STRONG&gt;Networkdays&lt;/STRONG&gt;((date(%OpenedDate)&lt;STRONG&gt;,today()&lt;/STRONG&gt;))),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; floor(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; (if(%ClosedDate &amp;lt; 2958465, &lt;STRONG&gt;Networkdays&lt;/STRONG&gt;(date(%OpenedDate),&lt;STRONG&gt;date(%ClosedDate)&lt;/STRONG&gt;)))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-based-on-Business-days-only-help/m-p/896652#M657080</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-20T10:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on Business days only help!</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-based-on-Business-days-only-help/m-p/896653#M657081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tresesco &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 11:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-based-on-Business-days-only-help/m-p/896653#M657081</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-05-20T11:13:56Z</dc:date>
    </item>
  </channel>
</rss>

