<?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 Display values basis on the custom buckets in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-values-basis-on-the-custom-buckets/m-p/2051621#M86451</link>
    <description>&lt;P&gt;Hi All, I want to display values on the basis of a custom bucket in a bar chart.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g. my custom buckets are&lt;/P&gt;
&lt;P&gt;1. &amp;gt;=5000 and &amp;lt;50000&lt;/P&gt;
&lt;P&gt;2. &amp;gt;=50000 and &amp;lt;200000&lt;/P&gt;
&lt;P&gt;3. &amp;gt;=200000 and &amp;lt;500000&lt;/P&gt;
&lt;P&gt;4. &amp;gt;= 500000&lt;/P&gt;
&lt;P&gt;Now, I want to display Count of Sales total based products and it location.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Consider the below table:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="64" height="19" class="xl65" style="height: 14.4pt; width: 48pt;"&gt;Product&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Location&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Sales&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;A&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;AA&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;A&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;AB&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;A&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;AC&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;B&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;BA&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;5000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;B&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;BB&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;200000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;B&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;BC&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;50000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;C&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CA&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;C&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CB&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;13000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;D&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DA&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;500000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;D&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DB&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;5000000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;D&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DC&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;5000000&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a result it'll display&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4 bucket's on the Y axis and Count of the sum of Sales in the related bucket.&lt;/P&gt;
&lt;P&gt;Result&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2023 15:22:03 GMT</pubDate>
    <dc:creator>Manav_1988</dc:creator>
    <dc:date>2023-03-21T15:22:03Z</dc:date>
    <item>
      <title>Display values basis on the custom buckets</title>
      <link>https://community.qlik.com/t5/App-Development/Display-values-basis-on-the-custom-buckets/m-p/2051621#M86451</link>
      <description>&lt;P&gt;Hi All, I want to display values on the basis of a custom bucket in a bar chart.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g. my custom buckets are&lt;/P&gt;
&lt;P&gt;1. &amp;gt;=5000 and &amp;lt;50000&lt;/P&gt;
&lt;P&gt;2. &amp;gt;=50000 and &amp;lt;200000&lt;/P&gt;
&lt;P&gt;3. &amp;gt;=200000 and &amp;lt;500000&lt;/P&gt;
&lt;P&gt;4. &amp;gt;= 500000&lt;/P&gt;
&lt;P&gt;Now, I want to display Count of Sales total based products and it location.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Consider the below table:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="64" height="19" class="xl65" style="height: 14.4pt; width: 48pt;"&gt;Product&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Location&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Sales&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;A&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;AA&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;A&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;AB&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;A&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;AC&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;B&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;BA&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;5000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;B&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;BB&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;200000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;B&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;BC&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;50000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;C&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CA&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;C&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CB&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;13000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;D&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DA&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;500000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;D&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DB&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;5000000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;D&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DC&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;5000000&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a result it'll display&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4 bucket's on the Y axis and Count of the sum of Sales in the related bucket.&lt;/P&gt;
&lt;P&gt;Result&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 15:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-values-basis-on-the-custom-buckets/m-p/2051621#M86451</guid>
      <dc:creator>Manav_1988</dc:creator>
      <dc:date>2023-03-21T15:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Display values basis on the custom buckets</title>
      <link>https://community.qlik.com/t5/App-Development/Display-values-basis-on-the-custom-buckets/m-p/2051628#M86453</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you can use the class function.&lt;/P&gt;
&lt;P&gt;Please see the link&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/class.htm" target="_self"&gt;https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/class.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 14:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-values-basis-on-the-custom-buckets/m-p/2051628#M86453</guid>
      <dc:creator>SabrinaV</dc:creator>
      <dc:date>2023-03-21T14:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display values basis on the custom buckets</title>
      <link>https://community.qlik.com/t5/App-Development/Display-values-basis-on-the-custom-buckets/m-p/2051632#M86454</link>
      <description>&lt;P&gt;As is generally the case with uneven-sized buckets, the easiest way to approach this is nested if() statements.&lt;/P&gt;
&lt;P&gt;If(Sales &amp;gt; 5000 AND Sales &amp;lt; 50000, 'Bucket 1', If(Sales &amp;lt; 200000, 'Bucket 2', etc))&lt;/P&gt;
&lt;P&gt;If you&amp;nbsp; need this done with an aggregation, you would use aggr(Sum(Sales),Dim1, Dim2) instead of the simple Sales.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 15:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-values-basis-on-the-custom-buckets/m-p/2051632#M86454</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-03-21T15:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display values basis on the custom buckets</title>
      <link>https://community.qlik.com/t5/App-Development/Display-values-basis-on-the-custom-buckets/m-p/2051858#M86474</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks. I tried but Class function won't work here as It's a custom bucket scenario.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 07:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-values-basis-on-the-custom-buckets/m-p/2051858#M86474</guid>
      <dc:creator>Manav_1988</dc:creator>
      <dc:date>2023-03-22T07:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display values basis on the custom buckets</title>
      <link>https://community.qlik.com/t5/App-Development/Display-values-basis-on-the-custom-buckets/m-p/2051860#M86475</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your message. I tried the same way as you mentioned but it is not working. adding all the value for a single bucket.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 07:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-values-basis-on-the-custom-buckets/m-p/2051860#M86475</guid>
      <dc:creator>Manav_1988</dc:creator>
      <dc:date>2023-03-22T07:05:35Z</dc:date>
    </item>
  </channel>
</rss>

