<?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, limit of intervals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/class-function-limit-of-intervals/m-p/1095934#M364084</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;I've made a class function with limit of intervals:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(IMEI_SALE.DEALER_PURCHASE_PRICE_NET &amp;gt; 3000 , '3000 +', Class(IMEI_SALE.DEALER_PURCHASE_PRICE_NET,800, 'PRICE'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the last interval from class function is from 2400 to 3200 while in reality is from 2400 to 3000. Is there any way to correct the value 3200 to 3000?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Przechwytywanie.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111711_Przechwytywanie.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jan 2016 08:23:34 GMT</pubDate>
    <dc:creator>arsenal1983</dc:creator>
    <dc:date>2016-01-15T08:23:34Z</dc:date>
    <item>
      <title>class function, limit of intervals</title>
      <link>https://community.qlik.com/t5/QlikView/class-function-limit-of-intervals/m-p/1095934#M364084</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;I've made a class function with limit of intervals:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(IMEI_SALE.DEALER_PURCHASE_PRICE_NET &amp;gt; 3000 , '3000 +', Class(IMEI_SALE.DEALER_PURCHASE_PRICE_NET,800, 'PRICE'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the last interval from class function is from 2400 to 3200 while in reality is from 2400 to 3000. Is there any way to correct the value 3200 to 3000?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Przechwytywanie.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111711_Przechwytywanie.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 08:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/class-function-limit-of-intervals/m-p/1095934#M364084</guid>
      <dc:creator>arsenal1983</dc:creator>
      <dc:date>2016-01-15T08:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: class function, limit of intervals</title>
      <link>https://community.qlik.com/t5/QlikView/class-function-limit-of-intervals/m-p/1095935#M364085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if(IMEI_SALE.DEALER_PURCHASE_PRICE_NET &amp;gt; 3000 , '3000 +',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class(IMEI_SALE.DEALER_PURCHASE_PRICE_NET,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(IMEI_SALE.DEALER_PURCHASE_PRICE_NET&amp;gt;= 2400, 600, 800), 'PRICE'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But better would be to use '3200 +' or to change the interval-size to 750 - it's more logically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 12:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/class-function-limit-of-intervals/m-p/1095935#M364085</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-15T12:09:17Z</dc:date>
    </item>
  </channel>
</rss>

