<?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 extract data from two different logical tables in a single load (In script level) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-extract-data-from-two-different-logical-tables-in-a/m-p/208077#M1208385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help me out to extract data from two or more logical tables in single load..&lt;/P&gt;&lt;P&gt;i have a big dought like why can't we use resident with sources supprated with any delimiter&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident a,b,c; ???&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please help me out..&lt;/P&gt;&lt;P&gt;Thankyou in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jan 2010 07:48:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-11T07:48:26Z</dc:date>
    <item>
      <title>How to extract data from two different logical tables in a single load (In script level)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data-from-two-different-logical-tables-in-a/m-p/208077#M1208385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help me out to extract data from two or more logical tables in single load..&lt;/P&gt;&lt;P&gt;i have a big dought like why can't we use resident with sources supprated with any delimiter&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident a,b,c; ???&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please help me out..&lt;/P&gt;&lt;P&gt;Thankyou in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 07:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data-from-two-different-logical-tables-in-a/m-p/208077#M1208385</guid>
      <dc:creator />
      <dc:date>2010-01-11T07:48:26Z</dc:date>
    </item>
    <item>
      <title>How to extract data from two different logical tables in a single load (In script level)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data-from-two-different-logical-tables-in-a/m-p/208078#M1208386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each resident load can just pull data from one target table.&lt;/P&gt;&lt;P&gt;If you're trying to pull fields with the same names from the different tables you can use a for loop:&lt;/P&gt;&lt;P&gt;for each Test in 'A', 'B', 'C'&lt;BR /&gt;load&lt;BR /&gt; FieldX&lt;/P&gt;&lt;P&gt;resident '$(Test)';&lt;BR /&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 08:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data-from-two-different-logical-tables-in-a/m-p/208078#M1208386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-11T08:02:07Z</dc:date>
    </item>
    <item>
      <title>How to extract data from two different logical tables in a single load (In script level)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data-from-two-different-logical-tables-in-a/m-p/208079#M1208387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou Johannes Sundén ,but in case of different fields what would be the better solution..please let me know if you have any solution for this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 08:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data-from-two-different-logical-tables-in-a/m-p/208079#M1208387</guid>
      <dc:creator />
      <dc:date>2010-01-11T08:57:23Z</dc:date>
    </item>
    <item>
      <title>How to extract data from two different logical tables in a single load (In script level)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data-from-two-different-logical-tables-in-a/m-p/208080#M1208388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First I would ask myself why I need them in one table. I'm sure there might be good reasons for it though but you would have to set up different load statements for the different tables and then join them over keyfields to create your joined table. You can't query several tables in one load statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 09:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data-from-two-different-logical-tables-in-a/m-p/208080#M1208388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-11T09:37:09Z</dc:date>
    </item>
  </channel>
</rss>

