<?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 Bar chart drill down issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart-drill-down-issue/m-p/229480#M81379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using bar chart to show the ranks depends on the sum(values)&lt;/P&gt;&lt;P&gt;using rank(sum(sales)) in an expression ,chart show the ranks of a different product(soap,deodrant,cosmetics,,,,).correctly at first shot,.&lt;/P&gt;&lt;P&gt;when i click the particular product,,the rank changed as 1&lt;/P&gt;&lt;P&gt;for exp: if i hv product 'Deodrant' with rank 4 in bar chart,,,when i click on this particular product it drills down and showing the rank as 1..Its continuous for all product when i made click on it particular.&lt;/P&gt;&lt;P&gt;i need it to be displayed as 5 after it drills down as a single product.Pls help ,,,.thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Oct 2010 12:28:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-06T12:28:39Z</dc:date>
    <item>
      <title>Bar chart drill down issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-drill-down-issue/m-p/229480#M81379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using bar chart to show the ranks depends on the sum(values)&lt;/P&gt;&lt;P&gt;using rank(sum(sales)) in an expression ,chart show the ranks of a different product(soap,deodrant,cosmetics,,,,).correctly at first shot,.&lt;/P&gt;&lt;P&gt;when i click the particular product,,the rank changed as 1&lt;/P&gt;&lt;P&gt;for exp: if i hv product 'Deodrant' with rank 4 in bar chart,,,when i click on this particular product it drills down and showing the rank as 1..Its continuous for all product when i made click on it particular.&lt;/P&gt;&lt;P&gt;i need it to be displayed as 5 after it drills down as a single product.Pls help ,,,.thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 12:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-drill-down-issue/m-p/229480#M81379</guid>
      <dc:creator />
      <dc:date>2010-10-06T12:28:39Z</dc:date>
    </item>
    <item>
      <title>Bar chart drill down issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-drill-down-issue/m-p/229481#M81380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try a formula like this :&lt;BR /&gt;max(Aggr(Rank(Sum({$&amp;lt;product=&amp;gt;} Sales),4),product))&lt;/P&gt;&lt;P&gt;I'm not sure that the most efficient way to do it but it should work&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 13:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-drill-down-issue/m-p/229481#M81380</guid>
      <dc:creator />
      <dc:date>2010-10-06T13:32:24Z</dc:date>
    </item>
    <item>
      <title>Bar chart drill down issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-drill-down-issue/m-p/229482#M81381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bertrand,&lt;/P&gt;&lt;P&gt;max(Aggr(Rank(Sum({$&amp;lt;product=&amp;gt;} Sales),4),product)) its working..&lt;/P&gt;&lt;P&gt;can you explain me in detail each funcion how....pls it will be helpful for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 05:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-drill-down-issue/m-p/229482#M81381</guid>
      <dc:creator />
      <dc:date>2010-10-07T05:34:49Z</dc:date>
    </item>
    <item>
      <title>Bar chart drill down issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-drill-down-issue/m-p/229483#M81382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;Sum(Sales) : returns the sum of sales&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;product=&amp;gt;} Sales (or Sum({&amp;lt;product=&amp;gt;} Sales) : returns the sum of sales disregarding current selections on product field (please refer to the "set analysis" part in the QlikView Reference Manual).&lt;/P&gt;&lt;P&gt;rank(Sum({$&amp;lt;product=&amp;gt;} Sales),4) is just the rank function applied on the expression detailled above. (please refers to QlikView Help on "rank" function if necessary), the "4" parameter is just a choice&lt;BR /&gt;about how do you want the rank function to manage numbers it's not necessary anyway.&lt;BR /&gt;That expression will give you the correct result but will always display every member of the field product (because we are disregarding selections&lt;BR /&gt;on products using a set analysis expression).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Aggr(Rank(Sum({$&amp;lt;product=&amp;gt;} Sales),4),product)&lt;BR /&gt;I'm using the Aggr function : Well, we can consider it as a sub-request : the aggr is first executed then the result is used as usual in a bar chart.&lt;BR /&gt;That the most simple way I found to calculate the rank disregarding the product selections (if you don't do this, the rank will always be 1 when you select one product) but to also taking the product selection into account for the bar chart (if you don't do this, the bar chart always displays all products even if you select only one). please refer to QlikView help on the Aggr function to have complete details about it.&lt;/P&gt;&lt;P&gt;And last, the max function, well, is completely useless :). I just wrote it too quickly&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 09:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-drill-down-issue/m-p/229483#M81382</guid>
      <dc:creator />
      <dc:date>2010-10-07T09:34:53Z</dc:date>
    </item>
  </channel>
</rss>

