<?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 Grouping Values on list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-Values-on-list-box/m-p/811697#M534182</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'm new to using QV and this might be a stupidly simple question but would really like your help here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a dashboard to show difference between budget and actual spending for each entity within a business (there are about 50). I&amp;nbsp; created a list box showing this difference, but instead of displaying individual difference&amp;nbsp; (e.g.&amp;nbsp; -93322.00, -84466.00, -83492.00,-27418.00,0,123.00 ...and so on ), I want to show by intervals such as -100,000--50,000, -50,000-0, 0-50,000 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2015 11:49:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-16T11:49:40Z</dc:date>
    <item>
      <title>Grouping Values on list box</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Values-on-list-box/m-p/811697#M534182</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'm new to using QV and this might be a stupidly simple question but would really like your help here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a dashboard to show difference between budget and actual spending for each entity within a business (there are about 50). I&amp;nbsp; created a list box showing this difference, but instead of displaying individual difference&amp;nbsp; (e.g.&amp;nbsp; -93322.00, -84466.00, -83492.00,-27418.00,0,123.00 ...and so on ), I want to show by intervals such as -100,000--50,000, -50,000-0, 0-50,000 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 11:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Values-on-list-box/m-p/811697#M534182</guid>
      <dc:creator />
      <dc:date>2015-02-16T11:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Values on list box</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Values-on-list-box/m-p/811698#M534183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could cluster such calculation with class() or use a rounding-function, maybe round(value, 10000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 16:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Values-on-list-box/m-p/811698#M534183</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-02-16T16:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Values on list box</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Values-on-list-box/m-p/811699#M534184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible using intervalmatch() function at script level. Then you can show intervals in listbox as desired. Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 16:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Values-on-list-box/m-p/811699#M534184</guid>
      <dc:creator />
      <dc:date>2015-02-16T16:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Values on list box</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Values-on-list-box/m-p/811700#M534185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus, I think the class( ) function is closer to what I'm trying to achieve. With the above example though I have entered the expression as &lt;EM&gt;Class (Difference, 25000);&lt;/EM&gt; on the list box it would still show the actual value then the class e.g. &lt;EM&gt;-93322.00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -94000.00&amp;lt;=00.00&amp;lt;-69,000,&amp;nbsp; -84466.00&amp;nbsp; &lt;/EM&gt;&lt;EM&gt;-94000.00&amp;lt;=00.00&amp;lt;-69,000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how I could get rid of the actual value and only show the each class once?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank a lot again &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 10:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Values-on-list-box/m-p/811700#M534185</guid>
      <dc:creator />
      <dc:date>2015-02-17T10:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Values on list box</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Values-on-list-box/m-p/811701#M534186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to use such expression-clustering directly within the gui in a listbox or a chart you will need a wrapping from these expression with aggr(), maybe in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Class(aggr(EXPRESSION, DIMENSION), CLUSTER-SIZE, START&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or more practical&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Class(aggr(sum(KPI) / Count(DISTINCT Month&amp;amp;Year), Store), $(Cluster), 'x', 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereby $(Cluster) is a variable to increase the flixibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 10:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Values-on-list-box/m-p/811701#M534186</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-02-17T10:59:39Z</dc:date>
    </item>
  </channel>
</rss>

