<?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: intervals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/intervals/m-p/1206496#M877877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajendran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use class() function here, it will create a bucket and separate your values according to the intervals.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Following are the examples for class function:-&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;class( var,10 )&lt;/SPAN&gt; with &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'20&amp;lt;=x&amp;lt;30'&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;class( var,5,'value' )&lt;/SPAN&gt; with &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'20&amp;lt;= value &amp;lt;25'&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;class( var,10,'x',5 )&lt;/SPAN&gt; with &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'15&amp;lt;=x&amp;lt;25'&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2016 04:50:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-20T04:50:49Z</dc:date>
    <item>
      <title>intervals</title>
      <link>https://community.qlik.com/t5/QlikView/intervals/m-p/1206491#M877872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to create a list box which enables selection of metrics grouped in intervals of 2 (1-2, 3-4, 5-6).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this. can anyone please explain with example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/intervals/m-p/1206491#M877872</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: intervals</title>
      <link>https://community.qlik.com/t5/QlikView/intervals/m-p/1206492#M877873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create using valuelist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bucket / interaction match&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 17:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/intervals/m-p/1206492#M877873</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-19T17:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: intervals</title>
      <link>https://community.qlik.com/t5/QlikView/intervals/m-p/1206493#M877874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use if statement or class function&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9195"&gt;Class Function Example&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 17:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/intervals/m-p/1206493#M877874</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-19T17:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: intervals</title>
      <link>https://community.qlik.com/t5/QlikView/intervals/m-p/1206494#M877875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really like to create the Buckets in the script when possible to maintain the simplicity of the Application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 17:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/intervals/m-p/1206494#M877875</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-10-19T17:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: intervals</title>
      <link>https://community.qlik.com/t5/QlikView/intervals/m-p/1206495#M877876</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;one solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_237004_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141308_QlikCommunity_Thread_237004_Pic1.JPG" style="height: auto; width: 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_14769185643713785" jivemacro_uid="_14769185643713785"&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(Floor(Value,2,1)&amp;amp;'-'&amp;amp;(Floor(Value,2,1)+1),Floor(Value,2,1)) as ValueGroup;&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as Value&lt;/P&gt;
&lt;P&gt;AutoGenerate 30;&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>Wed, 19 Oct 2016 23:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/intervals/m-p/1206495#M877876</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-10-19T23:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: intervals</title>
      <link>https://community.qlik.com/t5/QlikView/intervals/m-p/1206496#M877877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajendran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use class() function here, it will create a bucket and separate your values according to the intervals.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Following are the examples for class function:-&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;class( var,10 )&lt;/SPAN&gt; with &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'20&amp;lt;=x&amp;lt;30'&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;class( var,5,'value' )&lt;/SPAN&gt; with &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'20&amp;lt;= value &amp;lt;25'&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;class( var,10,'x',5 )&lt;/SPAN&gt; with &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'15&amp;lt;=x&amp;lt;25'&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 04:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/intervals/m-p/1206496#M877877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-20T04:50:49Z</dc:date>
    </item>
  </channel>
</rss>

