<?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 Dynamic dimension Top X in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-Top-X/m-p/238144#M89088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have errors and related error types. I'm trying to show the error types of the top 5 errors in 5 bar charts.&lt;BR /&gt;Therefore I'm trying to do a dynamic dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(aggr(rank(sum(Amount)), Error) = 1 , Type ) for all error types where error is rank 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(aggr(rank(sum(Amount)), Error) = 2 , Type ) for all error types where error is rank 2&lt;/P&gt;&lt;P&gt;and so on.&lt;BR /&gt;&lt;BR /&gt;But in this case I get only the top 1 error type. Can someone please help me with this forumla&lt;/P&gt;&lt;P&gt;thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2011 20:57:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-02T20:57:16Z</dc:date>
    <item>
      <title>Dynamic dimension Top X</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-Top-X/m-p/238144#M89088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have errors and related error types. I'm trying to show the error types of the top 5 errors in 5 bar charts.&lt;BR /&gt;Therefore I'm trying to do a dynamic dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(aggr(rank(sum(Amount)), Error) = 1 , Type ) for all error types where error is rank 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(aggr(rank(sum(Amount)), Error) = 2 , Type ) for all error types where error is rank 2&lt;/P&gt;&lt;P&gt;and so on.&lt;BR /&gt;&lt;BR /&gt;But in this case I get only the top 1 error type. Can someone please help me with this forumla&lt;/P&gt;&lt;P&gt;thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 20:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-Top-X/m-p/238144#M89088</guid>
      <dc:creator />
      <dc:date>2011-05-02T20:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension Top X</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-Top-X/m-p/238145#M89089</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;take a look to the app aatached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 10:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-Top-X/m-p/238145#M89089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-14T10:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension Top X</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-Top-X/m-p/238146#M89090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check This,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 11:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-Top-X/m-p/238146#M89090</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-14T11:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension Top X</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-Top-X/m-p/238147#M89091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this In expression --&amp;gt; Sum(Amount)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Dimension limit&lt;IMG alt="top5.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/66681_top5.PNG" style="width: 620px; height: 547px;" /&gt;&lt;/P&gt;&lt;P&gt;Instead of variable you can also use constant numbers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 12:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-Top-X/m-p/238147#M89091</guid>
      <dc:creator />
      <dc:date>2014-09-14T12:12:08Z</dc:date>
    </item>
  </channel>
</rss>

