<?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: How to use Map to filter hot selling items ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-Map-to-filter-hot-selling-items/m-p/486333#M686880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('HOTMAP', Model) AS HOT_MAP,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Dec 2013 07:12:28 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-12-16T07:12:28Z</dc:date>
    <item>
      <title>How to use Map to filter hot selling items ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Map-to-filter-hot-selling-items/m-p/486332#M686879</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;After tres have help me on my first post . now i need the filter to be more advance. let me share with you :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i manually tick on my excel file column Hot = 1 for those items is hot selling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to replace by load script , using map command for doing this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i create a map script :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HotMap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapping LOAD * INLINE [&lt;/P&gt;&lt;P&gt;OldCode,NewCode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TS1070,1&lt;/P&gt;&lt;P&gt;TS1070i,1&lt;/P&gt;&lt;P&gt;TS1100,1&lt;/P&gt;&lt;P&gt;TS1100i,2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Tab = TS , i add below script , which is working fine after tres advise:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('HOTMAP', Model,'1') AS HOT_MAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i list filed = HOT_MAP , i wanted to see there is 1 and 2 value. so when i click on 1 it will list 3 items and click on 2 it will list 1 items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how to modify my below script to achieve this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('HOTMAP', Model,'1') AS HOT_MAP,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 06:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Map-to-filter-hot-selling-items/m-p/486332#M686879</guid>
      <dc:creator />
      <dc:date>2013-12-16T06:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Map to filter hot selling items ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Map-to-filter-hot-selling-items/m-p/486333#M686880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('HOTMAP', Model) AS HOT_MAP,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 07:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Map-to-filter-hot-selling-items/m-p/486333#M686880</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-16T07:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Map to filter hot selling items ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Map-to-filter-hot-selling-items/m-p/486334#M686881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tres&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 07:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Map-to-filter-hot-selling-items/m-p/486334#M686881</guid>
      <dc:creator />
      <dc:date>2013-12-16T07:44:31Z</dc:date>
    </item>
  </channel>
</rss>

