<?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: Transform the Sql Script into qlikview to fetch data faster in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Transform-the-Sql-Script-into-qlikview-to-fetch-data-faster/m-p/690293#M1062638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;vendor_Name,&lt;/P&gt;&lt;P&gt;amount,&lt;/P&gt;&lt;P&gt;code; &lt;/P&gt;&lt;P&gt;from table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(Table1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;invoice_amount;&lt;/P&gt;&lt;P&gt;from table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2014 08:20:00 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-09-25T08:20:00Z</dc:date>
    <item>
      <title>Transform the Sql Script into qlikview to fetch data faster</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-the-Sql-Script-into-qlikview-to-fetch-data-faster/m-p/690291#M1062636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to transform sql load in Qlikview. if I use the same below code in Qlikview script&amp;nbsp; its taking long time to fetch data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select table1.vendor_Name,amount,code ,table2.invoice_amount from table 1,table2&lt;/P&gt;&lt;P&gt;where table1.ID=table2.ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Inadvance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-the-Sql-Script-into-qlikview-to-fetch-data-faster/m-p/690291#M1062636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T08:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Optimize the Sql load into qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-the-Sql-Script-into-qlikview-to-fetch-data-faster/m-p/690292#M1062637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Are,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First connect QV with your SQL database and load the data from the required table using the wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script i will acutomatically generate the basic script.&lt;/P&gt;&lt;P&gt;In this case:&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;id,&lt;/P&gt;&lt;P&gt; vendor_name,&lt;/P&gt;&lt;P&gt;amount,&lt;/P&gt;&lt;P&gt;code,&lt;/P&gt;&lt;P&gt;form table 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (Tab1)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;id,&lt;/P&gt;&lt;P&gt;invoice_amount&lt;/P&gt;&lt;P&gt;from table 2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Qlikview will automatically identify ID as primary key and join them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-the-Sql-Script-into-qlikview-to-fetch-data-faster/m-p/690292#M1062637</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-25T08:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Transform the Sql Script into qlikview to fetch data faster</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-the-Sql-Script-into-qlikview-to-fetch-data-faster/m-p/690293#M1062638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;vendor_Name,&lt;/P&gt;&lt;P&gt;amount,&lt;/P&gt;&lt;P&gt;code; &lt;/P&gt;&lt;P&gt;from table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(Table1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;invoice_amount;&lt;/P&gt;&lt;P&gt;from table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-the-Sql-Script-into-qlikview-to-fetch-data-faster/m-p/690293#M1062638</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-25T08:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Transform the Sql Script into qlikview to fetch data faster</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-the-Sql-Script-into-qlikview-to-fetch-data-faster/m-p/690294#M1062639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jyothish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi thanks for ur time,&lt;/P&gt;&lt;P&gt;here I observed ID is not Primary key in two tables &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 09:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-the-Sql-Script-into-qlikview-to-fetch-data-faster/m-p/690294#M1062639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T09:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Transform the Sql Script into qlikview to fetch data faster</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-the-Sql-Script-into-qlikview-to-fetch-data-faster/m-p/690295#M1062640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Are,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be a primary key between both the tables, other wise you wont be able to join them (same as sql).&lt;/P&gt;&lt;P&gt;According to your query (where table1.ID=table2.ID) it shows ID is common in both the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case the name of primary key is different in both tables then we can rename them while loading in QV.&lt;/P&gt;&lt;P&gt;eg,&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;account&lt;/P&gt;&lt;P&gt;form table 1;&lt;/P&gt;&lt;P&gt;left join (Tab1)&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;pr_ID as ID,&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;from table 2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 10:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-the-Sql-Script-into-qlikview-to-fetch-data-faster/m-p/690295#M1062640</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-25T10:21:14Z</dc:date>
    </item>
  </channel>
</rss>

