<?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 How to pull a field across mutiple tables? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-pull-a-field-across-mutiple-tables/m-p/1354578#M415850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have quite a complex data model.&lt;/P&gt;&lt;P&gt;But for this issue I am concerned with 5 tables:&lt;/P&gt;&lt;P&gt;TableA&amp;nbsp; links to TableB via keyAB, TableB&amp;nbsp; links to TableC using keyBC, …, Table D links to TableE via keyDE (you get the idea!)&lt;/P&gt;&lt;P&gt;I have a field in TableE that I need to be in TableA&lt;/P&gt;&lt;P&gt;How to pull this field across the data model (i.e. through the tables) to TableA?&lt;/P&gt;&lt;P&gt;Many thanks for your assistance with this matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 May 2017 16:03:56 GMT</pubDate>
    <dc:creator>wade12</dc:creator>
    <dc:date>2017-05-29T16:03:56Z</dc:date>
    <item>
      <title>How to pull a field across mutiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-a-field-across-mutiple-tables/m-p/1354578#M415850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have quite a complex data model.&lt;/P&gt;&lt;P&gt;But for this issue I am concerned with 5 tables:&lt;/P&gt;&lt;P&gt;TableA&amp;nbsp; links to TableB via keyAB, TableB&amp;nbsp; links to TableC using keyBC, …, Table D links to TableE via keyDE (you get the idea!)&lt;/P&gt;&lt;P&gt;I have a field in TableE that I need to be in TableA&lt;/P&gt;&lt;P&gt;How to pull this field across the data model (i.e. through the tables) to TableA?&lt;/P&gt;&lt;P&gt;Many thanks for your assistance with this matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 16:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-a-field-across-mutiple-tables/m-p/1354578#M415850</guid>
      <dc:creator>wade12</dc:creator>
      <dc:date>2017-05-29T16:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull a field across mutiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-a-field-across-mutiple-tables/m-p/1354579#M415851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even if your field in Table E has multiple values for every row in Table A?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no general technique to do that, except by propagating your field in TableE to all the other tables. You may end up blowing up your tables though...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 16:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-a-field-across-mutiple-tables/m-p/1354579#M415851</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-29T16:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull a field across mutiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-a-field-across-mutiple-tables/m-p/1354580#M415852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join(TableD)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; keyDE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FieldX as FieldXinTableD&lt;/P&gt;&lt;P&gt;resident TableE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join(TableC)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; keyCD,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FieldX as FieldXinTableC&lt;/P&gt;&lt;P&gt;resident TableD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join(TableB)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; keyBC,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FieldX as FieldXinTableB&lt;/P&gt;&lt;P&gt;resident TableC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join(TableA)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; keyAB,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FieldX as FieldXinTableA&lt;/P&gt;&lt;P&gt;resident TableB;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE JOIN TYPE DEPEND ON YOUR DATAMODEL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 16:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-a-field-across-mutiple-tables/m-p/1354580#M415852</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-05-29T16:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull a field across mutiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-a-field-across-mutiple-tables/m-p/1354581#M415853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is almost exactly what I have been trying, but you have approached it from a differnt angle, I will explore your option and it should be OK.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 15:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-a-field-across-mutiple-tables/m-p/1354581#M415853</guid>
      <dc:creator>wade12</dc:creator>
      <dc:date>2017-06-01T15:15:14Z</dc:date>
    </item>
  </channel>
</rss>

