<?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: How to get the class() function to become more granular? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-class-function-to-become-more-granular/m-p/1768533#M454458</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/40129"&gt;@Sazabi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can. In that case, your class would be overlapping. Try something like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Load&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;IterNo(),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Class(Num,3, 'x', Mod(IterNo()-1,2)) as Class,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Num&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;While IterNo()&amp;lt;6; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Load *&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Inline [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Num&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;3&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;5&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;6&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;7&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;8&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;9&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;]&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Dec 2020 09:56:44 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2020-12-15T09:56:44Z</dc:date>
    <item>
      <title>How to get the class() function to become more granular?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-class-function-to-become-more-granular/m-p/1768499#M454457</link>
      <description>&lt;P&gt;Salutations Qliksters,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question - is it possible to get the class() function to break down its segments into smaller incremental chunks?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;By default the class(field, 3) function might return something like&lt;/P&gt;&lt;P&gt;0&amp;lt;=x&amp;lt;3&lt;/P&gt;&lt;P&gt;3&amp;lt;=x&amp;lt;6&lt;/P&gt;&lt;P&gt;6&amp;lt;=x&amp;lt;9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for my classifications to be something more like&amp;nbsp;&lt;/P&gt;&lt;P&gt;0&amp;lt;=x&amp;lt;3&lt;/P&gt;&lt;P&gt;1&amp;lt;=x&amp;lt;4&lt;/P&gt;&lt;P&gt;2&amp;lt;=x&amp;lt;5&lt;/P&gt;&lt;P&gt;3&amp;lt;=x&amp;lt;6&lt;/P&gt;&lt;P&gt;4&amp;lt;=x&amp;lt;7&lt;/P&gt;&lt;P&gt;5&amp;lt;=x&amp;lt;8&lt;/P&gt;&lt;P&gt;etc, etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 08:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-class-function-to-become-more-granular/m-p/1768499#M454457</guid>
      <dc:creator>Sazabi</dc:creator>
      <dc:date>2020-12-15T08:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the class() function to become more granular?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-class-function-to-become-more-granular/m-p/1768533#M454458</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/40129"&gt;@Sazabi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can. In that case, your class would be overlapping. Try something like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Load&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;IterNo(),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Class(Num,3, 'x', Mod(IterNo()-1,2)) as Class,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Num&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;While IterNo()&amp;lt;6; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Load *&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Inline [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Num&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;3&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;5&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;6&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;7&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;8&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;9&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;]&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 09:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-class-function-to-become-more-granular/m-p/1768533#M454458</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-12-15T09:56:44Z</dc:date>
    </item>
  </channel>
</rss>

