<?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: Creating buckets based on turnover in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323681#M28641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All I was asking for was dummy (mocked up) data... if providing that isn't possible, then I am not sure I will have a good understanding of what you have. May be someone else can offer better help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Apr 2017 01:22:11 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-04-03T01:22:11Z</dc:date>
    <item>
      <title>Creating buckets based on turnover</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323676#M28636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following calculated dimension for Customer Rank:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Aggr(Rank(Sum([Turnover])),[Customer ID])&amp;lt;=10,dual('Top 10',1),dual('Other',2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to create another calculated dimension for Turnover Rank, the buckets are based on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 50k+&lt;/P&gt;&lt;P&gt;- 30k to 50+&lt;/P&gt;&lt;P&gt;- 20k to 30k&lt;/P&gt;&lt;P&gt;- 10k to 20k&lt;/P&gt;&lt;P&gt;- 5k to 10k&lt;/P&gt;&lt;P&gt;- 1k to 5k&lt;/P&gt;&lt;P&gt;- &amp;lt;1k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt; how would I re-engineer the Customer Rank into a Turnover Rank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Apr 2017 00:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323676#M28636</guid>
      <dc:creator>pschmidt1973</dc:creator>
      <dc:date>2017-04-02T00:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buckets based on turnover</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323677#M28637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul, Why cant we create the dimension in script?? I mean in script we can use if else clause adn create a field like you asked Turnover Rank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Apr 2017 10:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323677#M28637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-02T10:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buckets based on turnover</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323678#M28638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would work in the script for a static dimension, however, Turnover Rank is a dynamic calculation that will change based on user selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Apr 2017 22:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323678#M28638</guid>
      <dc:creator>pschmidt1973</dc:creator>
      <dc:date>2017-04-02T22:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buckets based on turnover</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323679#M28639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share some raw data and explain what the desired output needs to look like for the data provided?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Apr 2017 23:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323679#M28639</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-02T23:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buckets based on turnover</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323680#M28640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic premise is to group customer sales into buckets. Unfortunately, cannot provide data as it is customer data, however, it is based on the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Group sales into buckets based on the following ranges for customer:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- 50k+&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- 30k to 50+&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- 20k to 30k&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- 10k to 20k&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- 5k to 10k&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- 1k to 5k&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- &amp;lt;1k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the end user can select a list for example, Jan-2017, and the sales buckets will reflect sales in each bucket based on customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's basically the opposite of the calculation I posted earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 01:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323680#M28640</guid>
      <dc:creator>pschmidt1973</dc:creator>
      <dc:date>2017-04-03T01:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buckets based on turnover</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323681#M28641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All I was asking for was dummy (mocked up) data... if providing that isn't possible, then I am not sure I will have a good understanding of what you have. May be someone else can offer better help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 01:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-buckets-based-on-turnover/m-p/1323681#M28641</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-03T01:22:11Z</dc:date>
    </item>
  </channel>
</rss>

