<?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 Differences in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Differences/m-p/784022#M277525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is difference between interval match and apply map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2015 11:10:35 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2015-02-11T11:10:35Z</dc:date>
    <item>
      <title>Differences</title>
      <link>https://community.qlik.com/t5/QlikView/Differences/m-p/784022#M277525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is difference between interval match and apply map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 11:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Differences/m-p/784022#M277525</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-11T11:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Differences</title>
      <link>https://community.qlik.com/t5/QlikView/Differences/m-p/784023#M277526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Intervalmatch places values froma a table into corresponding intervals of a second table, while apply map places a field from a first table into a second table field (Not a Range of values - Interval)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a look to the help for other details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 11:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Differences/m-p/784023#M277526</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-02-11T11:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Differences</title>
      <link>https://community.qlik.com/t5/QlikView/Differences/m-p/784024#M277527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apply map will match for that particular ID and get you the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;maaping load &lt;/P&gt;&lt;P&gt;key,name&lt;/P&gt;&lt;P&gt;1,A&lt;/P&gt;&lt;P&gt;2,B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;key,dept&lt;/P&gt;&lt;P&gt;1,XX&lt;/P&gt;&lt;P&gt;2,YY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you use apply map&lt;/P&gt;&lt;P&gt;load applymap('table1',key) as name,&lt;/P&gt;&lt;P&gt;key,&lt;/P&gt;&lt;P&gt;dept&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output&lt;/P&gt;&lt;P&gt;name,key,dept&lt;/P&gt;&lt;P&gt;A,1,XX&lt;/P&gt;&lt;P&gt;B,2,YY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interval will try to match for a range of values like from 0 to 5 its will search if any value is found it will provide the result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 11:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Differences/m-p/784024#M277527</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-11T11:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Differences</title>
      <link>https://community.qlik.com/t5/QlikView/Differences/m-p/784025#M277528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;On broad line;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IntervalMatch() function is like matching the ranges and fetching them.&lt;/P&gt;&lt;P&gt;ApplyMap (with Mapping Load) acts like 'Lookup' in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More info on both :&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/93674"&gt;http://community.qlik.com/thread/93674&lt;/A&gt; : IntervalMatch&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/98764"&gt;http://community.qlik.com/thread/98764&lt;/A&gt; : ApplyMap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Cheers !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 11:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Differences/m-p/784025#M277528</guid>
      <dc:creator />
      <dc:date>2015-02-11T11:32:23Z</dc:date>
    </item>
  </channel>
</rss>

