<?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 issue with total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/issue-with-total/m-p/371146#M493510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the attached problem seems easy but difficult to fix for me.&lt;/P&gt;&lt;P&gt;Some help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2012 07:35:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-28T07:35:12Z</dc:date>
    <item>
      <title>issue with total</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-total/m-p/371146#M493510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the attached problem seems easy but difficult to fix for me.&lt;/P&gt;&lt;P&gt;Some help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 07:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-total/m-p/371146#M493510</guid>
      <dc:creator />
      <dc:date>2012-05-28T07:35:12Z</dc:date>
    </item>
    <item>
      <title>issue with total</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-total/m-p/371147#M493511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do something like this for the third column:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Column(1) &amp;gt; 0 and Column(2) &amp;gt; 0, sum(VAL1)/sum(VAL2) , null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And change the total mode of the third expression to be "Average of Rows"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 08:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-total/m-p/371147#M493511</guid>
      <dc:creator />
      <dc:date>2012-05-28T08:22:51Z</dc:date>
    </item>
    <item>
      <title>issue with total</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-total/m-p/371148#M493512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried and it wont work.&lt;/P&gt;&lt;P&gt;In fact, even if it work, i can't use it. because i'm needing the total to plot a line chart.&lt;/P&gt;&lt;P&gt;the table is just to test out the formula...&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 08:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-total/m-p/371148#M493512</guid>
      <dc:creator />
      <dc:date>2012-05-28T08:48:46Z</dc:date>
    </item>
    <item>
      <title>issue with total</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-total/m-p/371149#M493513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is 500% the total wanted in the TOTAL row (first one)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this expression then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(VAL1/VAL2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 10:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-total/m-p/371149#M493513</guid>
      <dc:creator />
      <dc:date>2012-05-28T10:46:28Z</dc:date>
    </item>
    <item>
      <title>issue with total</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-total/m-p/371150#M493514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ola Borja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in fact, i'm trying to get 250% percent. &lt;/P&gt;&lt;P&gt;meaning, the values i wanted to take into account are Feb and Mar, because both val1 and val2 are not 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 01:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-total/m-p/371150#M493514</guid>
      <dc:creator />
      <dc:date>2012-05-29T01:40:16Z</dc:date>
    </item>
  </channel>
</rss>

