<?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: Displaying values below selected level in hierarchy in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533783#M1139793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 12:07:31 GMT</pubDate>
    <dc:creator>saumyashah90</dc:creator>
    <dc:date>2013-10-09T12:07:31Z</dc:date>
    <item>
      <title>Displaying values below selected level in hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533782#M1139791</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 new to Qlikview, so apologies if this is an obviously easy question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a geographical hierarchy (Global--&amp;gt;Continent--&amp;gt;Country--&amp;gt;City--&amp;gt;Product) using the Hierarchy and HierarchyBelongsTo functions. Everything is working fine there - when I select the right level of the tree I can see the total amount of sales for all levels below that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm now trying to create a Pie Chart that shows the totals for the levels BELOW the selected level in the hierarchy. For example, if I select 'Global', I want the pie chart to show 5 slices, one for each of the continents. Select a continent, and the pie chart should show a slice for each country within that continent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not having any luck with this as yet. Can someone give me any pointers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 11:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533782#M1139791</guid>
      <dc:creator />
      <dc:date>2013-10-09T11:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying values below selected level in hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533783#M1139793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533783#M1139793</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-09T12:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying values below selected level in hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533784#M1139796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you can use a drill-down group for this. You can create groups on the Groups tab of the document properties window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533784#M1139796</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-09T12:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying values below selected level in hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533785#M1139798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like if(GetSelectedCount(Global)&amp;lt;&amp;gt;0,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Continent&lt;/SPAN&gt;, if GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Continent&lt;/SPAN&gt;)&amp;lt;&amp;gt;0, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Country&lt;/SPAN&gt;, another if)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533785#M1139798</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-10-09T12:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying values below selected level in hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533786#M1139800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saumya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's close to what I'm looking for. However, what I really want is for the pie chart to only display the level below that one selected. So in your example, if I select City, then the pie chart should show segments for Fan and Radio only. If I select Sri Lanka, then the pie would show just one segment for Colombo.#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533786#M1139800</guid>
      <dc:creator />
      <dc:date>2013-10-09T12:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying values below selected level in hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533787#M1139802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to create a drill down group with the right levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put the group as the dimension in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533787#M1139802</guid>
      <dc:creator>amitarusi</dc:creator>
      <dc:date>2013-10-09T12:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Displaying values below selected level in hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533788#M1139803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Please check this for your exact requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click inside the pie chart on one country will show you city details then product&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533788#M1139803</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-09T12:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying values below selected level in hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533789#M1139804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help everyone. Have it working now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-values-below-selected-level-in-hierarchy/m-p/533789#M1139804</guid>
      <dc:creator />
      <dc:date>2013-10-09T12:47:49Z</dc:date>
    </item>
  </channel>
</rss>

