<?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: Show only the 10 largest ABSOLUET values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647892#M1068482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the attached app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use calculated dimension as below&lt;/P&gt;&lt;P&gt;=aggr(if(rank(fabs(Sum(Value)))&amp;lt;=10,Dimension),Dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep the Label as "Dimension", also check the "Suppress When Value is Null" in the same properties pane for Dimension&lt;/P&gt;&lt;P&gt;In the "Expressions" use "Sum(Value)" with respective Label "Value"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally in the "Sort" properties pane, use Expression as sort order for Dimension, with the below expression&lt;/P&gt;&lt;P&gt;rank(fabs(Sum(Value)))&lt;/P&gt;&lt;P&gt;Order as Ascending&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly replace the Dimension and Value with your required dimension and fact values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2014 05:11:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-26T05:11:19Z</dc:date>
    <item>
      <title>Show only the 10 largest ABSOLUET values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647889#M1068479</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;Is there a way to show in a graph the 10 largest absolute values? (indeed I have positive and negative value in my bar chart).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 03:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647889#M1068479</guid>
      <dc:creator />
      <dc:date>2014-08-26T03:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show only the 10 largest ABSOLUET values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647890#M1068480</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;In expression use Fabs(Expression), and restrict the records, sort the chart by Expression Descending in Sort tab and by using &lt;STRONG&gt;Dimension Limits - &amp;gt; Show only -&amp;gt; Largest 10 values&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 04:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647890#M1068480</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-26T04:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show only the 10 largest ABSOLUET values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647891#M1068481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick answer but I was not precise enough.&lt;/P&gt;&lt;P&gt;Is it possible to keep showing positive/negative values on the graph but only show the 10 largest absolute values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 05:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647891#M1068481</guid>
      <dc:creator />
      <dc:date>2014-08-26T05:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show only the 10 largest ABSOLUET values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647892#M1068482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the attached app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use calculated dimension as below&lt;/P&gt;&lt;P&gt;=aggr(if(rank(fabs(Sum(Value)))&amp;lt;=10,Dimension),Dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep the Label as "Dimension", also check the "Suppress When Value is Null" in the same properties pane for Dimension&lt;/P&gt;&lt;P&gt;In the "Expressions" use "Sum(Value)" with respective Label "Value"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally in the "Sort" properties pane, use Expression as sort order for Dimension, with the below expression&lt;/P&gt;&lt;P&gt;rank(fabs(Sum(Value)))&lt;/P&gt;&lt;P&gt;Order as Ascending&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly replace the Dimension and Value with your required dimension and fact values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 05:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647892#M1068482</guid>
      <dc:creator />
      <dc:date>2014-08-26T05:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show only the 10 largest ABSOLUET values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647893#M1068483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;Fabs()&lt;/STRONG&gt;, may be something like:&lt;/P&gt;&lt;P&gt;Calculated dimension:&amp;nbsp; =Aggr(If(Rank(Fabs(Sum(Expression))) &amp;lt;= 10,Customer),Customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 05:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647893#M1068483</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-26T05:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show only the 10 largest ABSOLUET values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647894#M1068484</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;It is not possible to show positive and negative values in graph, use Fabs() to convert and use another expression without fabs() and display it as a Label by using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Properties -&amp;gt; Expression -&amp;gt; Show as Popup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 05:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647894#M1068484</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-26T05:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Show only the 10 largest ABSOLUET values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647895#M1068485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 05:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647895#M1068485</guid>
      <dc:creator />
      <dc:date>2014-08-26T05:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show only the 10 largest ABSOLUET values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647896#M1068486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this query is answered, kindly mark the same as answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 05:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-the-10-largest-ABSOLUET-values/m-p/647896#M1068486</guid>
      <dc:creator />
      <dc:date>2014-08-26T05:56:05Z</dc:date>
    </item>
  </channel>
</rss>

