<?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 Add Calculated Dimension... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-Calculated-Dimension/m-p/811735#M1025810</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 have a Grid Chart displaying countries (x axis) and I want to show in the y axis the revenues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that reason I tried to add a new dimension by clicking the "Add Calculated Dimension..." in the 'Dimensions" tab. Then, in the edit expression I entered "=sum(Revenues)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in the Grid Chart an error message says"//Error in calculated dimension"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what I'm doing wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;dani &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 16:34:00 GMT</pubDate>
    <dc:creator>danialier</dc:creator>
    <dc:date>2015-03-16T16:34:00Z</dc:date>
    <item>
      <title>Add Calculated Dimension...</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Calculated-Dimension/m-p/811735#M1025810</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 have a Grid Chart displaying countries (x axis) and I want to show in the y axis the revenues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that reason I tried to add a new dimension by clicking the "Add Calculated Dimension..." in the 'Dimensions" tab. Then, in the edit expression I entered "=sum(Revenues)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in the Grid Chart an error message says"//Error in calculated dimension"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what I'm doing wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;dani &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Calculated-Dimension/m-p/811735#M1025810</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2015-03-16T16:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add Calculated Dimension...</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Calculated-Dimension/m-p/811736#M1025811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum(revenues) will only return one value, not a list of values. You'll have to use the aggr function to aggregate the sum over one or more dimensions. Something like =agg(sum(revenues),CountryName). Or perhaps you want to create buckets of revenue. In that case you can use the Class function: =class(sum(revenues),1000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Calculated-Dimension/m-p/811736#M1025811</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-16T16:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add Calculated Dimension...</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Calculated-Dimension/m-p/811737#M1025812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you don't need a grid chart ? If you simply want to show total revenue for each country, try starting with a bar chart. A grid chart usually has 2 dimensions and an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Calculated-Dimension/m-p/811737#M1025812</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-03-16T16:47:13Z</dc:date>
    </item>
  </channel>
</rss>

