<?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 Not able to create percentile buckets dynamically in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Not-able-to-create-percentile-buckets-dynamically/m-p/1516122#M36767</link>
    <description>&lt;P&gt;Hi Folks!!.&lt;/P&gt;&lt;P&gt;I have the following problem and I was wondering if you guys could help me.&lt;/P&gt;&lt;P&gt;Have table that contains attributes of store and revenue of each store, for example:&lt;/P&gt;&lt;P&gt;Store&lt;BR /&gt;Sku&lt;BR /&gt;Quarter&lt;BR /&gt;Class Desc&lt;BR /&gt;Urban&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Funnel Chart.GIF" style="width: 361px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1564i5C6F31CB141D4F82/image-size/large?v=v2&amp;amp;px=999" role="button" title="Funnel Chart.GIF" alt="Funnel Chart.GIF" /&gt;&lt;/span&gt;Revenue&lt;/P&gt;&lt;P&gt;Would like to show a funnel chart with dimension as &lt;STRONG&gt;Revneue_Bucket&lt;/STRONG&gt; and measure as &lt;STRONG&gt;Avg_Revenue/Store&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Dimension:&lt;BR /&gt;Revenue_Bucket column should contain below buckets (Top 10%,10-25%,25-45%,45-70%,Bottom 30%).&lt;/P&gt;&lt;P&gt;Measure:&lt;/P&gt;&lt;P&gt;Avg Revenue/Store&lt;/P&gt;&lt;P&gt;When I select any Revenue_Bucket it should contain all the stores belongs to the bucket based on the Revenue/Store and this should be dynamic.&lt;/P&gt;&lt;P&gt;After that will draw the graph between the Buckets vs Avg Revenue/Store&lt;/P&gt;&lt;P&gt;Below is the approach i thought,&lt;/P&gt;&lt;P&gt;1.By using inline command create Revnue_Bucket dimension&lt;/P&gt;&lt;P&gt;2. Calculate Revenue/Store&lt;/P&gt;&lt;P&gt;3. To the Revenue/Store column would like to calculate the percentiles(Ex:Top 10%,10-25%,25-45%,45-70%,Bottom 30%).(this part am not able to do)&lt;/P&gt;&lt;P&gt;4.Draw graph between Revenue_Bucket vs Avg_Revenue/Store&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample Data&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Store,Sku,Quarter,Segment,Class Desc,Urban Desc,Revneue&lt;BR /&gt;651,A1,2,Suburban - White / Mixed,DILUTABLE CLEANER,SUBURBAN, 11&lt;BR /&gt;8636,A2,3,Urban - White / Mixed,DILUTABLE CLEANER,SUBURBAN, 90&lt;BR /&gt;11657,A3,3,Suburban - Hispanic,BATHROOM CLNR,SUBURBAN, 50&lt;BR /&gt;8051,A4,3,Urban - White / Mixed,BATHROOM CLNR,URBAN, 3&lt;BR /&gt;7652,A5,2,Rural - Hispanic,DILUTABLE CLEANER,RURAL, 7&lt;BR /&gt;9342,A6,3,Rural - White / Mixed,BATHROOM CLNR,RURAL, 30&lt;BR /&gt;2705,A1,3,Suburban - White / Mixed,DILUTABLE CLEANER,SUBURBAN, 27&lt;BR /&gt;11063,A7,1,Urban - African American,DILUTABLE CLEANER,SUBURBAN, 25&lt;BR /&gt;1091,A8,3,Urban - Hispanic,WIPE CLEANER,SUBURBAN, 3&lt;BR /&gt;6026,A9,3,Suburban - African American,SPRAY CLEANER,SUBURBAN, 8&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;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Dec 2018 11:21:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-04T11:21:42Z</dc:date>
    <item>
      <title>Not able to create percentile buckets dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Not-able-to-create-percentile-buckets-dynamically/m-p/1516122#M36767</link>
      <description>&lt;P&gt;Hi Folks!!.&lt;/P&gt;&lt;P&gt;I have the following problem and I was wondering if you guys could help me.&lt;/P&gt;&lt;P&gt;Have table that contains attributes of store and revenue of each store, for example:&lt;/P&gt;&lt;P&gt;Store&lt;BR /&gt;Sku&lt;BR /&gt;Quarter&lt;BR /&gt;Class Desc&lt;BR /&gt;Urban&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Funnel Chart.GIF" style="width: 361px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1564i5C6F31CB141D4F82/image-size/large?v=v2&amp;amp;px=999" role="button" title="Funnel Chart.GIF" alt="Funnel Chart.GIF" /&gt;&lt;/span&gt;Revenue&lt;/P&gt;&lt;P&gt;Would like to show a funnel chart with dimension as &lt;STRONG&gt;Revneue_Bucket&lt;/STRONG&gt; and measure as &lt;STRONG&gt;Avg_Revenue/Store&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Dimension:&lt;BR /&gt;Revenue_Bucket column should contain below buckets (Top 10%,10-25%,25-45%,45-70%,Bottom 30%).&lt;/P&gt;&lt;P&gt;Measure:&lt;/P&gt;&lt;P&gt;Avg Revenue/Store&lt;/P&gt;&lt;P&gt;When I select any Revenue_Bucket it should contain all the stores belongs to the bucket based on the Revenue/Store and this should be dynamic.&lt;/P&gt;&lt;P&gt;After that will draw the graph between the Buckets vs Avg Revenue/Store&lt;/P&gt;&lt;P&gt;Below is the approach i thought,&lt;/P&gt;&lt;P&gt;1.By using inline command create Revnue_Bucket dimension&lt;/P&gt;&lt;P&gt;2. Calculate Revenue/Store&lt;/P&gt;&lt;P&gt;3. To the Revenue/Store column would like to calculate the percentiles(Ex:Top 10%,10-25%,25-45%,45-70%,Bottom 30%).(this part am not able to do)&lt;/P&gt;&lt;P&gt;4.Draw graph between Revenue_Bucket vs Avg_Revenue/Store&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample Data&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Store,Sku,Quarter,Segment,Class Desc,Urban Desc,Revneue&lt;BR /&gt;651,A1,2,Suburban - White / Mixed,DILUTABLE CLEANER,SUBURBAN, 11&lt;BR /&gt;8636,A2,3,Urban - White / Mixed,DILUTABLE CLEANER,SUBURBAN, 90&lt;BR /&gt;11657,A3,3,Suburban - Hispanic,BATHROOM CLNR,SUBURBAN, 50&lt;BR /&gt;8051,A4,3,Urban - White / Mixed,BATHROOM CLNR,URBAN, 3&lt;BR /&gt;7652,A5,2,Rural - Hispanic,DILUTABLE CLEANER,RURAL, 7&lt;BR /&gt;9342,A6,3,Rural - White / Mixed,BATHROOM CLNR,RURAL, 30&lt;BR /&gt;2705,A1,3,Suburban - White / Mixed,DILUTABLE CLEANER,SUBURBAN, 27&lt;BR /&gt;11063,A7,1,Urban - African American,DILUTABLE CLEANER,SUBURBAN, 25&lt;BR /&gt;1091,A8,3,Urban - Hispanic,WIPE CLEANER,SUBURBAN, 3&lt;BR /&gt;6026,A9,3,Suburban - African American,SPRAY CLEANER,SUBURBAN, 8&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 11:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Not-able-to-create-percentile-buckets-dynamically/m-p/1516122#M36767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-04T11:21:42Z</dc:date>
    </item>
  </channel>
</rss>

