<?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(....,sum) on expression possible? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506096#M189238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;thanks. does this comes with attached file so that I can see the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2013 02:44:30 GMT</pubDate>
    <dc:creator>n1ef5ng1</dc:creator>
    <dc:date>2013-09-11T02:44:30Z</dc:date>
    <item>
      <title>=if(....,sum) on expression possible?</title>
      <link>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506094#M189236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this table with Month_Year, Plane_Name, Service_Type_Indicator, Discharge_Cargo, Load_Cargo, Total_Cargo, TXIT_Cargo and Capacity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this report, I would want to check how utilize the plane is by service type indicator.&lt;/P&gt;&lt;P&gt;Service Type indicator is the route the plane takes&lt;/P&gt;&lt;P&gt;Total_Cargo is Discharge Cargo + Load Cargo&lt;/P&gt;&lt;P&gt;TXIT_Cargo is how many cargo it stays on the plane without discharging and loading&lt;/P&gt;&lt;P&gt;Capacity is how many cargo the plane is able to handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another table consist of Activity_Code where it will check Load or Discharge Cargo.&lt;/P&gt;&lt;P&gt;And the Total_Cargo where it shows the cargo it discharge by using the activity_code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check how utilize the plane is, the formula is.&lt;/P&gt;&lt;P&gt;=(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Service_Type_Indicator&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'EFAR'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Total_Cargo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Service_Type_Indicator&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'EFAR'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TXIT_Cargo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) * 2))&lt;BR /&gt;/&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Service_Type_Indicator&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='EFAR',&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Capacity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Service_Type_Indicator&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month_Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Plane_Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) * 2)&lt;BR /&gt;* 100 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;In short , (TOTAL CARGO + (TOTAL TXIT CARGO * 2))/ Capacity * 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Please look at the sample file for better clarity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Now my problem is, of the 8 plane name as shown on the sample file. I would want to remove plane that has Discharge Cargo &lt;STRONG&gt;OR&lt;/STRONG&gt; Load Cargo that is lower than 50. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Meaning plane name Boeing, Zoom and Vean should not be included in the expression as it will disrupt the %. (Business context).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(Activity_Code = 'LOAD' and TOTAL_cargo &amp;gt; 50) (This logic)&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: 8pt;"&gt;Is there anyway I can do this to add on to my expression code? My expression right now applies the formula but it includes the eight planes..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks very much for spending the time to read and understand. appreciate it.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 02:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506094#M189236</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-09-11T02:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: =if(....,sum) on expression possible?</title>
      <link>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506095#M189237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attached, here's how I modified the set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;=(&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;sum&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;({&amp;lt;&lt;/SPAN&gt;Service_Type_Indicator&lt;SPAN class="s1"&gt; = {'EFAR'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;i&lt;EM&gt;f&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN class="s1"&gt;( &lt;/SPAN&gt;Total_Cargo&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;EM&gt; &amp;gt; 50,&lt;/EM&gt;&lt;/STRONG&gt; &lt;/SPAN&gt;Total_Cargo&lt;SPAN class="s1"&gt;)&lt;EM&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/EM&gt; + (&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;sum&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;({&amp;lt;&lt;/SPAN&gt;Service_Type_Indicator&lt;SPAN class="s1"&gt;={'EFAR'}&amp;gt;}&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="s1"&gt;( &lt;/SPAN&gt;Total_Cargo&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN class="s1"&gt;&lt;EM&gt;&lt;STRONG&gt; &amp;gt; 50&lt;/STRONG&gt;&lt;/EM&gt;, &lt;/SPAN&gt;TXIT_Cargo&lt;SPAN class="s1"&gt;)&lt;EM&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/EM&gt; * 2))&lt;BR /&gt; /&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Sum&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;aggr&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;if&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;Service_Type_Indicator&lt;SPAN class="s1"&gt;='EFAR' &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AND&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;Total_Cargo&lt;SPAN class="s1"&gt; &amp;gt; 50,&lt;BR /&gt; (&lt;/SPAN&gt;Capacity&lt;SPAN class="s1"&gt;)),&lt;/SPAN&gt;Service_Type_Indicator&lt;SPAN class="s1"&gt;,&lt;/SPAN&gt;Month_Year&lt;SPAN class="s1"&gt;,&lt;/SPAN&gt;Plane_Name&lt;SPAN class="s1"&gt;)) * 2)&lt;BR /&gt; * 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;I only saw discard or load cargo, so went with one condition filtering for &lt;EM&gt;Total_Cargo&lt;/EM&gt;&lt;SPAN class="s1"&gt;&lt;EM&gt; &amp;gt; 50.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Hope that helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Matt&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 02:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506095#M189237</guid>
      <dc:creator />
      <dc:date>2013-09-11T02:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: =if(....,sum) on expression possible?</title>
      <link>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506096#M189238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;thanks. does this comes with attached file so that I can see the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 02:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506096#M189238</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-09-11T02:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: =if(....,sum) on expression possible?</title>
      <link>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506097#M189239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I attached a version with the updated formula. Perhaps I didn't save it, have attached again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 02:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506097#M189239</guid>
      <dc:creator />
      <dc:date>2013-09-11T02:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: =if(....,sum) on expression possible?</title>
      <link>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506098#M189240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm but the value is the same as my original table with all the planes come into play. i m thinking of (if(activity_code = load and total_cargo&amp;gt; 50) and activity_code = disc and total_cargo&amp;gt; 50&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 03:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506098#M189240</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-09-11T03:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: =if(....,sum) on expression possible?</title>
      <link>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506099#M189241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Could try.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Activity_Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Load' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Activity_Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Disc' ,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Total_Cargo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &amp;lt; 50,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Service_Type_Indicator&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'EFAR'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Total_Cargo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; +&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Service_Type_Indicator&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'EFAR'}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TXIT_Cargo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) * 2 )) &lt;BR /&gt; ,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Plane_Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;/&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Activity_Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Load' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Activity_Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Disc' ,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Total_Cargo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &amp;lt; 50,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(), &lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Service_Type_Indicator&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='EFAR',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Capacity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) * 2) &lt;BR /&gt;) ,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Plane_Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt;* 100 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This will exclude the planes with load Total_Cargo on the Load/Disc level from the calculation.&amp;nbsp; It does imply that the total value works out the total Cargo / total Capacity rather than taking an average across the planes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This formula may not work properly if you introduce more months and may need modify it to include Month_Year in the Aggr and then possibly a TOTAL &amp;lt;Plane_Name&amp;gt; within the Min functions to work properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 04:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506099#M189241</guid>
      <dc:creator>michael_anthony</dc:creator>
      <dc:date>2013-09-11T04:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: =if(....,sum) on expression possible?</title>
      <link>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506100#M189242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it prompt me an expression error. do u have the sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 06:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506100#M189242</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-09-11T06:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: =if(....,sum) on expression possible?</title>
      <link>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506101#M189243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attachment attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 06:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-sum-on-expression-possible/m-p/506101#M189243</guid>
      <dc:creator>michael_anthony</dc:creator>
      <dc:date>2013-09-11T06:10:59Z</dc:date>
    </item>
  </channel>
</rss>

