<?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 On the fly IntervalMatch (kind of)??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/On-the-fly-IntervalMatch-kind-of/m-p/1241548#M461302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to build an expression that do something similar to a IntervalMatch, but on the front-end.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In other words, from a table like the one &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;below&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Grade | Rate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,5&amp;nbsp;&amp;nbsp; |&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,6&amp;nbsp;&amp;nbsp; |&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,7&amp;nbsp;&amp;nbsp; |&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if our grade is above 0 and less than 4,5 the rate is 1, if is above 4,5 and less than 4,6 the rate is 2, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;grade&lt;/STRONG&gt; metric depends on the selections, so it can not be calculated in advance.&lt;/P&gt;&lt;P&gt;At this point I can only assign it to the total value of the aggregation (the value of total row of the table). On the attachment you have a dummy data set to walk you through the problem.&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, 26 Jan 2017 16:00:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-26T16:00:15Z</dc:date>
    <item>
      <title>On the fly IntervalMatch (kind of)???</title>
      <link>https://community.qlik.com/t5/QlikView/On-the-fly-IntervalMatch-kind-of/m-p/1241548#M461302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to build an expression that do something similar to a IntervalMatch, but on the front-end.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In other words, from a table like the one &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;below&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Grade | Rate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,5&amp;nbsp;&amp;nbsp; |&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,6&amp;nbsp;&amp;nbsp; |&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,7&amp;nbsp;&amp;nbsp; |&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if our grade is above 0 and less than 4,5 the rate is 1, if is above 4,5 and less than 4,6 the rate is 2, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;grade&lt;/STRONG&gt; metric depends on the selections, so it can not be calculated in advance.&lt;/P&gt;&lt;P&gt;At this point I can only assign it to the total value of the aggregation (the value of total row of the table). On the attachment you have a dummy data set to walk you through the problem.&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, 26 Jan 2017 16:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-the-fly-IntervalMatch-kind-of/m-p/1241548#M461302</guid>
      <dc:creator />
      <dc:date>2017-01-26T16:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: On the fly IntervalMatch (kind of)???</title>
      <link>https://community.qlik.com/t5/QlikView/On-the-fly-IntervalMatch-kind-of/m-p/1241549#M461303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 17:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-the-fly-IntervalMatch-kind-of/m-p/1241549#M461303</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-26T17:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: On the fly IntervalMatch (kind of)???</title>
      <link>https://community.qlik.com/t5/QlikView/On-the-fly-IntervalMatch-kind-of/m-p/1241550#M461304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 18:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-the-fly-IntervalMatch-kind-of/m-p/1241550#M461304</guid>
      <dc:creator />
      <dc:date>2017-01-26T18:43:10Z</dc:date>
    </item>
  </channel>
</rss>

