<?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 help with set analysis and a conditional in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-with-set-analysis-and-a-conditional/m-p/812326#M1049279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to calculate the SUM(quantity1) - sum(quantity2) but without considering the field MONTH.&lt;/P&gt;&lt;P&gt;And in the other hand, if this expresion (&lt;SPAN style="font-size: 13.6000003814697px;"&gt;SUM(quantity1) - sum(quantity2)) is &amp;lt;=0 i&amp;nbsp; don't wanna see it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i did the first part what what i have to do to have that conditional?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2014 18:29:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-11T18:29:08Z</dc:date>
    <item>
      <title>help with set analysis and a conditional</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-set-analysis-and-a-conditional/m-p/812326#M1049279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to calculate the SUM(quantity1) - sum(quantity2) but without considering the field MONTH.&lt;/P&gt;&lt;P&gt;And in the other hand, if this expresion (&lt;SPAN style="font-size: 13.6000003814697px;"&gt;SUM(quantity1) - sum(quantity2)) is &amp;lt;=0 i&amp;nbsp; don't wanna see it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i did the first part what what i have to do to have that conditional?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 18:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-set-analysis-and-a-conditional/m-p/812326#M1049279</guid>
      <dc:creator />
      <dc:date>2014-11-11T18:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: help with set analysis and a conditional</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-set-analysis-and-a-conditional/m-p/812327#M1049280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.6000003814697px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM(quantity1) - sum(quantity2)) is &amp;gt;=1,1,0)&amp;nbsp; write this in layout tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(quantity1)-sum(quantity2)&amp;nbsp;&amp;nbsp; without cosidering month field means what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 18:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-set-analysis-and-a-conditional/m-p/812327#M1049280</guid>
      <dc:creator />
      <dc:date>2014-11-11T18:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: help with set analysis and a conditional</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-set-analysis-and-a-conditional/m-p/812328#M1049281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If (SUM({&amp;lt;Month=&amp;gt;}quantity1) - sum({&amp;lt;Month=&amp;gt;}quantity2) &amp;lt; 0 , null(), SUM({&amp;lt;Month=&amp;gt;}quantity1) - sum({&amp;lt;Month=&amp;gt;}quantity2))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 18:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-set-analysis-and-a-conditional/m-p/812328#M1049281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-11T18:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: help with set analysis and a conditional</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-set-analysis-and-a-conditional/m-p/812329#M1049282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With additions it may not make any difference to do it in one expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.6000003814697px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; if(&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.6000003814697px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM( {$&amp;lt;MonthFieldName=&amp;gt;} quantity1- (quantity2)) &amp;gt;= 0 , &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 14px;"&gt;SUM( {$&amp;lt;MonthFieldName=&amp;gt;} quantity1- (quantity2)) )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 14px; 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: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;By not defining the ELSE condition it defaults to NULL and by default if you use this in a chart, the default setting on the presentation tab of the chart properties is to suppress nulls. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 14px; 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: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This will suppressing aggregates (by dimensional value) that are negative .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 19:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-set-analysis-and-a-conditional/m-p/812329#M1049282</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-11-11T19:18:31Z</dc:date>
    </item>
  </channel>
</rss>

