<?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 access data directly from database? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-access-data-directly-from-database/m-p/393022#M1154592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to take the data from database directly other than load the the data into in memory.&lt;/P&gt;&lt;P&gt;bcz i don't want to realod the data for every time the changes happen in the data base.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2013 11:33:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-28T11:33:35Z</dc:date>
    <item>
      <title>how to access data directly from database?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-access-data-directly-from-database/m-p/393022#M1154592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to take the data from database directly other than load the the data into in memory.&lt;/P&gt;&lt;P&gt;bcz i don't want to realod the data for every time the changes happen in the data base.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 11:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-access-data-directly-from-database/m-p/393022#M1154592</guid>
      <dc:creator />
      <dc:date>2013-02-28T11:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to access data directly from database?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-access-data-directly-from-database/m-p/393023#M1154593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;firstly connect with database then load data from database and first time reload data then ok.&lt;/P&gt;&lt;P&gt;now disconnect with database,&lt;/P&gt;&lt;P&gt;then in your script write the code for make qvd file.&lt;/P&gt;&lt;P&gt;syntax is--&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store tablename into D:\abc.qvd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;then load this qvd in your qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 11:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-access-data-directly-from-database/m-p/393023#M1154593</guid>
      <dc:creator />
      <dc:date>2013-02-28T11:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to access data directly from database?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-access-data-directly-from-database/m-p/393024#M1154594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's only possible by using the direct discovery feature of Qlikview 11.2. See &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3710"&gt;here&lt;/A&gt; for information. In every other case you will first need to extract the data from the database. That means loading it into Qlikview in-memory database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 12:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-access-data-directly-from-database/m-p/393024#M1154594</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-28T12:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to access data directly from database?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-access-data-directly-from-database/m-p/393025#M1154595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i undersatnd your question properly then i think that you have to make batch file for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to write this in notpad&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;"C:\Program Files\QlikView10\qv.exe" /r "C:\File.qvw"&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;change your path as corresponding your folder&amp;nbsp; and save that file with &lt;STRONG&gt;.bat &lt;/STRONG&gt;extension......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to check it properly the schedule is made or not by double click on that batch file if it creates to reload your data then it corrects and schedule it properly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 12:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-access-data-directly-from-database/m-p/393025#M1154595</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-02-28T12:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to access data directly from database?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-access-data-directly-from-database/m-p/393026#M1154596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/gwassenaar" id="jive-9654415496025080569155"&gt;Gysbert Wassenaar&lt;/A&gt; suggestion of Qlikview Direct Discovery works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using Qlikview 11.2, then you can use the Qlikview Direct Discovery feature, it always fetch the data from the database dynamically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This feature is useful when your data changes frequently or you have a large data in TBs or your dashboard needs uptodate information to be displayed.&amp;nbsp; When you use this the performance would be slower, because everytime it needs to get the data from database and display the charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 05:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-access-data-directly-from-database/m-p/393026#M1154596</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-03-01T05:43:31Z</dc:date>
    </item>
  </channel>
</rss>

