<?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: If works, set analysis doesn't? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958233#M329045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be:&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;=SUM({&amp;lt;[Rate Type] = {'DCS'}&amp;gt;}[Comm TCV] * [Rep Comm Rate %])&lt;/SPAN&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;or&lt;BR /&gt;&lt;/SPAN&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;=SUM({&amp;lt;[Rate Type] = {'DCS'}&amp;gt;}([Comm TCV] * [Rep Comm Rate %]))&lt;/SPAN&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;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=SUM(if([Rate Type] = 'DCS', [Comm TCV] * [Rep Comm Rate %]))&lt;/SPAN&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Oct 2015 08:54:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-25T08:54:47Z</dc:date>
    <item>
      <title>If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958230#M329042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if anyone might be able to shed a little light onto something I don't understand.&amp;nbsp; I have a fairly simple formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Rate Type] = 'DCS', [Comm TCV] * [Rep Comm Rate %])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works in my straight table.&amp;nbsp; However this does not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({$&amp;lt;[Rate Type] = {'DCS'}&amp;gt;}[Comm TCV] * [Rep Comm Rate %])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It only returns zeros.&amp;nbsp; I was just curious if there was some reason why it may not work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 20:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958230#M329042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-24T20:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958231#M329043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure but you can try below&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;=SUM({$&amp;lt;[Rate Type] = {'DCS'}&amp;gt;}([Comm TCV] * [Rep Comm Rate %]))&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Which is equal to &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM(if([Rate Type] = 'DCS', [Comm TCV] * [Rep Comm Rate %]))&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;or provide your sample data file or application..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 21:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958231#M329043</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-24T21:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958232#M329044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I would suggest you to try like this;&lt;BR /&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;=SUM({$&amp;lt;[Rate Type] = {'DCS'}&amp;gt;}[Comm TCV])*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Rep Comm Rate %]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Imran K&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 07:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958232#M329044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-25T07:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958233#M329045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be:&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;=SUM({&amp;lt;[Rate Type] = {'DCS'}&amp;gt;}[Comm TCV] * [Rep Comm Rate %])&lt;/SPAN&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;or&lt;BR /&gt;&lt;/SPAN&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;=SUM({&amp;lt;[Rate Type] = {'DCS'}&amp;gt;}([Comm TCV] * [Rep Comm Rate %]))&lt;/SPAN&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;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=SUM(if([Rate Type] = 'DCS', [Comm TCV] * [Rep Comm Rate %]))&lt;/SPAN&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 08:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958233#M329045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-25T08:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958234#M329046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&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;what are [Comm TCV] and&amp;nbsp; [Rep Comm Rate %] and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Rate Type]&lt;/SPAN&gt; ,&lt;/SPAN&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;are they&amp;nbsp; expressions label, or a filed name.&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 10:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958234#M329046</guid>
      <dc:creator />
      <dc:date>2015-10-25T10:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958235#M329047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some negative values in the [Comm TCV] field.&amp;nbsp; Doesn't seem to matter which method I use to write the Set Analysis, it ends up multiplying only the negative values.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 14:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958235#M329047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-25T14:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958236#M329048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Edited reply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scratch that.&amp;nbsp; I see that I have [Comm TCV] both in the script, as well as an expression label.&amp;nbsp; So the problem is with the script and the math functions that are there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 15:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958236#M329048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-25T15:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958237#M329049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are not giving much information about the context of your expression and your data model. For example, you are using this expression in a straight table chart, but with what dimensions used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, consider using aggregation functions (talking about your first expression):&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3779"&gt;Use Aggregation Functions!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't really tell why your second expression returns only zero (or negative values also?), so any more details about your data, model and expression context probably will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 15:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958237#M329049</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-25T15:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958238#M329050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand.&amp;nbsp; I couldn't really upload the file this time as it relates to internal employee compensation.&amp;nbsp; I believe that I have found the issue as part of the script.&amp;nbsp; I have to find a way to add two multiplied values. The following was only calculating the second part. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alt([MRR] * Term_Flag) + Alt([Churn MRR] * Term_Flag)&amp;nbsp;&amp;nbsp; AS [Comm TCV] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the &lt;SPAN style="font-size: 13.3333px;"&gt;Alt([MRR] * Term_Flag)&amp;nbsp; is actually being excluded. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 15:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958238#M329050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-25T15:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958239#M329051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which means that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;[MRR] * Term_Flag doesn't return a numeric value for these records then. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Both fields numeric and within the input data record set?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: IMHO, Alt() with just a single argument (e.g. no default additional numeric to fall back to or an error value) is not making much more sense then just the single argument alone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 15:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958239#M329051</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-25T15:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958240#M329052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it appears that it works fine when it's broken up into two parts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;([MRR] * Term_Flag)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [MRR Comm TCV] - This is returning positive values (as expected)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;([Churn MRR] * Term_Flag)&amp;nbsp;&amp;nbsp; AS&amp;nbsp; [Churn Comm TCV], - This is returning negative values&amp;nbsp; (as expected)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it seems no matter what formula I use to try and combine the two it either returns only negative or only positive. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 16:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958240#M329052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-25T16:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958241#M329053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to tell what the issue might be.&lt;/P&gt;&lt;P&gt;Could you give any examples for the input records and what you get as result of your calculations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If one part is always much larger in absolute value than the other, I wouldn't be surprised to see only positive or negative values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 16:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958241#M329053</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-25T16:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: If works, set analysis doesn't?</title>
      <link>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958242#M329054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached an excel doc of the data dumped from the app. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 17:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-works-set-analysis-doesn-t/m-p/958242#M329054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-25T17:28:09Z</dc:date>
    </item>
  </channel>
</rss>

