<?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 100% Stacked bar chart with Drilldown dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/100-Stacked-bar-chart-with-Drilldown-dimension/m-p/2449736#M97870</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have created 100% Stacked bar chart with 2 dimensions and 1 measure&lt;/P&gt;
&lt;P&gt;Dim: Div_code, Region&lt;/P&gt;
&lt;P&gt;Exp:&amp;nbsp;Sum(Value)/Sum( Total &amp;lt;Div_code&amp;gt;Value)&lt;/P&gt;
&lt;P&gt;the chart is displaying as expected.&lt;/P&gt;
&lt;P&gt;but the client want to have a 100% stacked bar chart with drilldown dimensions&lt;/P&gt;
&lt;P&gt;Div_code and Branch_code (Drilldown dimensions)&lt;/P&gt;
&lt;P&gt;once we click on Div_code on Stacked bar chart its should show Branch_Code details with 100% stacked bar&lt;/P&gt;
&lt;P&gt;is it possible ? if yes can you suggest the process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Thanks&lt;/P&gt;
&lt;P&gt;Eshwar&lt;/P&gt;</description>
    <pubDate>Tue, 07 May 2024 10:47:11 GMT</pubDate>
    <dc:creator>Eshwar1</dc:creator>
    <dc:date>2024-05-07T10:47:11Z</dc:date>
    <item>
      <title>100% Stacked bar chart with Drilldown dimension</title>
      <link>https://community.qlik.com/t5/App-Development/100-Stacked-bar-chart-with-Drilldown-dimension/m-p/2449736#M97870</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have created 100% Stacked bar chart with 2 dimensions and 1 measure&lt;/P&gt;
&lt;P&gt;Dim: Div_code, Region&lt;/P&gt;
&lt;P&gt;Exp:&amp;nbsp;Sum(Value)/Sum( Total &amp;lt;Div_code&amp;gt;Value)&lt;/P&gt;
&lt;P&gt;the chart is displaying as expected.&lt;/P&gt;
&lt;P&gt;but the client want to have a 100% stacked bar chart with drilldown dimensions&lt;/P&gt;
&lt;P&gt;Div_code and Branch_code (Drilldown dimensions)&lt;/P&gt;
&lt;P&gt;once we click on Div_code on Stacked bar chart its should show Branch_Code details with 100% stacked bar&lt;/P&gt;
&lt;P&gt;is it possible ? if yes can you suggest the process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Thanks&lt;/P&gt;
&lt;P&gt;Eshwar&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 10:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-Stacked-bar-chart-with-Drilldown-dimension/m-p/2449736#M97870</guid>
      <dc:creator>Eshwar1</dc:creator>
      <dc:date>2024-05-07T10:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: 100% Stacked bar chart with Drilldown dimension</title>
      <link>https://community.qlik.com/t5/App-Development/100-Stacked-bar-chart-with-Drilldown-dimension/m-p/2473708#M99926</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/253994"&gt;@Eshwar1&lt;/a&gt;&amp;nbsp;,&amp;nbsp;yes it's possible.&lt;/P&gt;
&lt;P&gt;Click on the Master Items on the left-hand side.&lt;/P&gt;
&lt;P&gt;Select Dimensions and then click Create new.&lt;/P&gt;
&lt;P&gt;Choose Drill-down and add &lt;SPAN&gt;Div_code&amp;nbsp;&lt;/SPAN&gt;as the first dimension and &lt;SPAN&gt;Branch_code&lt;/SPAN&gt;&amp;nbsp;as the second dimension.&lt;/P&gt;
&lt;P&gt;Name your drill-down dimension appropriately and then add it to the chart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this is helpful&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 08:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-Stacked-bar-chart-with-Drilldown-dimension/m-p/2473708#M99926</guid>
      <dc:creator>F_B</dc:creator>
      <dc:date>2024-07-30T08:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: 100% Stacked bar chart with Drilldown dimension</title>
      <link>https://community.qlik.com/t5/App-Development/100-Stacked-bar-chart-with-Drilldown-dimension/m-p/2473720#M99928</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/253994"&gt;@Eshwar1&lt;/a&gt;&amp;nbsp; You could add branch_code in your expression which should work fine.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum( Total &amp;lt;Div_code,&lt;STRONG&gt;branch_code&lt;/STRONG&gt;&amp;gt;Value)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 09:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-Stacked-bar-chart-with-Drilldown-dimension/m-p/2473720#M99928</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-07-30T09:39:02Z</dc:date>
    </item>
  </channel>
</rss>

