<?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 &amp;quot;Class-like&amp;quot; function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17011#M2821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a function that works like "class", but instead of &lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;'20&amp;lt;=x&amp;lt;30', &lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;'30&amp;lt;=x&amp;lt;40'... would give me just the max? 30, 40...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif;"&gt;I tried right(class(expression)) but it didn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 May 2018 20:56:19 GMT</pubDate>
    <dc:creator>pedromsouza</dc:creator>
    <dc:date>2018-05-26T20:56:19Z</dc:date>
    <item>
      <title>"Class-like" function</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17011#M2821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a function that works like "class", but instead of &lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;'20&amp;lt;=x&amp;lt;30', &lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;'30&amp;lt;=x&amp;lt;40'... would give me just the max? 30, 40...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif;"&gt;I tried right(class(expression)) but it didn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 May 2018 20:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17011#M2821</guid>
      <dc:creator>pedromsouza</dc:creator>
      <dc:date>2018-05-26T20:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: "Class-like" function</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17012#M2822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif;"&gt;right(class(expression&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;,10&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;,2&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif;"&gt;or better:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif;"&gt;subfield(class(expression,10),'&amp;lt;',3)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 May 2018 22:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17012#M2822</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-05-26T22:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: "Class-like" function</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17013#M2823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Frank. It worked with "right".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(num(right(class(EXP,8),2))=0,1,num(right(class(EXP,8),2)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2018 12:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17013#M2823</guid>
      <dc:creator>pedromsouza</dc:creator>
      <dc:date>2018-05-27T12:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: "Class-like" function</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17014#M2824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but be aware that this function only works if the max intervall is smaller than 100.&lt;/P&gt;&lt;P&gt;for expression results above 100 you should better use the subfield solution.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2018 12:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17014#M2824</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-05-27T12:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: "Class-like" function</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17015#M2825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;I had not realized that. I'll use subfield instead. Thanks again.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2018 12:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17015#M2825</guid>
      <dc:creator>pedromsouza</dc:creator>
      <dc:date>2018-05-27T12:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: "Class-like" function</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17016#M2826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Floor(expression,10)+10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;might do as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2018 21:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Class-like-quot-function/m-p/17016#M2826</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-05-27T21:51:00Z</dc:date>
    </item>
  </channel>
</rss>

