<?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 Top N Customers in Stacked Bar chart (2 Dimensions) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Top-N-Customers-in-Stacked-Bar-chart-2-Dimensions/m-p/1869405#M71789</link>
    <description>&lt;P&gt;Hi Team ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am searching in the community for the below requirement , but not getting proper solution. please help to solve this.I want&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Chart #1:- (All Case) Dim1: Period, Dim2: Customer, Measure: Sum(Sale) --- Getting Proper values&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now my requirement i want Top3 customers of Only current Quarter like this based on user selection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How to show Top customers&amp;nbsp; for each quarter? each quarter having different TOP 3 customers and period data is in text format form that how to find different quarters.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stacked Bar.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68420i3E7A34A7B77B2B3D/image-size/large?v=v2&amp;amp;px=999" role="button" title="stacked Bar.JPG" alt="stacked Bar.JPG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Dec 2021 18:47:40 GMT</pubDate>
    <dc:creator>Kris1</dc:creator>
    <dc:date>2021-12-11T18:47:40Z</dc:date>
    <item>
      <title>Top N Customers in Stacked Bar chart (2 Dimensions)</title>
      <link>https://community.qlik.com/t5/App-Development/Top-N-Customers-in-Stacked-Bar-chart-2-Dimensions/m-p/1869405#M71789</link>
      <description>&lt;P&gt;Hi Team ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am searching in the community for the below requirement , but not getting proper solution. please help to solve this.I want&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Chart #1:- (All Case) Dim1: Period, Dim2: Customer, Measure: Sum(Sale) --- Getting Proper values&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now my requirement i want Top3 customers of Only current Quarter like this based on user selection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How to show Top customers&amp;nbsp; for each quarter? each quarter having different TOP 3 customers and period data is in text format form that how to find different quarters.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stacked Bar.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68420i3E7A34A7B77B2B3D/image-size/large?v=v2&amp;amp;px=999" role="button" title="stacked Bar.JPG" alt="stacked Bar.JPG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-N-Customers-in-Stacked-Bar-chart-2-Dimensions/m-p/1869405#M71789</guid>
      <dc:creator>Kris1</dc:creator>
      <dc:date>2021-12-11T18:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Customers in Stacked Bar chart (2 Dimensions)</title>
      <link>https://community.qlik.com/t5/App-Development/Top-N-Customers-in-Stacked-Bar-chart-2-Dimensions/m-p/1869428#M71793</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try below expression,&lt;/P&gt;
&lt;P&gt;Dim1: Period&lt;/P&gt;
&lt;P&gt;Dim2 : Calculated Dim :&amp;nbsp;&lt;STRONG&gt;IF(aggr(rank(sum(Sales),4),Period_Revitas,Customer )&amp;lt;=3,Customer)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Expression : Sum(sales)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="comm_1869405.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68424i76748740B82EEB76/image-size/large?v=v2&amp;amp;px=999" role="button" title="comm_1869405.PNG" alt="comm_1869405.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-N-Customers-in-Stacked-Bar-chart-2-Dimensions/m-p/1869428#M71793</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2021-12-12T03:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Top N Customers in Stacked Bar chart (2 Dimensions)</title>
      <link>https://community.qlik.com/t5/App-Development/Top-N-Customers-in-Stacked-Bar-chart-2-Dimensions/m-p/1869439#M71795</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_17" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32743" target="_self" aria-label="View Profile of sasikanth" aria-describedby="userProfileCard-32743"&gt;&lt;SPAN class=""&gt;Sasikanth&lt;/SPAN&gt;&lt;/A&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You for your valuable solution. &lt;FONT face="andale mono,times" color="#FF0000"&gt;Could you please tell me the way without derived dimension. I mean i want same result using expression or using set analysis in expression. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Why because there is another bar chart without secondary dimension (Dimension 2 : Customers),but there also i need to show top 3 or Top 5 like that.&lt;/P&gt;
&lt;P&gt;Could you plz suggest how to derive current quarter and last 3 quarters from that data. Why because the data is in text format. I am not able to apply min , max operations.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-N-Customers-in-Stacked-Bar-chart-2-Dimensions/m-p/1869439#M71795</guid>
      <dc:creator>Kris1</dc:creator>
      <dc:date>2021-12-12T07:31:09Z</dc:date>
    </item>
  </channel>
</rss>

