<?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: Calculated Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1621704#M446327</link>
    <description>&lt;P&gt;It is not working my friend,Thanks for your help&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2019 16:26:02 GMT</pubDate>
    <dc:creator>upaliwije</dc:creator>
    <dc:date>2019-09-09T16:26:02Z</dc:date>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1621498#M446323</link>
      <description>&lt;P&gt;Dear Friends&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have written below&amp;nbsp; calculated dimension in my pivot table of my Qv Doc&lt;/P&gt;&lt;P&gt;=if(aggr(sum({&amp;lt;CRE_PAID_AMOUNT={"&amp;gt;=0"}&amp;gt;},RISK))=6,count(DISTINCT RISK),dual('6',1),&lt;BR /&gt;if(aggr(sum({&amp;lt;CRE_PAID_AMOUNT={"&amp;gt;=0"}&amp;gt;},RISK))=10,count(DISTINCT RISK),dual('10',2)))&lt;/P&gt;&lt;P&gt;But it does not work. Pls correct me where I am wrong&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 08:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1621498#M446323</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2019-09-09T08:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1621502#M446324</link>
      <description>&lt;P&gt;You are missing to point out for which dimensions you want to aggregate your data. Aggr() takes more than one parameter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="script_token"&gt;&lt;FONT color="#0000FF"&gt;Aggr(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;&lt;FONT color="#FF00FF"&gt;expr&lt;/FONT&gt;, &lt;FONT color="#008000"&gt;StructuredParameter{, StructuredParameter}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="statement"&gt;&lt;FONT color="#0000FF"&gt;Aggr(&lt;/FONT&gt;&lt;FONT color="#FF00FF"&gt;sum({&amp;lt;CRE_PAID_AMOUNT={"&amp;gt;=0"}&amp;gt;},RISK)&lt;FONT color="#008000"&gt;, #MISSING#&lt;/FONT&gt;&amp;nbsp;&lt;/FONT&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="statement"&gt;Read more:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="statement"&gt;&lt;A href="https://help.qlik.com/sv-SE/sense/June2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/aggr.htm" target="_blank"&gt;https://help.qlik.com/sv-SE/sense/June2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/aggr.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 08:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1621502#M446324</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-09T08:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1621535#M446325</link>
      <description>&lt;P&gt;Thanks for your reply. But is is not clear to me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 09:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1621535#M446325</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2019-09-09T09:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1621658#M446326</link>
      <description>&lt;P&gt;You are trying to aggregate &lt;SPAN&gt;sum({&amp;lt;CRE_PAID_AMOUNT={"&amp;gt;=0"}&amp;gt;},RISK)&amp;nbsp; but you are not stating over which dimension you want to aggregate.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You could try to see if you really&amp;nbsp; need the aggr. Try&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=if(sum({&amp;lt;CRE_PAID_AMOUNT={"&amp;gt;=0"}&amp;gt;},RISK)=6,count(DISTINCT RISK),dual('6',1),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if(sum({&amp;lt;CRE_PAID_AMOUNT={"&amp;gt;=0"}&amp;gt;},RISK)=10,count(DISTINCT RISK),dual('10',2)))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 14:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1621658#M446326</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-09T14:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1621704#M446327</link>
      <description>&lt;P&gt;It is not working my friend,Thanks for your help&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 16:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1621704#M446327</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2019-09-09T16:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1632533#M446555</link>
      <description>&lt;P&gt;Have a look at the following Design Blog post:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Use-Aggregation-Functions/ba-p/1475833" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Use-Aggregation-Functions/ba-p/1475833&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are others on AGGR as well, here is the base link to where you can search on the others if the one above is not what you need.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 13:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/1632533#M446555</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-08T13:41:58Z</dc:date>
    </item>
  </channel>
</rss>

