<?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: Apply map in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Apply-map/m-p/1419092#M801529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That depends on how you want to treat Value and Budget. A simple answer is Yes. Replace the &lt;SPAN style="font-family: 'courier new', courier;"&gt;[Table B]&lt;/SPAN&gt; label with &lt;SPAN style="font-family: 'courier new', courier;"&gt;LEFT JOIN ([Table A])&lt;/SPAN&gt; and your second table will be joined to the first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem may now be that for each Key value, you may have multiple &lt;SPAN style="font-family: 'courier new', courier;"&gt;Country&lt;/SPAN&gt; values. And those will cause the &lt;SPAN style="font-family: 'courier new', courier;"&gt;Value-Budget&lt;/SPAN&gt; combinations to be repeated. Better not aggregate those from &lt;SPAN style="font-family: 'courier new', courier;"&gt;[Table A]&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you keep those tables separate in your data model, you will still get a JOIN but the Value-Budget lines will remain distinct for every Key value. No multiplication.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2017 11:00:03 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-12-04T11:00:03Z</dc:date>
    <item>
      <title>Apply map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map/m-p/1419091#M801528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;"Profit Centre" &amp;amp;'_' &amp;amp; "Month-Year" as Key,&lt;/P&gt;&lt;P&gt;"Month-Year",&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;"Profit Centre" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Country&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From c:\.......;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Table B:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Value,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Budget&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From ... temp.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In the above Table A and Table B is linked with Key.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Is it possible to make those two tables as one. I have to move Value and Budget fields into Table A.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From Table A i have to take the resident for one calculation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in advance.&lt;BR /&gt;&lt;/SPAN&gt;&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/Apply-map/m-p/1419091#M801528</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map/m-p/1419092#M801529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That depends on how you want to treat Value and Budget. A simple answer is Yes. Replace the &lt;SPAN style="font-family: 'courier new', courier;"&gt;[Table B]&lt;/SPAN&gt; label with &lt;SPAN style="font-family: 'courier new', courier;"&gt;LEFT JOIN ([Table A])&lt;/SPAN&gt; and your second table will be joined to the first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem may now be that for each Key value, you may have multiple &lt;SPAN style="font-family: 'courier new', courier;"&gt;Country&lt;/SPAN&gt; values. And those will cause the &lt;SPAN style="font-family: 'courier new', courier;"&gt;Value-Budget&lt;/SPAN&gt; combinations to be repeated. Better not aggregate those from &lt;SPAN style="font-family: 'courier new', courier;"&gt;[Table A]&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you keep those tables separate in your data model, you will still get a JOIN but the Value-Budget lines will remain distinct for every Key value. No multiplication.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 11:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map/m-p/1419092#M801529</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-12-04T11:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map/m-p/1419093#M801530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONCATENATE(A)&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;RESIDENT B;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 12:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map/m-p/1419093#M801530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-04T12:15:25Z</dc:date>
    </item>
  </channel>
</rss>

