<?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: How do I group values in a bar chart ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901538#M991195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to display the x-axis labels differently. The first label on my chart is being displayed like this:&lt;/P&gt;&lt;P&gt;1 &amp;lt;=x&amp;lt;100001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I edit it like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - 100k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this....&lt;/P&gt;&lt;P&gt;£1 - £100k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Jul 2015 13:12:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-25T13:12:07Z</dc:date>
    <item>
      <title>How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901535#M991190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best method for summing data records into bands ? In the script ? Or in set analysis ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have thousands of transactions of sales data made up of the following fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sale ID&lt;/P&gt;&lt;P&gt;Date of Sale&lt;/P&gt;&lt;P&gt;Sale Amount (in £)&lt;/P&gt;&lt;P&gt;Salesperson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a simple bar chart showing the number of salespersons ('Y' axis) who have a total sales figure between £0 and £100,000; between £100,001 and £200,000; between £200,001 and £300,000....and so on, in groups or bands of £100,000. The bands will appear on the 'X' axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for example, Salesman A who has sales of £650,000 will count as 1 salesperson in the £600,001 - £700,000 column band of the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I approach this?&lt;/P&gt;&lt;P&gt;Your advice is much appreciated&lt;/P&gt;&lt;P&gt;MV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 09:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901535#M991190</guid>
      <dc:creator />
      <dc:date>2015-07-19T09:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901536#M991191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look at class function&lt;/P&gt;&lt;P&gt;from Qlik help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor414"&gt;&lt;/A&gt;&lt;A name="class"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;EM&gt;class(&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="Italic"&gt;expression, interval [ , label [ , offset ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Creates a classification of &lt;SPAN class="Italic"&gt;expressions&lt;/SPAN&gt;. The bin width is determined by the number set as &lt;SPAN class="Italic"&gt;interval&lt;/SPAN&gt;. The result is shown as a&amp;lt;=x&amp;lt;b, where a and b are the upper and lower limits of the bin. The x can be replaced by an arbitrary string stated in &lt;SPAN class="Italic"&gt;label&lt;/SPAN&gt;. 0 is normally the default starting point of the classification. This can be changed by adding an &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt;. &lt;/EM&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Examples:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Code"&gt;class( var,10 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;=x&amp;lt;30'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Code"&gt;class( var,5,'value' )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;= value &amp;lt;25'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Code"&gt;class( var,10,'x',5 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'15&amp;lt;=x&amp;lt;25'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in bar chart you can use this as calculated dimension&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;class([Sale Amount], 100000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this as expression&lt;/P&gt;&lt;P&gt;count(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salesperson&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 09:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901536#M991191</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-19T09:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901537#M991194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;you do it like this &lt;/P&gt;&lt;P&gt;in the dimension you use calculate dimension &lt;/P&gt;&lt;P&gt;with this expression :&lt;/P&gt;&lt;P&gt;class(aggr(sum([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sale Amount (in £)&lt;/SPAN&gt;]),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salesperson),'X',100000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and to count the sales persons use this expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salesperson)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 09:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901537#M991194</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-07-19T09:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901538#M991195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to display the x-axis labels differently. The first label on my chart is being displayed like this:&lt;/P&gt;&lt;P&gt;1 &amp;lt;=x&amp;lt;100001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I edit it like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - 100k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this....&lt;/P&gt;&lt;P&gt;£1 - £100k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 13:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901538#M991195</guid>
      <dc:creator />
      <dc:date>2015-07-25T13:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901539#M991196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might have to play around with it a little, try something like this as your calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubField(&lt;/STRONG&gt;Class()&lt;STRONG&gt;, '&amp;lt;', 1) &amp;amp; '-' &amp;amp; Floor(SubField(&lt;/STRONG&gt;Class()&lt;STRONG&gt;, '&amp;lt;', 3)/1000) &amp;amp; 'k' &lt;/STRONG&gt;// Use the class function you have right now within the SubField function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, this in a text box&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubField('1 &amp;lt;=x&amp;lt;100001', '&amp;lt;', 1) &amp;amp; '-' &amp;amp; Floor(SubField('1 &amp;lt;=x&amp;lt;100001', '&amp;lt;', 3)/1000) &amp;amp; 'k'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;gives this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="93984" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93984_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 13:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901539#M991196</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-25T13:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901540#M991197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Class(Sum(...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 15:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901540#M991197</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-25T15:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901541#M991198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dear Maureen,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use replace() function for replacing '&amp;lt;= x &amp;lt;' with '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Replace(Class(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;[Sale Amount], 100000&lt;/SPAN&gt;),'&amp;lt;= x &amp;lt;', '-')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 21:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901541#M991198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-25T21:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901542#M991199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_173119_Pic2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94162_QlikCommunity_Thread_173119_Pic2.JPG" style="height: 365px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14380361315016529 jive_text_macro" jivemacro_uid="_14380361315016529"&gt;
&lt;P&gt;=Aggr(Dual(Money(SubField(Class(Sum([Sale Amount]),100000),' &amp;lt;= x &amp;lt; ',1),'£#,##0')&amp;amp;' - '&amp;amp;Money(SubField(Class(Sum([Sale Amount]),100000),' &amp;lt;= x &amp;lt; ',2),'£#,##0'),Class(Sum([Sale Amount]),100000)),Salesperson)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_173119_Pic1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/94178_QlikCommunity_Thread_173119_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14380361363903983" jivemacro_uid="_14380361363903983"&gt;
&lt;P&gt;=Aggr(Dual(Money(SubField(Class(Sum([Sale Amount]),100000),' &amp;lt;= x &amp;lt; ',1)/1000,'£#,##0k')&amp;amp;' - '&amp;amp;Money(SubField(Class(Sum([Sale Amount]),100000),' &amp;lt;= x &amp;lt; ',2)/1000,'£#,##0k'),Class(Sum([Sale Amount]),100000)),Salesperson)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 22:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901542#M991199</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-27T22:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901543#M991200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to everyone who helped. I tried out each of your solutions on my application.&lt;/P&gt;&lt;P&gt;I do like Marco's though ! Very well explained with an example application and additional screenshots.&lt;/P&gt;&lt;P&gt;That's a great help Marco&lt;/P&gt;&lt;P&gt;MV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 14:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901543#M991200</guid>
      <dc:creator />
      <dc:date>2015-07-30T14:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901544#M991202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing Marco. How do I show those groups/bands on the x axis which have a value of 0 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 16:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901544#M991202</guid>
      <dc:creator />
      <dc:date>2015-07-30T16:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901545#M991204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/133251"&gt;Displaying empty buckets in class function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 22:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901545#M991204</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-08-07T22:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group values in a bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901546#M991205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or by precalculating sequential buckets values for the same field in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 22:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-group-values-in-a-bar-chart/m-p/901546#M991205</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-08-07T22:13:17Z</dc:date>
    </item>
  </channel>
</rss>

