<?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: Drill down with differents charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Drill-down-with-differents-charts/m-p/1507615#M457447</link>
    <description>&lt;P&gt;For example, I have a pie chart, if I click on a part of the chart, I want to you show a bar char as drill down. And the next chart will be a simple table.&lt;/P&gt;&lt;P&gt;This is the example that I want to do.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 22:29:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-15T22:29:23Z</dc:date>
    <item>
      <title>Drill down with differents charts</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-with-differents-charts/m-p/1506591#M457445</link>
      <description>&lt;P&gt;Hello everybody!!!&lt;/P&gt;&lt;P&gt;I am trying to make a chart using drill down. I would like to use different kind of charts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we do that???&lt;/P&gt;&lt;P&gt;I am using Qlikview Personal Edition.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-with-differents-charts/m-p/1506591#M457445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T21:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down with differents charts</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-with-differents-charts/m-p/1506598#M457446</link>
      <description>&lt;P&gt;Drill downs&amp;nbsp;are possible in multiple charts.&lt;/P&gt;&lt;P&gt;Can you explain what exactly are you looking for?&lt;/P&gt;&lt;P&gt;&lt;A href="http://livingqlikview.com/livingqlik-roots-how-to-create-cyclic-and-drill-down-grouped-dimensions/" target="_blank"&gt;http://livingqlikview.com/livingqlik-roots-how-to-create-cyclic-and-drill-down-grouped-dimensions/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 19:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-with-differents-charts/m-p/1506598#M457446</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-11-14T19:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down with differents charts</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-with-differents-charts/m-p/1507615#M457447</link>
      <description>&lt;P&gt;For example, I have a pie chart, if I click on a part of the chart, I want to you show a bar char as drill down. And the next chart will be a simple table.&lt;/P&gt;&lt;P&gt;This is the example that I want to do.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 22:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-with-differents-charts/m-p/1507615#M457447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-15T22:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down with differents charts</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-with-differents-charts/m-p/1509209#M457448</link>
      <description>&lt;P&gt;I assume you are looking for a combination of Drill Down and Fast Change properties of Qlikview. It's not possible directly, as a workaround you could hide and display charts based on user selections.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a chart with drill down the group as the dimension.&lt;OL&gt;&lt;LI&gt;Field1&lt;/LI&gt;&lt;LI&gt;Field2&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Clone the chart twice&lt;/LI&gt;&lt;LI&gt;In the first chart go to the layout tab, under show conditional&amp;nbsp;&lt;OL&gt;&lt;LI&gt;IF(GetSelectedCount(Field1)=0&amp;nbsp;&lt;SPAN&gt;and&amp;nbsp;GetSelectedCount(Field2)=0,1,0)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In the second chart go change the chart type under general tab, in the layout tab, under show conditional&amp;nbsp;&lt;/SPAN&gt;&lt;OL&gt;&lt;LI&gt;IF(GetSelectedCount(Field1)=1 and&amp;nbsp;GetSelectedCount(Field2)=0&lt;SPAN&gt;,1,0)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;On the third chart, change the chart type under general tab, in the go to the layout tab, under show conditional&amp;nbsp;&lt;/SPAN&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;IF(GetSelectedCount(Field1)=1 and&amp;nbsp;GetSelectedCount(Field2)=1&lt;/SPAN&gt;&lt;SPAN&gt;,1,0)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, 3 charts are created with the same dimension and expression, but the charts are only displayed based on user selections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.s: Make sure all the three charts are exactly in the same place, i.e. on top of each other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/FastTypeChange.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/FastTypeChange.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 16:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-with-differents-charts/m-p/1509209#M457448</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-11-19T16:46:51Z</dc:date>
    </item>
  </channel>
</rss>

