<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/bar-chart-drill-down/m-p/557562#M208166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I happened to see this thread and also wondering the answer to the &lt;A href="http://www.kettic.com/winforms_ui/csharp_guide/chart_feature_drill_down.shtml"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;chart drill down&lt;/SPAN&gt;&lt;/A&gt;. Hope someone can point out a good way to this problem. With respect to &lt;A href="http://www.kettic.com/winforms_ui/csharp_guide/chart_series_types_bar.shtml"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;bar chart series&lt;/SPAN&gt;&lt;/A&gt;, I am also not quite familiar. Seems that I need to dig more deep into the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 02:53:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-15T02:53:23Z</dc:date>
    <item>
      <title>bar chart drill down</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart-drill-down/m-p/557561#M208165</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;I'm using drill down of three in a bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever I click on 1st it goes to 2nd drill down only when 2nd drill down has more than 1 value, Otherwise it directly goes to third.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want it to go to 2nd drill down even when it has one value and then to third.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell how to do this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 06:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart-drill-down/m-p/557561#M208165</guid>
      <dc:creator />
      <dc:date>2013-12-11T06:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart drill down</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart-drill-down/m-p/557562#M208166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I happened to see this thread and also wondering the answer to the &lt;A href="http://www.kettic.com/winforms_ui/csharp_guide/chart_feature_drill_down.shtml"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;chart drill down&lt;/SPAN&gt;&lt;/A&gt;. Hope someone can point out a good way to this problem. With respect to &lt;A href="http://www.kettic.com/winforms_ui/csharp_guide/chart_series_types_bar.shtml"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;bar chart series&lt;/SPAN&gt;&lt;/A&gt;, I am also not quite familiar. Seems that I need to dig more deep into the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 02:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart-drill-down/m-p/557562#M208166</guid>
      <dc:creator />
      <dc:date>2014-04-15T02:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart drill down</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart-drill-down/m-p/557563#M208167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So, drill down you are talking abut in real is behaviour, where you chart trying to present dimension level of your hierarchy group, where there are more than 1 dimension coordinates. Notice, that presented dimension level may change even if you select something outside the chart (on another chart or listbox). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My way to let user to have dimension level "under control" it was dynamic dimension. I loaded the island table with dimension names. User can select dimension and on that selection i turned on/off dimension in chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 22:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart-drill-down/m-p/557563#M208167</guid>
      <dc:creator />
      <dc:date>2014-04-15T22:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart drill down</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart-drill-down/m-p/557564#M208168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to add a dummy 2nd level dimension. It will not show on 2nd level dirll down, but it will make your 2nd level drill down bar stay there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TestData3:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Categary,SubCategary,SubSubCategary,Num&lt;/P&gt;&lt;P&gt;C1,SC1,SSC1,1&lt;/P&gt;&lt;P&gt;C1,SC1,SSC2,2&lt;/P&gt;&lt;P&gt;C1,SC2,SSC3,3&lt;/P&gt;&lt;P&gt;C1,SC4,SSC4,5&lt;/P&gt;&lt;P&gt;C1,SC4,SSC5,3&lt;/P&gt;&lt;P&gt;C2,SC5,SSC6,8&lt;/P&gt;&lt;P&gt;C2,SC5,SSC7,9&lt;/P&gt;&lt;P&gt;C2,SC6,SSC8,9&lt;/P&gt;&lt;P&gt;C4,SC7,SSC9,6&lt;/P&gt;&lt;P&gt;C4,SC7,SSC10,2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C4,'','',''&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 02:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart-drill-down/m-p/557564#M208168</guid>
      <dc:creator />
      <dc:date>2014-04-16T02:11:50Z</dc:date>
    </item>
  </channel>
</rss>

