<?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 Group Experience in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-Experience/m-p/507036#M1142702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field Exp. which have values 1 to 20. I have to group the Exp as 1-5 yrs, 6-10 yrs and +10 yrs in drill down.&lt;/P&gt;&lt;P&gt;Plz help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2013 05:29:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-11T05:29:06Z</dc:date>
    <item>
      <title>Group Experience</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Experience/m-p/507036#M1142702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field Exp. which have values 1 to 20. I have to group the Exp as 1-5 yrs, 6-10 yrs and +10 yrs in drill down.&lt;/P&gt;&lt;P&gt;Plz help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 05:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Experience/m-p/507036#M1142702</guid>
      <dc:creator />
      <dc:date>2013-09-11T05:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Group Experience</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Experience/m-p/507037#M1142703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the Class() function?&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor412"&gt;&lt;/A&gt;&lt;A name="class"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;class(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression, interval [ , label [ , offset ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creates a classification of &lt;SPAN class="Italic"&gt;expressions&lt;/SPAN&gt;. The bin &lt;BR /&gt;width is determined by the number set as &lt;SPAN class="Italic"&gt;interval&lt;/SPAN&gt;. The &lt;BR /&gt;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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples: &lt;/P&gt;&lt;P&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;/P&gt;&lt;P&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;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;I find it useful when creating buckets for data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Also, consider using a variable in the arguments to make it dynamic. For instance, a user can slide the value up or down to increase or decrease the items in the buckets.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Greg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 05:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Experience/m-p/507037#M1142703</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2013-09-11T05:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Group Experience</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Experience/m-p/507038#M1142704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Greg,&lt;/P&gt;&lt;P&gt;I have to use this in pie chart. user dont have to make a any input just&lt;/P&gt;&lt;P&gt;have to click the Experience to move ahead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 06:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Experience/m-p/507038#M1142704</guid>
      <dc:creator />
      <dc:date>2013-09-11T06:52:24Z</dc:date>
    </item>
  </channel>
</rss>

