<?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: SUM IF FIELD IS NOT BLANK in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/SUM-IF-FIELD-IS-NOT-BLANK/m-p/1676250#M51408</link>
    <description>&lt;P&gt;Thank you so much, the second line worked like a charm.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2020 12:56:53 GMT</pubDate>
    <dc:creator>LEGION</dc:creator>
    <dc:date>2020-02-17T12:56:53Z</dc:date>
    <item>
      <title>SUM IF FIELD IS NOT BLANK</title>
      <link>https://community.qlik.com/t5/App-Development/SUM-IF-FIELD-IS-NOT-BLANK/m-p/1676200#M51402</link>
      <description>&lt;P&gt;Hello Guys, i need some help please.&lt;/P&gt;&lt;P&gt;I'm Trying to get to a 'Stock Holding Figure' which is simply STOCK x COST but only if the field DEPARTMENT has been filled in. Basically perform the calculation if DEPARTMENT is NOT Blank.&lt;/P&gt;&lt;P&gt;=sum({(&amp;lt;[DEPARTMENT]={"*"} &amp;gt;)} ([Stock.ONHAND]*[Stock.AVRGCOST]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SUM-IF-FIELD-IS-NOT-BLANK/m-p/1676200#M51402</guid>
      <dc:creator>LEGION</dc:creator>
      <dc:date>2024-11-16T19:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: SUM IF FIELD IS NOT BLANK</title>
      <link>https://community.qlik.com/t5/App-Development/SUM-IF-FIELD-IS-NOT-BLANK/m-p/1676221#M51404</link>
      <description>&lt;P&gt;You could try this:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[DEPARTMENT]={'*'} &amp;gt;} [Stock.ONHAND] * [Stock.AVRGCOST])&lt;/P&gt;&lt;P&gt;or maybe this:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[DEPARTMENT]={"=len(trim([DEPARTMENT]))&amp;gt;0"} &amp;gt;} [Stock.ONHAND] * [Stock.AVRGCOST])&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 11:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SUM-IF-FIELD-IS-NOT-BLANK/m-p/1676221#M51404</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-02-17T11:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: SUM IF FIELD IS NOT BLANK</title>
      <link>https://community.qlik.com/t5/App-Development/SUM-IF-FIELD-IS-NOT-BLANK/m-p/1676250#M51408</link>
      <description>&lt;P&gt;Thank you so much, the second line worked like a charm.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 12:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SUM-IF-FIELD-IS-NOT-BLANK/m-p/1676250#M51408</guid>
      <dc:creator>LEGION</dc:creator>
      <dc:date>2020-02-17T12:56:53Z</dc:date>
    </item>
  </channel>
</rss>

