<?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 Totaling Columns with &amp;quot;if&amp;quot; function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Totaling-Columns-with-quot-if-quot-function/m-p/301535#M1199272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John...I will try that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Feb 2011 02:04:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-04T02:04:48Z</dc:date>
    <item>
      <title>Totaling Columns with "if" function</title>
      <link>https://community.qlik.com/t5/QlikView/Totaling-Columns-with-quot-if-quot-function/m-p/301531#M1199268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two columns; one contains alpha data the other numeric. I need to total all nymeric that have corresponding alpha data. (i.e do not total if there is no alph data).&lt;/P&gt;&lt;P&gt;What is the totaling expression?&lt;/P&gt;&lt;P&gt;Newby Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 02:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totaling-Columns-with-quot-if-quot-function/m-p/301531#M1199268</guid>
      <dc:creator />
      <dc:date>2011-01-26T02:17:01Z</dc:date>
    </item>
    <item>
      <title>Totaling Columns with "if" function</title>
      <link>https://community.qlik.com/t5/QlikView/Totaling-Columns-with-quot-if-quot-function/m-p/301532#M1199269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum(if(len(trim(AlphaField)),NumericField))&lt;/P&gt;&lt;P&gt;This might be more efficient, though:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum({&amp;lt;AlphaField*={"&amp;gt;' '"}&amp;gt;} NumericField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 02:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totaling-Columns-with-quot-if-quot-function/m-p/301532#M1199269</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-01-26T02:23:48Z</dc:date>
    </item>
    <item>
      <title>Totaling Columns with "if" function</title>
      <link>https://community.qlik.com/t5/QlikView/Totaling-Columns-with-quot-if-quot-function/m-p/301533#M1199270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John, thanks for your reply: Seems like I still can't get the right result. What I am trying to accomplish is to be able to take a list of sales quotes that wre made during the year and to be able to only total the dollar amount of those that were actually made into "jobs" ( Quote was accepted by customer) The data contains a field with the $$ of each quote and a field that is either blank ( not sold) or had a "job no" in it, meaning the quote was accepted. Just want to add up all those quotes that have and associated Job No.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sad" src="http://community.qlik.com/emoticons/emotion-6.gif" /&gt;" /&amp;gt;&lt;/P&gt;&lt;P&gt;Newby Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 00:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totaling-Columns-with-quot-if-quot-function/m-p/301533#M1199270</guid>
      <dc:creator />
      <dc:date>2011-01-28T00:18:40Z</dc:date>
    </item>
    <item>
      <title>Totaling Columns with "if" function</title>
      <link>https://community.qlik.com/t5/QlikView/Totaling-Columns-with-quot-if-quot-function/m-p/301534#M1199271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delay. I've been very busy. In the attached example, the first expression works fine, and the second expression doesn't. A slightly different set analysis expression works, though:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum({Job-={''}&amp;gt;} Quote)&lt;/P&gt;&lt;P&gt;If none of this works for you, perhaps you can modify and repost the example to demonstrate the problem you're having.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 01:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totaling-Columns-with-quot-if-quot-function/m-p/301534#M1199271</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-02-04T01:10:54Z</dc:date>
    </item>
    <item>
      <title>Totaling Columns with "if" function</title>
      <link>https://community.qlik.com/t5/QlikView/Totaling-Columns-with-quot-if-quot-function/m-p/301535#M1199272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John...I will try that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 02:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Totaling-Columns-with-quot-if-quot-function/m-p/301535#M1199272</guid>
      <dc:creator />
      <dc:date>2011-02-04T02:04:48Z</dc:date>
    </item>
  </channel>
</rss>

