<?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: Help required in LOOKUP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883212#M308025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Swuehl! I will try that out and will let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically above values which you see is maintained in the excel and basically when we use LOOKUP we need to divide the value by 365 then get corresponding values from the excel(The value which is in the excel is already been divided by 365). Hope it is clear now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 May 2015 13:30:34 GMT</pubDate>
    <dc:creator>qlikviewforum</dc:creator>
    <dc:date>2015-05-31T13:30:34Z</dc:date>
    <item>
      <title>Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883210#M308023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In one of the case when I am using lookup to get the required value based on the match found. So when I lookup not sure whether I need to use ROUND,CEIL, etc...Since the values are in different format(as shown below).For your information when I look it up we use to divide the original value and then it has to be formatted to so that it is any of the below so that match is found in mapping table(values in the below mapping table is already divided). Not sure how to manage the different formatting. please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE &lt;/P&gt;&lt;P&gt;0.07&lt;/P&gt;&lt;P&gt;0.18&lt;/P&gt;&lt;P&gt;0.25&lt;/P&gt;&lt;P&gt;0.5&lt;/P&gt;&lt;P&gt;0.85&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;1.3&lt;/P&gt;&lt;P&gt;1.5&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;25&lt;/P&gt;&lt;P&gt;30&lt;/P&gt;&lt;P&gt;40&lt;/P&gt;&lt;P&gt;50&lt;/P&gt;&lt;P&gt;60&lt;/P&gt;&lt;P&gt;70&lt;/P&gt;&lt;P&gt;80&lt;/P&gt;&lt;P&gt;90&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2015 18:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883210#M308023</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2015-05-30T18:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883211#M308024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure if I understand what you are trying to achieve. Could you upload a small sample QVW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that the values you are trying to map are a subset of the value set shown above, except for possible calculation errors (errors much smaller than 0.01).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your mapping values show up to two decimal places, so one could think that it should be enough to round the values you want to map and the mapping set to two decimal places:&lt;/P&gt;&lt;P&gt;=round(Value, 0.01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But matching floating point values, i.e. compare for equality, it's kind of hard (have a look at HIC's blog post about floating point issues).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it might be better to multiply all values, the ones you want to map and the mapping value set, with 100 and then round to nearest integer.&lt;/P&gt;&lt;P&gt;=round(Value*100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this of any help for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2015 21:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883211#M308024</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-05-30T21:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883212#M308025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Swuehl! I will try that out and will let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically above values which you see is maintained in the excel and basically when we use LOOKUP we need to divide the value by 365 then get corresponding values from the excel(The value which is in the excel is already been divided by 365). Hope it is clear now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2015 13:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883212#M308025</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2015-05-31T13:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883213#M308026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;To overcome from this problem I am thinking of having below blocks. This I have explained therotically not sure how to build a below block. So basically below block will give only one applymap statement which I want to use in the code. Could you please help me on this as it is little urgent?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the value of START/365 and END/365 &amp;gt;=1 then I want to use &lt;/P&gt;&lt;P&gt;applymap('Rank_Map',&lt;STRONG&gt;ROUND&lt;/STRONG&gt;(START/365,0.1)&amp;amp;'~'&amp;amp;&lt;STRONG&gt;ROUND&lt;/STRONG&gt;(END/365,0.1)&amp;amp;'~XYZ',1) &lt;/P&gt;&lt;P&gt;and if the value of START/365 and END/365 &amp;lt;=1 then I want to use&lt;/P&gt;&lt;P&gt;applymap('Rank_Map',&lt;STRONG&gt;FLOOR&lt;/STRONG&gt;(START/365,0.1)&amp;amp;'~'&amp;amp;&lt;STRONG&gt;FLOOR&lt;/STRONG&gt;(END/365,0.1)&amp;amp;'~XYZ',1)&lt;/P&gt;&lt;P&gt;then there would be some cases where START/365 &amp;lt;=1 and END/365 &amp;gt;=1&lt;/P&gt;&lt;P&gt;applymap('Rank_Map',&lt;STRONG&gt;FLOOR&lt;/STRONG&gt;(START/365,0.1)&amp;amp;'~'&amp;amp;&lt;STRONG&gt;ROUND&lt;/STRONG&gt;(END/365,0.1)&amp;amp;'~XYZ',1) &lt;/P&gt;&lt;P&gt;and some cases where START/365 &amp;gt;=1 and END/365 &amp;lt;=1&lt;/P&gt;&lt;P&gt;applymap('Rank_Map',&lt;STRONG&gt;ROUND&lt;/STRONG&gt;(START/365,0.1)&amp;amp;'~'&amp;amp;&lt;STRONG&gt;FLOOR&lt;/STRONG&gt;(END/365,0.1)&amp;amp;'~XYZ',1) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 08:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883213#M308026</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2015-06-01T08:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883214#M308027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the values in that table already are divided, why not multiply with 365 and you'll always get a value above 1 and can use Round? Or i'm not getting the total picture of which values are in the mapping table and which are in the Excel.&lt;/P&gt;&lt;P&gt;Complete example would help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 08:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883214#M308027</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-06-01T08:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883215#M308028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;START/365 &amp;gt;=1 and END/365 &amp;gt;=1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;applymap('Rank_Map',&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ROUND&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(START/365,0.1)&amp;amp;'~'&amp;amp;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ROUND&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(END/365,0.1)&amp;amp;'~XYZ',1),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; START/365 &amp;lt; 1 and END/365 &amp;lt; 1,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;applymap('Rank_Map',&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FLOOR&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(START/365,0.1)&amp;amp;'~'&amp;amp;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FLOOR&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(END/365,0.1)&amp;amp;'~XYZ',1),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;START/365 &amp;lt; 1 and END/365 &amp;gt;=1,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;applymap('Rank_Map',&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FLOOR&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(START/365,0.1)&amp;amp;'~'&amp;amp;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ROUND&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(END/365,0.1)&amp;amp;'~XYZ',1),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;applymap('Rank_Map',&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ROUND&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(START/365,0.1)&amp;amp;'~'&amp;amp;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FLOOR&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(END/365,0.1)&amp;amp;'~XYZ',1)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as MappedValue,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still, mapping a floating point value is problematic. I think better would be to multiply your mapping table (with 3650?) as well as the START and END values (in the mapping functions, with 10) and round them to next integer, to scale all values for mapping to integers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 09:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883215#M308028</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-01T09:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883216#M308029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I will try it out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to to confirm, I should multiply the mapping table with 3650 and start and end values with 10 and then round both to 0.01. Please correct me if I am wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 10:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883216#M308029</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2015-06-01T10:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883217#M308030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Round them to next integer:&lt;/P&gt;&lt;P&gt;Round(Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scaling values should be correct (well, not 100% sure, as Ralf said, it's better to see the real values and validate the approach).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you come up with a small sample QVW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: I am also unsure about the need to use floor() function, but if you need it, also approach nearest integer:&lt;/P&gt;&lt;P&gt;floor(Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 10:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883217#M308030</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-01T10:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883218#M308031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl and Ralf. I will check both the stuffs and will let you know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 10:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883218#M308031</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2015-06-01T10:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883219#M308032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just noticed that you are actually not mapping floating point values, but text values (since you concatenate the values rounded to one decimal places). There should be no (or less &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; ) issues mapping text values, so you don't need to scale the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 10:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883219#M308032</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-01T10:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883220#M308033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am wondering whether I can convert the mapping field values in the excel to text and then map it? Just a thought!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 10:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883220#M308033</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2015-06-01T10:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883221#M308034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I didn't get this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 11:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883221#M308034</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2015-06-01T11:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883222#M308035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it would be good to see all your indata, to get the full picture. you have one Excel file (with START and END), and then the mapping table in your first post, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 11:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883222#M308035</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-06-01T11:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883223#M308036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This block didn't work. It is giving null for few of the records. Not sure what is going wrong here. Also wherever 1.0 is expected it is giving 1.00. Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 14:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883223#M308036</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2015-06-01T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883224#M308037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post some examples of all your data tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 05:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883224#M308037</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-06-02T05:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help required in LOOKUP</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883225#M308038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for late response. Due to security reasons I will not be able to attach the sample data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your kind help. I think above block is working fine after removing the FLOOR but need to do through testing once. Will keep you updated on the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-LOOKUP/m-p/883225#M308038</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2015-06-03T06:22:01Z</dc:date>
    </item>
  </channel>
</rss>

