<?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 Need chart expression help! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269530#M101098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi!&lt;BR /&gt;Do you mean in a straight table chart or in the database? Please give more info to explain the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2012 13:57:36 GMT</pubDate>
    <dc:creator>anderslinden</dc:creator>
    <dc:date>2012-01-16T13:57:36Z</dc:date>
    <item>
      <title>Need chart expression help!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269524#M101092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get a grand total of two fields in a chart expression but it will not return the right amount.(dimension is Yearweek) &lt;/P&gt;&lt;P&gt;Field1 is the latest exchange rate &lt;/P&gt;&lt;P&gt;Field2 is row price &lt;/P&gt;&lt;P&gt;I want the expression to first calculate field1 multiplied by field2, and then return the total amount of the calculated value for each week showing up in the chart. I have tried this expression but it returns the wrong value. &lt;/P&gt;&lt;P&gt;=sum(Field1*Field2) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with the right expression!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 10:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269524#M101092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-12T10:59:01Z</dc:date>
    </item>
    <item>
      <title>Need chart expression help!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269525#M101093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi! Depending on how your data is structured in tables behind, you probably need to use som kind of AGGR-expression, over the dimension YearWeek Check that out and try.&lt;BR /&gt;Good luck,&lt;BR /&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 11:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269525#M101093</guid>
      <dc:creator>anderslinden</dc:creator>
      <dc:date>2012-01-12T11:59:02Z</dc:date>
    </item>
    <item>
      <title>Need chart expression help!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269526#M101094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yearweek&amp;nbsp;&amp;nbsp; Field1&amp;nbsp;&amp;nbsp; Field2&lt;/P&gt;&lt;P&gt;201202&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,85&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;201202&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,85&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2000&lt;/P&gt;&lt;P&gt;201203&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;201203&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,85&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;/P&gt;&lt;P&gt;201204&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show this in a bar chart with dimension Yearweek.&lt;/P&gt;&lt;P&gt;And the value i want to show is the total value of field1*field2 for each week.&lt;/P&gt;&lt;P&gt;(above Yearweek 201202 should show the value 26550)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 12:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269526#M101094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-12T12:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need chart expression help!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269527#M101095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; Hi!&lt;BR /&gt;This is what you need to put as expression then:&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 1;"&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Aggr(Sum(Field1*Field2),Yearweek)&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;/Anders&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 13:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269527#M101095</guid>
      <dc:creator>anderslinden</dc:creator>
      <dc:date>2012-01-12T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Need chart expression help!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269528#M101096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Did it solve your problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 15:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269528#M101096</guid>
      <dc:creator>anderslinden</dc:creator>
      <dc:date>2012-01-13T15:20:13Z</dc:date>
    </item>
    <item>
      <title>Need chart expression help!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269529#M101097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes and No.&lt;/P&gt;&lt;P&gt; I did another Join load in the script then the original expression worked(=sum(Field1*Field2).&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;So you were right in your first answer, so i checked my tablestructure and did some change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have another one for you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to count the rows of a field, but only the rows thats not 0.&lt;/P&gt;&lt;P&gt;How do i write that expression??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 13:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269529#M101097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-16T13:05:59Z</dc:date>
    </item>
    <item>
      <title>Need chart expression help!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269530#M101098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi!&lt;BR /&gt;Do you mean in a straight table chart or in the database? Please give more info to explain the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 13:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269530#M101098</guid>
      <dc:creator>anderslinden</dc:creator>
      <dc:date>2012-01-16T13:57:36Z</dc:date>
    </item>
    <item>
      <title>Need chart expression help!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269531#M101099</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;When i use this expression: count([Totradpris]) in a stright table chart, Qlikview will count all the rows in that table with a value in field Totradpris.&lt;/P&gt;&lt;P&gt;But i want it only to count the rows in Totradpris where Totradpris is not 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(Totradpris) where Totradpris&amp;lt;&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 16:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269531#M101099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-16T16:56:05Z</dc:date>
    </item>
    <item>
      <title>Need chart expression help!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269532#M101100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; try Count({$&amp;lt;Totradpris -= {0}&amp;gt;}Totradpris) (a minus sign followed by an equal to sign)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 16:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269532#M101100</guid>
      <dc:creator />
      <dc:date>2012-01-17T16:54:43Z</dc:date>
    </item>
    <item>
      <title>Need chart expression help!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269533#M101101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt; Hi Jasleen!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;I tried your expression but i could not get i to work.&lt;/P&gt;&lt;P style="text-align: left;"&gt;but then a chang the expression to this: =count(Totradpris)-count({$&amp;lt;Totradpris={'0,00'}&amp;gt;}Totradpris) then it worked fine.&lt;/P&gt;&lt;P style="text-align: left;"&gt;Thank you for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 15:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-chart-expression-help/m-p/269533#M101101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-18T15:53:11Z</dc:date>
    </item>
  </channel>
</rss>

