<?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 store downloaded ODBC data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370507#M705408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I 'm connecting to an ODBC server to download data, I would like to know if there is a way to save the downloaded data in a local file in order to modify fields name without re-connecting to the server every time I modify something in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Francesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2012 15:15:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-26T15:15:20Z</dc:date>
    <item>
      <title>How to store downloaded ODBC data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370507#M705408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I 'm connecting to an ODBC server to download data, I would like to know if there is a way to save the downloaded data in a local file in order to modify fields name without re-connecting to the server every time I modify something in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Francesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370507#M705408</guid>
      <dc:creator />
      <dc:date>2012-04-26T15:15:20Z</dc:date>
    </item>
    <item>
      <title>How to store downloaded ODBC data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370508#M705409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use a store statement after your load. This will store a qvd into a specified location. &lt;/P&gt;&lt;P&gt;The example below would store the qvd into the same location as your qvw file; you may specify this further if you want to. I would suggest creating a qvd folder in your qvw folder.&lt;/P&gt;&lt;P&gt;The drop after the store will drop your table from your file.&lt;/P&gt;&lt;P&gt;After this you should load your stored qvd with a new qvw file or just comment out the initial ODBC load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YourQVTable:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM YourODBCSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store YourQVTable into YourQVTable.qvd (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Drop Table YourQVTable;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 09:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370508#M705409</guid>
      <dc:creator>jjfabian</dc:creator>
      <dc:date>2012-04-27T09:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to store downloaded ODBC data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370509#M705410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;I use an automatic script to automatically load all tables from my data source into QVD-files (including daily snapshots/backups)&lt;/P&gt;&lt;P&gt;After first run automatically created variables allows you to decided to load all tables or update QVD files for specific tables only when running the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 11:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370509#M705410</guid>
      <dc:creator />
      <dc:date>2012-04-27T11:27:28Z</dc:date>
    </item>
    <item>
      <title>How to store downloaded ODBC data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370510#M705411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to take a look at the information and video here &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-2831"&gt;http://community.qlik.com/docs/DOC-2831&lt;/A&gt; - this will enable you to easily extract data from source files, database tables, Salesforce and more and write it out to multiple target files, databases etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also allows you to extract QlikView table field metadata from QlikView .qvd, .qvx and .qvw files to create QlikView schemas within the product. You can then use those schemas to map to another incoming source of data and write out to a QlikView .qvx file - all in the same product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are finding that many existing QlikView users are adding tools to their toolbox for certain developmental tasks and expressor Studio is one of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike Tarallo&lt;/P&gt;&lt;P&gt;@mtarallo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 12:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-store-downloaded-ODBC-data/m-p/370510#M705411</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2012-05-08T12:00:31Z</dc:date>
    </item>
  </channel>
</rss>

