<?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: Bar chart drill down issue in Qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bar-chart-drill-down-issue-in-Qliksense/m-p/1865729#M71448</link>
    <description>&lt;P&gt;I'm not following your last post.&amp;nbsp; Hierarchy function is to manipulate the data (restructure or create fields) for hierarchy purposes.&amp;nbsp; But you already have your hierarchy.&amp;nbsp; Having as a calculated dimension can act as a drill down.&amp;nbsp; Yes there's no way i've ever seen that prevents native drill downs from behaving like this, this is the functionality of drill downs.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Dec 2021 21:02:23 GMT</pubDate>
    <dc:creator>stevejoyce</dc:creator>
    <dc:date>2021-12-01T21:02:23Z</dc:date>
    <item>
      <title>Bar chart drill down issue in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-drill-down-issue-in-Qliksense/m-p/1865513#M71430</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a issue with drill down feature in Qliksense Bar chart.&lt;/P&gt;
&lt;P&gt;Sample data:&lt;/P&gt;
&lt;P&gt;Table1:&lt;/P&gt;
&lt;P&gt;Load * inline&lt;BR /&gt;[&lt;BR /&gt;Group,Name,NickName,Age&lt;BR /&gt;Group1,A,A1,20&lt;BR /&gt;Group1,A,A2,40&lt;BR /&gt;Group1,B,B1,22&lt;BR /&gt;Group2,B,B2,12&lt;BR /&gt;Group3,B,B3,42&lt;BR /&gt;Group3,C,C1,12&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;There's a drill down dimension of Name and&amp;nbsp;NickName&lt;/P&gt;
&lt;P&gt;If the user selects Group1 then the dimension shows A and B in Bar chart which is perfect.&lt;/P&gt;
&lt;P&gt;But when we select Group2, then the dimension of Bar chart displays B2 instead of NewB. How to display NewB when we select Group2?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abhijith28_0-1638366977519.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67725iAC2BD2579A006A71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abhijith28_0-1638366977519.png" alt="abhijith28_0-1638366977519.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly assist me on this scenario.&lt;/P&gt;
&lt;P&gt;I have attached the sample app.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Abhijith&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 14:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-drill-down-issue-in-Qliksense/m-p/1865513#M71430</guid>
      <dc:creator>abhijith28</dc:creator>
      <dc:date>2021-12-01T14:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart drill down issue in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-drill-down-issue-in-Qliksense/m-p/1865542#M71432</link>
      <description>&lt;P&gt;This is working as expected for Drill Down dimensions.&amp;nbsp; If there is only 1 possible value of a field (based on selections /available data), it goes down to the next level.&lt;/P&gt;
&lt;P&gt;Since you only have 1 Name for Group2 it will go to next level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe your only workaround is to created a calculated dimension with your own logic using getselectedcount and cannot use the native drill down dimension.&lt;/P&gt;
&lt;P&gt;something like...&lt;/P&gt;
&lt;P&gt;=If(Getselectedcount([Name]&amp;gt;0, [NickName], If(getselectedcount([Group]&amp;gt;0, [Name], [Group]))&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 14:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-drill-down-issue-in-Qliksense/m-p/1865542#M71432</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-12-01T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart drill down issue in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-drill-down-issue-in-Qliksense/m-p/1865558#M71434</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146379"&gt;@stevejoyce&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can't we try using Hierarchy function?&lt;/P&gt;
&lt;P&gt;I need a drill down feature. If I use calculated dimension then it can't be drilled down to next level.&lt;/P&gt;
&lt;P&gt;Is it something Qlik limitations?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 14:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-drill-down-issue-in-Qliksense/m-p/1865558#M71434</guid>
      <dc:creator>abhijith28</dc:creator>
      <dc:date>2021-12-01T14:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart drill down issue in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-drill-down-issue-in-Qliksense/m-p/1865729#M71448</link>
      <description>&lt;P&gt;I'm not following your last post.&amp;nbsp; Hierarchy function is to manipulate the data (restructure or create fields) for hierarchy purposes.&amp;nbsp; But you already have your hierarchy.&amp;nbsp; Having as a calculated dimension can act as a drill down.&amp;nbsp; Yes there's no way i've ever seen that prevents native drill downs from behaving like this, this is the functionality of drill downs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 21:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-drill-down-issue-in-Qliksense/m-p/1865729#M71448</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-12-01T21:02:23Z</dc:date>
    </item>
  </channel>
</rss>

