<?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: Multiple fields from different tables in one table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-fields-from-different-tables-in-one-table/m-p/1462355#M792352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this really depends on your data and what you need to achieve. In some cases you could be perfectly OK with Left Join or Outer Join, while in other cases I'd go with what &lt;A href="https://community.qlik.com/qlik-users/34135"&gt;ecolomer&lt;/A&gt; suggests.&lt;/P&gt;&lt;P&gt;Juraj &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2018 23:09:07 GMT</pubDate>
    <dc:creator>juraj_misina</dc:creator>
    <dc:date>2018-01-10T23:09:07Z</dc:date>
    <item>
      <title>Multiple fields from different tables in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-fields-from-different-tables-in-one-table/m-p/1462351#M792348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following tables and the respective fields in them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;CKey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CKey&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;AKey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;C&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AKey&lt;/P&gt;&lt;P&gt;Appl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want ID, Date, Appl in a single table. How do I achieve this? Left Join? Or ApplyMap to peek into? Please help and suggest.&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/Multiple-fields-from-different-tables-in-one-table/m-p/1462351#M792348</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple fields from different tables in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-fields-from-different-tables-in-one-table/m-p/1462352#M792349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me the best thing would be to use ApplyMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;MAPPING LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;from ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:&lt;/P&gt;&lt;P&gt;MAPPING LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Appl&lt;/P&gt;&lt;P&gt;from ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CKey,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('A', CKey, '--') as ID, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AKey&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('C', AKey, '--) as Appl&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 17:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-fields-from-different-tables-in-one-table/m-p/1462352#M792349</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2018-01-10T17:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple fields from different tables in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-fields-from-different-tables-in-one-table/m-p/1462353#M792350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tables with Mapping load are not loading. The load doesn't even go there, to these tables with Mapping Load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 18:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-fields-from-different-tables-in-one-table/m-p/1462353#M792350</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-01-10T18:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple fields from different tables in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-fields-from-different-tables-in-one-table/m-p/1462354#M792351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you load a table with MAPPING LOAD, the table is not visualized because it is virtual and only serves to be used in ApllyMap.&lt;/P&gt;&lt;P&gt;In my example, I have not finished writing the LOAD clauses and I have left it with the from ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Send my some real values and I write the script for these data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 19:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-fields-from-different-tables-in-one-table/m-p/1462354#M792351</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2018-01-10T19:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple fields from different tables in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-fields-from-different-tables-in-one-table/m-p/1462355#M792352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this really depends on your data and what you need to achieve. In some cases you could be perfectly OK with Left Join or Outer Join, while in other cases I'd go with what &lt;A href="https://community.qlik.com/qlik-users/34135"&gt;ecolomer&lt;/A&gt; suggests.&lt;/P&gt;&lt;P&gt;Juraj &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 23:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-fields-from-different-tables-in-one-table/m-p/1462355#M792352</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-01-10T23:09:07Z</dc:date>
    </item>
  </channel>
</rss>

