<?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: Nested ApplyMap? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747230#M266641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ApplyMap('Cust1',Customer, ApplyMap('Cust2',Country,'Unknown')) as Country&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2014 15:39:35 GMT</pubDate>
    <dc:creator>yduval75</dc:creator>
    <dc:date>2014-12-16T15:39:35Z</dc:date>
    <item>
      <title>Nested ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747224#M266635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Applymap, if the mappings are not found, is there any way we could then get it to look at a different list. We have a column in our qlikview table which maps to a column in excel file and gets the value from the second colum in excel to show in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If for someone reason, the mapping is not found, could we get Qlikview to look at a different list? This will mean the column in the data model will show the value either from the first or second list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if it's confusing but I couldn't explain it much easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 14:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747224#M266635</guid>
      <dc:creator>kashjaniqlik</dc:creator>
      <dc:date>2014-12-16T14:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Nested ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747225#M266636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, with applymap function, you can write a third parameter to specify the value if the applymap doesn't meet value.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;applymap&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;'mapname', expr [ , defaultexpr ] &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;For example, tou can specify another applymap as third parameter inside the applymap function&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 15:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747225#M266636</guid>
      <dc:creator>yduval75</dc:creator>
      <dc:date>2014-12-16T15:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Nested ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747226#M266637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cust1:&lt;/P&gt;&lt;P&gt;Mapping Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Cust, Country&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, UK&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, Germany&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, France&lt;/P&gt;&lt;P&gt;&amp;nbsp; H, Poland&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cust2:&lt;/P&gt;&lt;P&gt;Mapping Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; CustID, Country&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, Spain&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, Ukraine&lt;/P&gt;&lt;P&gt;&amp;nbsp; I, Hungary&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;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp; *, &lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('Cust1',Customer, ApplyMap('Cust2',Customer,'Unknown')) as Country &lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, 120&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, 80&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, 400&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, 500&lt;/P&gt;&lt;P&gt;&amp;nbsp; F, 125&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 15:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747226#M266637</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-12-16T15:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Nested ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747227#M266638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yoann although please look at my response to Manish's solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 15:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747227#M266638</guid>
      <dc:creator>kashjaniqlik</dc:creator>
      <dc:date>2014-12-16T15:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Nested ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747228#M266639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish. Your solution is close to what I'd like to get to, although in second applymap I have a different field to map to. If I take your example, my first applymap is mapping on Customer. If no customers are found, my second applymap is mapping on a different field within the qlikview table with similar values (Country)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 15:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747228#M266639</guid>
      <dc:creator>kashjaniqlik</dc:creator>
      <dc:date>2014-12-16T15:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nested ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747229#M266640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cust1:&lt;/P&gt;&lt;P&gt;Mapping Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Cust, Country&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, UK&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, Germany&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, France&lt;/P&gt;&lt;P&gt;&amp;nbsp; H, Poland&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cust2:&lt;/P&gt;&lt;P&gt;Mapping Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; CustID, Country&lt;/P&gt;&lt;P&gt;&amp;nbsp; DD, Spain&lt;/P&gt;&lt;P&gt;&amp;nbsp; EE, Ukraine&lt;/P&gt;&lt;P&gt;&amp;nbsp; II, Hungary&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;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp; *, &lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('Cust1',Customer, ApplyMap('Cust2',ID,'Unknown')) as Country &lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer, Sales, ID&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, 100, AA&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, 120, BB&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, 80, CC&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, 400, DD&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, 500, EE&lt;/P&gt;&lt;P&gt;&amp;nbsp; F, 125, FF&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 15:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747229#M266640</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-12-16T15:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Nested ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747230#M266641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ApplyMap('Cust1',Customer, ApplyMap('Cust2',Country,'Unknown')) as Country&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 15:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747230#M266641</guid>
      <dc:creator>yduval75</dc:creator>
      <dc:date>2014-12-16T15:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nested ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747231#M266642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yoann very much. Yes it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 16:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747231#M266642</guid>
      <dc:creator>kashjaniqlik</dc:creator>
      <dc:date>2014-12-16T16:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Nested ApplyMap?</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747232#M266643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish for your help. Your both solution works. Great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 16:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-ApplyMap/m-p/747232#M266643</guid>
      <dc:creator>kashjaniqlik</dc:creator>
      <dc:date>2014-12-16T16:20:32Z</dc:date>
    </item>
  </channel>
</rss>

