<?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: Strange Calculation Results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5177#M850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never worked with the SharePoint and must admit that I don't know much about it. But if I understand the concept right there doesn't exist excel-files else everything is a website and the data like above mentioned are probably stored in xml-structures. I'm not sure if these xml-structures are identically to the ooxml-structure from the excel-files and if the different ways of accessing the data make any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I would start with the suggestion from Rob of looking if there are the same number of records. After this I would try to compare both datasets without any transformations - just checking if the content of each record and field is the same. For this it might be useful to try to reduce the datasets maybe by removing some fields and records to those ones which seem to be the cause of the problem. And if the issue continued a check with an editor like notepad++ might be necessary to identify really each contained char. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With writing this I remember some struggles with web-based (excel)-content in which normal spaces were replaced with chr(160) or some special chars like chr(8203) - zero-white-space - were added. And of course without knowing it most of the matches and string-functions will fail. My solution in this cases was just to use purgechar() and keepchar() to ensure that there only expected chars within the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I think further I would give a white-listing of chars with keepchar() a shot before analysing the datastructure because it's very easy to implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2018 08:29:03 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-01-24T08:29:03Z</dc:date>
    <item>
      <title>Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5152#M825</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;I'm getting some inconsistent calculation results from my Load script.&amp;nbsp; The following is a snippet of code from the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IsNull&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Business Days End 2 END ( without Approvals )]&lt;/SPAN&gt;), &lt;SPAN style="color: #800000;"&gt;[Business Days End 2 END ( with Approvals )]&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;[Business Days End 2 END ( without Approvals )]&lt;/SPAN&gt;), '#0') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Actual GTI Days]&lt;/SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&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) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[SLA Breach Date]&lt;/SPAN&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&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), '#0') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Breach &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sometimes, Breach will be zero or 1 as expected and then for other rows, it is not.&amp;nbsp; I've attached sample data.&amp;nbsp; If you look at, for example, rows 9 - 15, I would expect the values to be all zero's for Breach.&amp;nbsp; In my pivot table chart, I then have an expression column where the calculation is &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Breach&lt;/SPAN&gt;&lt;SPAN&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Host Name]&lt;/SPAN&gt;&lt;SPAN&gt;).&amp;nbsp; As you're probably guessing, the calculation is not correct in the chart.&amp;nbsp; The idea is to calculate the percent delay from the SLA.&amp;nbsp; As an FYI, while Host Name is a text field, it is used for counting the number of orders, 1 Host Name = 1 Order.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've also attached export of the pivot table for reference.&amp;nbsp; I'm thinking, for example, that the % Delay From SLA for VSI in the OS Build section should be somewhere around 20% maybe.&amp;nbsp; Would I perhaps need to format some of the date columns being used a certain way?&amp;nbsp; Here are the one's that would be in play and which in the Load script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #800000;"&gt;[Order Complete Date]&lt;/SPAN&gt;, 'MM/DD/YYYY') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Order Complete Date] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Order Create Date]&lt;/SPAN&gt;&lt;SPAN&gt;, 'MM/DD/YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Order Create Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Approval Complete Date]&lt;/SPAN&gt;&lt;SPAN&gt;, 'MM/DD/YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Approval Complete Date]&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As always, thanks in advance for any and all replies.&amp;nbsp; All help is appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 22:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5152#M825</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-22T22:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5153#M826</link>
      <description>&lt;P&gt;It might help if I attached what I said I was going to attach.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" border="0" /&gt;&amp;nbsp; I've attached it now.&amp;nbsp; Sorry about that.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5153#M826</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-11T19:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5154#M827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting Breach as 0 if I use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Product Build End Type], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Host Name], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Order Create Date], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Approval Complete Date], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Order Complete Date], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [E2E SLO],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LastWorkDate(RangeMax([Order Create Date], [Approval Complete Date]) + 1, [E2E SLO]) as [SLA Breach Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(If([Order Complete Date] &amp;gt; LastWorkDate(RangeMax([Order Create Date], [Approval Complete Date]) + 1, [E2E SLO]), 1, 0), '#0') as Breach&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\..\..\Downloads\Sample-Calculation-Data.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190978_Capture.PNG" style="height: 179px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going off to sleep, but I can continue looking at this tomorrow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 03:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5154#M827</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-23T03:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5155#M828</link>
      <description>&lt;P&gt;Hello Sunny:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the delay.&amp;nbsp; I think there's still a problem.&amp;nbsp; I did use your suggested load script changes.&amp;nbsp; Please note that I've attached "fresh" data which I added one more column to simply for completeness (Service New does not impact the calculations).&amp;nbsp; As an FYI, "Bespoke" items have fallen off the data set for whatever reason.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attached data is pre-filtered for Product Build End Type = VSI OS Build Only.&amp;nbsp; As examples of why I think there may be a problem still, take a look at row 3 and the last 12 rows.&amp;nbsp; Shouldn't Breach be equal to 0 for those?&amp;nbsp; That's what I think they should be.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5155#M828</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-11T19:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5156#M829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Running the same script (just added the new Service New column), I am getting 0 for Breach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191094_Capture.PNG" style="height: 373px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 17:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5156#M829</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-23T17:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5157#M830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is weird.&amp;nbsp; I must have something else going on that's causing the problem.&amp;nbsp; Would it be helpful for me to provide the full spreadsheet (minus a couple of non-essential columns) and the associated load script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 18:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5157#M830</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-23T18:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5158#M831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can give that a shot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 18:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5158#M831</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-23T18:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5159#M832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I have fully explained why I need Breach and what I'm trying to accomplish, so here goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know if an order has missed, aka Breached, its SLA.&amp;nbsp; So, I'm trying to calculate if it's Breached and assign 1 to Breach and if not, assign 0.&amp;nbsp; Then in the QV Pivot table, I have an expression of Sum(Breach) / Count(Host Name)&amp;nbsp; that will give me the percent of orders that have missed their SLA.&amp;nbsp; One Host Name = 1 Order, 2 Host Name's = 2 Orders, etc.&amp;nbsp; Does this make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll have the data I mentioned above together and attached shortly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 18:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5159#M832</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-23T18:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5160#M833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it does... I understand what you are trying to do... just not sure why it isn't working for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 18:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5160#M833</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-23T18:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5161#M834</link>
      <description>&lt;P&gt;Ok.&amp;nbsp; I've attached what is nearly the full data set (a few columns removed for privacy reasons and they should not impact the calculations).&amp;nbsp; I've also attached the Load Script for the data (Word doc).&amp;nbsp; You should be able to simply copy and paste it.&amp;nbsp; Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5161#M834</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-11T19:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5162#M835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might have accidentally added the old sample file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 19:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5162#M835</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-23T19:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5163#M836</link>
      <description>&lt;P&gt;LOL.&amp;nbsp; You are right.&amp;nbsp; I did.&amp;nbsp; Try this one.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5163#M836</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-11T19:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5164#M837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Breach stayed 0 for me using the same exact script that you sent me in the work document&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191097_Capture.PNG" style="height: 347px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 19:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5164#M837</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-23T19:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5165#M838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very weird.&amp;nbsp; I wonder if my Qlikview desktop session is somehow corrupted.&amp;nbsp; I'm going to shutdown and reboot and then try a reload and see what happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 20:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5165#M838</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-23T20:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5166#M839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try that and also check the environmental variables to see if there is any differernce&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET FirstWeekDay=6;&lt;/P&gt;&lt;P&gt;SET BrokenWeeks=1;&lt;/P&gt;&lt;P&gt;SET ReferenceDay=0;&lt;/P&gt;&lt;P&gt;SET FirstMonthOfYear=1;&lt;/P&gt;&lt;P&gt;SET CollationLocale='en-US';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 20:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5166#M839</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-23T20:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5167#M840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&amp;nbsp; I rebooted and added any environment variables you have that I don't.&amp;nbsp; I then did a reload.&amp;nbsp; I get the same wrong results.&amp;nbsp; I then, for kicks, deleted my code and pasted in the code from your sample qvw.&amp;nbsp; I still get the wrong results.&amp;nbsp; Things are showing up as breached when they shouldn't be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet, in your sample qvw, it's correct.&amp;nbsp; Very weird.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 22:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5167#M840</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-23T22:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5168#M841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's really weird is that it's not consistent or does not appear to be consistent when it gets it wrong.&amp;nbsp; A lot of them are correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 22:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5168#M841</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-23T22:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5169#M842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post an image of equivalent of what I have selected from your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 00:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5169#M842</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-24T00:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5170#M843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 00:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5170#M843</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-01-24T00:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Calculation Results</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5171#M844</link>
      <description>&lt;P&gt;I hope this works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-Calculation-Results/m-p/5171#M844</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-11T19:42:32Z</dc:date>
    </item>
  </channel>
</rss>

