<?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: mapping in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/mapping/m-p/993365#M955886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As other said it's ur expression having two applymaps with in single expresion.&lt;/P&gt;&lt;P&gt;1.First it's execute Internal Applymap() with mapping table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AverageRate,if ur &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AverageRate having some info &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Currency &amp;amp; Year..then it'will get from here and this expression will work as default if in case ur external map won't gives any data.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2, External Apply map will fetch some data from mapping price table ,if wont have some information then ur expression will take default value of ur internal apply map expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Nov 2015 15:19:08 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-11-13T15:19:08Z</dc:date>
    <item>
      <title>mapping</title>
      <link>https://community.qlik.com/t5/QlikView/mapping/m-p/993359#M955880</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;This is from my existing code. does anybody know what is this trying to do. I am, aware of apply map but still confused on this below line&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;basically it is taking 2 apply maps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap('Prices',Currency &amp;amp;Year,ApplyMap('AverageRate',Currency &amp;amp; Year,'')) as NewPrice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 15:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping/m-p/993359#M955880</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2015-11-13T15:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: mapping</title>
      <link>https://community.qlik.com/t5/QlikView/mapping/m-p/993360#M955881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 2nd applymap is the 3rd parameter of applymap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- If Qlik find &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Currency &amp;amp;Year in the first column of Prices mapping table it returns the second column&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- If Qlik doesn't find &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Currency &amp;amp;Year in the Prices mapping table, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;then it tries to find a Currency &amp;amp; Year in the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AverageRate mapping table; if found in 1st column of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AverageRate&lt;/SPAN&gt;, return the 2nd column, if not, return ''&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 15:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping/m-p/993360#M955881</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-13T15:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: mapping</title>
      <link>https://community.qlik.com/t5/QlikView/mapping/m-p/993361#M955882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a nested ApplyMap. If there are no matches in the first ApplyMap table, it will go the second ApplyMap table to look for matches.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 15:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping/m-p/993361#M955882</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-13T15:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: mapping</title>
      <link>https://community.qlik.com/t5/QlikView/mapping/m-p/993362#M955883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is nested ApplyMap expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have 2 Mapping tables AverageRate &amp;amp; Prices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Qlikview first evaluate the inside ApplyMap "AverageRate" &amp;amp; output added to outside ApplyMap Prices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The matching field is concatenated field in both ApplyMap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 15:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping/m-p/993362#M955883</guid>
      <dc:creator />
      <dc:date>2015-11-13T15:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: mapping</title>
      <link>https://community.qlik.com/t5/QlikView/mapping/m-p/993363#M955884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks guys ...great answers in short time...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 15:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping/m-p/993363#M955884</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2015-11-13T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: mapping</title>
      <link>https://community.qlik.com/t5/QlikView/mapping/m-p/993364#M955885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I apply map at the first level and for the second level can I use expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap('Prices',Currency &amp;amp;Year )as NewPrice,.. So I take this new price in the expression and further use this expression ..so if the expression is null then I want to refer another expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 15:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping/m-p/993364#M955885</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2015-11-13T15:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: mapping</title>
      <link>https://community.qlik.com/t5/QlikView/mapping/m-p/993365#M955886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As other said it's ur expression having two applymaps with in single expresion.&lt;/P&gt;&lt;P&gt;1.First it's execute Internal Applymap() with mapping table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AverageRate,if ur &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AverageRate having some info &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Currency &amp;amp; Year..then it'will get from here and this expression will work as default if in case ur external map won't gives any data.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2, External Apply map will fetch some data from mapping price table ,if wont have some information then ur expression will take default value of ur internal apply map expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 15:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping/m-p/993365#M955886</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-11-13T15:19:08Z</dc:date>
    </item>
  </channel>
</rss>

