<?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: problem in dimension calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-in-dimension-calculation/m-p/532146#M198829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please attach sample file.&lt;/P&gt;&lt;P&gt;Also could you tell me what expression you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 07:51:00 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2013-10-09T07:51:00Z</dc:date>
    <item>
      <title>problem in dimension calculation</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-dimension-calculation/m-p/532142#M198825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Add calculated dimension and providing expression as =sum({&amp;lt;str_coa_description={'Total Revenue','Revenue from operations','EBITDA','EBITDA Margin','PBT(before Exceptional &amp;amp; Extraordinary items)'}&amp;gt;}str_coa_description) which is giving me error in calculating dimensions.....my task is to add only these column values in dimension of straight table where str_coa_description is one of my field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 07:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-dimension-calculation/m-p/532142#M198825</guid>
      <dc:creator />
      <dc:date>2013-10-09T07:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem in dimension calculation</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-dimension-calculation/m-p/532143#M198826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to put an aggr around your expression: aggr( ...yourexpression..., &lt;EM&gt;Dim1, Dim2, ...etc&lt;/EM&gt;). Replace &lt;EM&gt;Dim1, Dim2, ...etc&lt;/EM&gt; with the other regular dimensions of your straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BTW str_coa_description sounds like it's a description, not a number. Trying to sum a text field won't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 07:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-dimension-calculation/m-p/532143#M198826</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-09T07:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem in dimension calculation</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-dimension-calculation/m-p/532144#M198827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In dimension Direct Sum, Count functions are not allowed it should be used with the help of Aggr. Also you trying to Sum the string field(Text). Sum can be used for Numeric field&lt;/P&gt;&lt;P&gt;I Hope you need something like this&lt;/P&gt;&lt;P&gt;=Aggr(If(Match(str_coa_description, 'Total Revenue','Revenue from operations','EBITDA','EBITDA Margin','PBT(before Exceptional &amp;amp; Extraordinary items)'),&amp;nbsp; str_coa_description), str_coa_description)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or simply&lt;/P&gt;&lt;P&gt;If(Match(str_coa_description, 'Total Revenue','Revenue from operations','EBITDA','EBITDA Margin','PBT(before Exceptional &amp;amp; Extraordinary items)'),&amp;nbsp; str_coa_description)&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>Wed, 09 Oct 2013 07:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-dimension-calculation/m-p/532144#M198827</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-10-09T07:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem in dimension calculation</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-dimension-calculation/m-p/532145#M198828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is again giving me same problem by using aggr(), and the second method you sent giving me no value...any other way to handle it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 07:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-dimension-calculation/m-p/532145#M198828</guid>
      <dc:creator />
      <dc:date>2013-10-09T07:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem in dimension calculation</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-dimension-calculation/m-p/532146#M198829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please attach sample file.&lt;/P&gt;&lt;P&gt;Also could you tell me what expression you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 07:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-dimension-calculation/m-p/532146#M198829</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-10-09T07:51:00Z</dc:date>
    </item>
  </channel>
</rss>

