<?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: What is the difference between Interval match and Apply map and Look up function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Interval-match-and-Apply-map-and/m-p/1012814#M931664</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;A href="https://community.qlik.com/docs/DOC-8342"&gt;How To /Missing Manual (24 articles)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-12527"&gt;Apply Map Functions - Sources&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8876"&gt;Missing Manual - Map...using&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3557"&gt;Interval Match Feature/Function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Mar 2016 11:33:54 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-03-14T11:33:54Z</dc:date>
    <item>
      <title>What is the difference between Interval match and Apply map and Look up function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Interval-match-and-Apply-map-and/m-p/1012810#M931660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not find&amp;nbsp; difference between Apply Map and interval Match.&lt;BR /&gt;Can any body please explain me.&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/What-is-the-difference-between-Interval-match-and-Apply-map-and/m-p/1012810#M931660</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Interval match and Apply map and Look up function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Interval-match-and-Apply-map-and/m-p/1012811#M931661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check it in the below qlikview help link.. Detailed explanation with example..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;IntervalMatch&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/IntervalMatch.htm" title="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/IntervalMatch.htm"&gt;https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/IntervalMatch.htm&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;ApplyMap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/MappingFunctions/ApplyMap.htm" title="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/MappingFunctions/ApplyMap.htm"&gt;https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/MappingFunctions/ApplyMap.htm&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here too..&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3037"&gt;IntervalMatch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Mar 2016 11:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Interval-match-and-Apply-map-and/m-p/1012811#M931661</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-03-06T11:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Interval match and Apply map and Look up function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Interval-match-and-Apply-map-and/m-p/1012812#M931662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Applymap&lt;/STRONG&gt;: uses a mapping table to translate a value into another value. If the first value couldn't be found in the mapping table, you can choose to return the original value or a parameter value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Lookup&lt;/STRONG&gt;: will search for a value in a column of an internal table and return the corresponding value from another column. Compare this to the Excel VLookup function. You could call it a more powerful but slower version of ApplyMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IntervalMatch&lt;/STRONG&gt;: the simple version tries to match a set of discrete numerical values in a single field to all from-to ranges listed in an specific internal table. The end result will be a synthetic key that connects field values to all matching ranges. The extended version throws keys into the mix whose values have to match 1:1. IntervalMatch has no relation to the previous two functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Mar 2016 22:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Interval-match-and-Apply-map-and/m-p/1012812#M931662</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-06T22:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Interval match and Apply map and Look up function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Interval-match-and-Apply-map-and/m-p/1012813#M931663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh and BTW, Lookup() and ApplyMap() are functions that may or may not be used while loading/calculating field data in a LOAD statement. Intervalmatch on the other hand is a LOAD statement prefix that turns a regular LOAD statement into a version with "side-effects" if you wish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Mar 2016 22:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Interval-match-and-Apply-map-and/m-p/1012813#M931663</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-06T22:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Interval match and Apply map and Look up function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Interval-match-and-Apply-map-and/m-p/1012814#M931664</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;A href="https://community.qlik.com/docs/DOC-8342"&gt;How To /Missing Manual (24 articles)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-12527"&gt;Apply Map Functions - Sources&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8876"&gt;Missing Manual - Map...using&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3557"&gt;Interval Match Feature/Function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 11:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Interval-match-and-Apply-map-and/m-p/1012814#M931664</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-14T11:33:54Z</dc:date>
    </item>
  </channel>
</rss>

