<?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: How you will extract data from diff database. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-you-will-extract-data-from-diff-database/m-p/804107#M1022994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well i am suggesting you to do one method which will make the Qlikview to work faster also. make a qvw to load all the data files and tables and save it as qvd files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make another qvw for loading the data files from the qvd and make the dashboard. by doing this, you dont have to connect to the database every time you reload and saves lot of time and processing. schedule updating of the qvd files so that the tables get updated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Mar 2015 09:09:39 GMT</pubDate>
    <dc:creator>amithmurali</dc:creator>
    <dc:date>2015-03-15T09:09:39Z</dc:date>
    <item>
      <title>How you will extract data from diff database.</title>
      <link>https://community.qlik.com/t5/QlikView/How-you-will-extract-data-from-diff-database/m-p/804106#M1022993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ALL&lt;/P&gt;&lt;P&gt;i am new to qlikview&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) how you will connect to different database&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2)What are different access point in qlikview&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3)how user&amp;nbsp; will get url to access the th dashboard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4)what is cross join,Cartesion join,self join, where do we will use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5)what is delta load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This Question Asked in interview plz answer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 07:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-you-will-extract-data-from-diff-database/m-p/804106#M1022993</guid>
      <dc:creator />
      <dc:date>2015-03-15T07:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: How you will extract data from diff database.</title>
      <link>https://community.qlik.com/t5/QlikView/How-you-will-extract-data-from-diff-database/m-p/804107#M1022994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well i am suggesting you to do one method which will make the Qlikview to work faster also. make a qvw to load all the data files and tables and save it as qvd files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make another qvw for loading the data files from the qvd and make the dashboard. by doing this, you dont have to connect to the database every time you reload and saves lot of time and processing. schedule updating of the qvd files so that the tables get updated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 09:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-you-will-extract-data-from-diff-database/m-p/804107#M1022994</guid>
      <dc:creator>amithmurali</dc:creator>
      <dc:date>2015-03-15T09:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: How you will extract data from diff database.</title>
      <link>https://community.qlik.com/t5/QlikView/How-you-will-extract-data-from-diff-database/m-p/804108#M1022995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;You will have to have a CONNECT statement in your load script to connect to a single database at a time. It is in effect until the next CONNECT statement in your load script. So at one single point in time you will have one database connection (basically) but you can connect to multiple databases in a sequential fashion and have a new current connection to add to your in-memory data model as long as you run the load script. At run-time you will be able to connect directly to databases if you employed DIRECT DISCOVERY in your load script.&lt;BR /&gt;&lt;BR /&gt;The short answer: Use a CONNECT statement multiple times.&lt;/LI&gt;&lt;LI&gt;Access Point is the web portal which presents all the QlikView applications/documents that have been published for users from QlikView Server/Publisher through a web interface. &lt;BR /&gt;&lt;BR /&gt;In short: the menu to start QlikView applications&lt;/LI&gt;&lt;LI&gt;You put the URL as a link on the intranet of the company/organisation or the users get the URL directly The standard URL is &lt;STRONG&gt;http: // &amp;lt;qlikview-host-name&amp;gt; / qlikview&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; where &amp;lt;qlikview-host-name&amp;gt; is where the AccessPoint / QlikView Web Service Server / IIS is hosted.&lt;/LI&gt;&lt;LI&gt;Do a Google search - and try it out too - also have a look at this &lt;A href="https://community.qlik.com/docs/DOC-7520"&gt;Qlik Community content&lt;/A&gt; - just memorizing this is probably at best very risky. But here goes:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Cross Join&lt;/STRONG&gt; combines all rows from a source table with all the rows from another table and results in a cartesian product of rows if used without a where to filter out rows in some way.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Cartesian Join&lt;/STRONG&gt; could be the same as a cross join and combines all rows from one table with all the other rows of the other table. You get a N x M number of rows. Very seldom something that you want - unless you need all combinations. Could lead to memory overflow and non-responsive load script.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Self Join&lt;/STRONG&gt; is when you join a table with itself which is quite useful and necessary in certain data model development situations.&lt;/LI&gt;&lt;LI&gt;A &lt;STRONG&gt;delta load&lt;/STRONG&gt; also often called a differential load is a load from a table/source that only loads new rows and&amp;nbsp;&amp;nbsp;&amp;nbsp; depending on the source and your needs also updated and removes deleted rows. For this a delta load needs to keep a history of previous loaded data in for example QVD-files or some other persitent storage.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Petter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 11:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-you-will-extract-data-from-diff-database/m-p/804108#M1022995</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-03-15T11:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How you will extract data from diff database.</title>
      <link>https://community.qlik.com/t5/QlikView/How-you-will-extract-data-from-diff-database/m-p/804109#M1022996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Grate job Petter.Thanku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 15:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-you-will-extract-data-from-diff-database/m-p/804109#M1022996</guid>
      <dc:creator />
      <dc:date>2015-03-15T15:55:49Z</dc:date>
    </item>
  </channel>
</rss>

