<?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: Grouped Bar Chart with Custom dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Grouped-Bar-Chart-with-Custom-dimension/m-p/1517107#M36847</link>
    <description>&lt;P&gt;Tried, but no change&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlik error.png" style="width: 965px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1678i96A150DEF00B6C49/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlik error.png" alt="Qlik error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2018 05:48:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-06T05:48:41Z</dc:date>
    <item>
      <title>Grouped Bar Chart with Custom dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Grouped-Bar-Chart-with-Custom-dimension/m-p/1516708#M36818</link>
      <description>&lt;P&gt;I have to create a grouped bar chart with Quarters on the x-axis and Count of customers in a particular revenue bucket in the y-axis. The revenue buckets aren't equally sized.&lt;/P&gt;&lt;P&gt;Here's my revenue bucket dimension:&lt;/P&gt;&lt;P&gt;If(Aggr(Sum(CR_DOLLARS),CEC_QTR)&amp;gt;=1000000,'&amp;gt;=$1M',&lt;BR /&gt;&amp;nbsp;If(Aggr(Sum(CR_DOLLARS),CEC_QTR)&amp;gt;=100000,'&amp;gt;=$100K and &amp;lt;$1M',&lt;BR /&gt;&amp;nbsp;If(Aggr(Sum(CR_DOLLARS),CEC_QTR)&amp;gt;=10000,'&amp;gt;=$10K and &amp;lt;$10K',&lt;BR /&gt;&amp;nbsp;If(Aggr(Sum(CR_DOLLARS),CEC_QTR)&amp;gt;=1000,'&amp;gt;=$1K and &amp;lt;$10K',&lt;BR /&gt;&amp;nbsp;If(Aggr(Sum(CR_DOLLARS),CEC_QTR)&amp;gt;=1,'&amp;gt;=$1 and &amp;lt;$1K',&lt;BR /&gt;&amp;nbsp;'&amp;lt;$1')))))&lt;/P&gt;&lt;P&gt;My measure which is a count of customers is like this:&lt;/P&gt;&lt;P&gt;Count(If(Aggr(Sum([CR_DOLLARS]), CEC_QTR)&amp;gt;=1,CLEAN_END_CUSTOMER))&lt;/P&gt;&lt;P&gt;But the chart generated has the same color in all buckets. And all the bucket legends show up as &amp;gt;=$1M.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use custom colors based on dimension, Qlik creates different buckets by itself.&lt;/P&gt;&lt;P&gt;What do I do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouped-Bar-Chart-with-Custom-dimension/m-p/1516708#M36818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T21:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar Chart with Custom dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Grouped-Bar-Chart-with-Custom-dimension/m-p/1516737#M36819</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Calculated Dimension&lt;/P&gt;&lt;PRE&gt;Aggr(
If(Sum(CR_DOLLARS) &amp;gt;= 1000000, '&amp;gt;=$1M',
If(Sum(CR_DOLLARS) &amp;gt;= 100000, '&amp;gt;=$100K and &amp;lt;$1M',
If(Sum(CR_DOLLARS) &amp;gt;= 10000, '&amp;gt;=$10K and &amp;lt;$10K',
If(Sum(CR_DOLLARS) &amp;gt;= 1000, '&amp;gt;=$1K and &amp;lt;$10K',
If(Sum(CR_DOLLARS) &amp;gt;= 1, '&amp;gt;=$1 and &amp;lt;$1K'))))), CEC_QTR)&lt;/PRE&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;PRE&gt;Count(CLEAN_END_CUSTOMER)&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Dec 2018 12:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouped-Bar-Chart-with-Custom-dimension/m-p/1516737#M36819</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-05T12:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar Chart with Custom dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Grouped-Bar-Chart-with-Custom-dimension/m-p/1517107#M36847</link>
      <description>&lt;P&gt;Tried, but no change&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlik error.png" style="width: 965px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1678i96A150DEF00B6C49/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlik error.png" alt="Qlik error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 05:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouped-Bar-Chart-with-Custom-dimension/m-p/1517107#M36847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-06T05:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar Chart with Custom dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Grouped-Bar-Chart-with-Custom-dimension/m-p/1517342#M36886</link>
      <description>Would you be able to share a sample to check this out?</description>
      <pubDate>Thu, 06 Dec 2018 12:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouped-Bar-Chart-with-Custom-dimension/m-p/1517342#M36886</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-06T12:16:56Z</dc:date>
    </item>
  </channel>
</rss>

