<?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: Qlikview Equivalent to Excel Workdays in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4270#M676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I'm trying to get to, if this helps, is % of Delay from SLA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Jan 2018 21:48:53 GMT</pubDate>
    <dc:creator>pnn44794</dc:creator>
    <dc:date>2018-01-21T21:48:53Z</dc:date>
    <item>
      <title>Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4263#M669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an equivalent in Qlikview to Excel's Workday function?&amp;nbsp; For example, I need to convert WORKDAY(MAX(AW2, AX2), BD2) to a Qlikview equivalent.&amp;nbsp; AW2 is Order Create Date, AX2 is Approval Complete Date and BD2 is E2E SLO (an integer).&amp;nbsp; So, I take the max of AW2 and AX2 and add the BD2 value to get an SLA Breach date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NetworkDays might be the way to go, but it's not clear to me how to code this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some samples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order Create Date = 4/21/2017, Approval Create Date = 4/21/2017 and E2E SLO = 31 should give me a SLA Breach Date of 6/5/2017&lt;/P&gt;&lt;P&gt;Order Create Date = 5/19/2017, Approval Create Date = 5/22/2017 and E2E SLO = 68 should give me a SLA Breach Date of 8/24/17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As always, any and all help will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 02:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4263#M669</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-21T02:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4264#M670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&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;STRONG&gt;NetWorkDays(RangeMax(AW2, AX2), BD2)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 02:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4264#M670</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-21T02:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4265#M671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Anil, this is giving me a value of 0.&amp;nbsp; It should be a date.&amp;nbsp; Do we need to wrap some kind of date formatting around it?&amp;nbsp; Here's the calculation I'm using within the load script (do I need to move it out of the load script????):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;NetWorkDays&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;RangeMax&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Order Create Date]&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;[Approval Complete Date]&lt;/SPAN&gt;), &lt;SPAN style="color: #800000;"&gt;[E2E SLO]&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[SLA Breach Date] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;I substituted the column names for the AW, AX and BD column values in Excel.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 02:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4265#M671</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-21T02:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4266#M672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LastWorkDate(RangeMax([Order Create Date], [Approval Complete Date]), [E2E SLO] + 1) as [SLA Breach Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested this with your given example in a text box object by hard-coding and it seems to give the right value&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=LastWorkDate(RangeMax(MakeDate(2017, 4, 21), MakeDate(2017, 4, 21)), 32) &lt;/STRONG&gt;-&amp;gt; 6/5/2017&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190814_Capture.PNG" style="height: 169px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=LastWorkDate(RangeMax(MakeDate(2017, 5, 19), MakeDate(2017, 5, 22)), 69) &lt;/STRONG&gt;-&amp;gt; 8/24/2017&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/190815_Capture.PNG" style="height: 174px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 18:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4266#M672</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-21T18:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4267#M673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the +1 do in the following snippet from the expression you provided:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;.....[Approval Complete Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;), &lt;SPAN style="color: #800000;"&gt;[E2E SLO]&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;+ 1&lt;/STRONG&gt;&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[SL....&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Also, and this is my fault, I really have a three part problem here.&amp;nbsp; I was going to let Anil know and then start a new thread with the full details and sample data.&amp;nbsp; What would you recommend I do?&amp;nbsp; Continue with this thread or start a new one?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 21:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4267#M673</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-21T21:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4268#M674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was always getting to one business day before your required day, so I thought adding 1 might do that job &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. The internal working of the functions might be a little different between Excel and QlikView, but the main thing to note is that you need a LastWorkDate() function.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;I really have a three part problem here. &lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not sure what you mean? Is this part of a bigger problem? It's upto you to what you want to do... close this and start a new one or continue using this. Just know this, having one very complicated request is sometime very difficult to solve, but if you can break it down into smaller issues, it tends to get simpler. But having said what I just said, sometimes the request is very difficult to broken down. So, you will have to decide what you want to do &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 21:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4268#M674</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-21T21:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4269#M675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding the +1, that makes sense and appears to be working.&amp;nbsp; Here's the rest of the story.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the initial expression you provided answers the SLA Breach Date question.&amp;nbsp; I then have to determine if the [Order Complete Date] is greater than the [SLA Breach Date] and if it is, then 1, else 0, as Breach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then finally, I need to divide Sum of Breach by Count of Host Name (Sum of Breach /&amp;nbsp; Count of Host Name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense?&amp;nbsp; Do you need sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 21:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4269#M675</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-21T21:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4270#M676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I'm trying to get to, if this helps, is % of Delay from SLA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 21:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4270#M676</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-21T21:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4271#M677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample data might help big time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 21:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4271#M677</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-21T21:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4272#M678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&amp;nbsp; You'll have it in a few minutes.&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 21:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4272#M678</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-21T21:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4273#M679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding the +1, It will be needed if you don't want to count the first argument date as your potential first working day (which the QV function itself does (apparently in contrary to the Excel function), so you would need take care of that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually use the +1 in the first argument, just in case it can happen to be a weekend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 21:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4273#M679</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-21T21:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4274#M680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Big thanks Stefan for the explanation.&amp;nbsp; I appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 22:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4274#M680</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-21T22:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4275#M681</link>
      <description>&lt;P&gt;Ok.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 23:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4275#M681</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-12T23:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4276#M682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to let &lt;A href="https://community.qlik.com/people/swuehl"&gt;swuehl&lt;/A&gt;‌ help you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 22:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4276#M682</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-21T22:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4277#M683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to check your messages Sunny, but I understand if you think I’ve offended you.  That was definitely not my intention.  I hope you reconsider and no offense to Stefan when I say that.  I always welcome any and all help.  It’s typically the last tag line of any discussion I start (you can check).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pride myself on trying to be the most respective person I can be and I never intentionally try to offend anyone.  At the end of the day, I’m human though and I might offend someone without even realizing I have and most definitely without deliberately doing so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 22:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4277#M683</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-21T22:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4278#M684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try something like this in the script (Used the expression pointed out by Stefan in the if statement)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Order Complete Date] &amp;gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LastWorkDate(RangeMax([Order Create Date], [Approval Complete Date]) + 1, [E2E SLO], 1, 0) as BreachFlag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then may be this on the front end&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(BreachFlag)/Count([Host Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 23:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4278#M684</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-21T23:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4279#M685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny.&amp;nbsp; That gives a syntax error.&amp;nbsp; However, if I write it like the following, no error.&amp;nbsp; Would you agree it's essentially the same thing other than slightly different?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #800000;"&gt;[Order Complete Date]&lt;/SPAN&gt; &amp;gt; &lt;SPAN style="color: #0000ff;"&gt;LastWorkDate&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;RangeMax&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Order Create Date]&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;[Approval Complete Date]&lt;/SPAN&gt;), &lt;SPAN style="color: #800000;"&gt;[E2E SLO]&lt;/SPAN&gt; + 1), 1, 0) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Breach &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 00:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4279#M685</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-22T00:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4280#M686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this, or if you go by Stefan's advice, you need this (I missed a parenthesis earlier)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Order Complete Date] &amp;gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LastWorkDate(RangeMax([Order Create Date], [Approval Complete Date]) + 1, [E2E SLO]&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;)&lt;/SPAN&gt;, 1, 0) as BreachFlag&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 00:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4280#M686</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-22T00:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Equivalent to Excel Workdays</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4281#M687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp; I believe this, in addition to the Sum expression above, resolves my issue.&amp;nbsp; Of course, I won't know for sure until I have a complete and accurate dataset (same dataset as the percentile question I had), but I think you have it right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As always, thank you very much for your help.&amp;nbsp; I appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, thank you to everyone else that responded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 01:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Equivalent-to-Excel-Workdays/m-p/4281#M687</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-22T01:11:17Z</dc:date>
    </item>
  </channel>
</rss>

