<?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 Class Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519200#M1135066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Of CLASS() Function,&lt;/P&gt;&lt;P&gt;please give me example, and which type of scenario's using CLASS() function..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone explain.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Oct 2013 12:25:32 GMT</pubDate>
    <dc:creator>Nagaraju_KCS</dc:creator>
    <dc:date>2013-10-24T12:25:32Z</dc:date>
    <item>
      <title>Class Function</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519200#M1135066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Of CLASS() Function,&lt;/P&gt;&lt;P&gt;please give me example, and which type of scenario's using CLASS() function..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone explain.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 12:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519200#M1135066</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2013-10-24T12:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519201#M1135067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is a video &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://youtu.be/VoARPz5-Stc" title="http://youtu.be/VoARPz5-Stc"&gt;QlikView Tutorial - CLASS Function - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 12:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519201#M1135067</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-24T12:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519202#M1135068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&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 &lt;BR /&gt;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 &lt;BR /&gt;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;/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;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,5,'value' )&lt;/SPAN&gt; with &lt;BR /&gt;&lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;= value &lt;BR /&gt;&amp;lt;25'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;class( &lt;BR /&gt;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;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any issues understanding from here, please let know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 12:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519202#M1135068</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-24T12:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519203#M1135069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can you please guide me on&amp;nbsp; the function&amp;nbsp; class(8,3,'y',2) ,how it will work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 11:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519203#M1135069</guid>
      <dc:creator />
      <dc:date>2015-01-07T11:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519204#M1135070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;class(8,3,'y',2) will always deliver a dual value '8 &amp;lt;= y &amp;lt; 11' with an underlying value of 8.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 11:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519204#M1135070</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-07T11:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519205#M1135071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain me in detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how the lower and upper limits calculated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 12:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519205#M1135071</guid>
      <dc:creator />
      <dc:date>2015-01-07T12:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519206#M1135072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of the confusion could probably be around &lt;STRONG&gt;offset,&lt;/STRONG&gt; &lt;EM&gt;it is nothing but the number the interval starts from. &lt;/EM&gt;Hence, taking it from there, in '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;class(8,3,'y',2)' interval starts from 2; interval 3 will generate the intervals like: 2+3=5, 5+3=8, 8+3=11, ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Now the number 8 belongs to 8-11. 'y' is just a label.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 12:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519206#M1135072</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-01-07T12:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Class Function</title>
      <link>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519207#M1135073</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;please see this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/119286"&gt;How to use Class() function&lt;/A&gt;&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;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 14:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-Function/m-p/519207#M1135073</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2015-01-07T14:11:27Z</dc:date>
    </item>
  </channel>
</rss>

