<?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: Extracting data from a table using STORE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extracting-data-from-a-table-using-STORE/m-p/1070563#M638712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your CSV have the table names ??? if not then you need to define the custom table names for the same , so that you can use this while storing the tables as QVD's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1: //custom name &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from CSV ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table1 as History.qvd(QVD);// you can define you own name for the QVD &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2016 05:31:17 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2016-03-25T05:31:17Z</dc:date>
    <item>
      <title>Extracting data from a table using STORE</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-data-from-a-table-using-STORE/m-p/1070560#M638709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to be able to extract the data from a table into a CSV file using the STORE command in the script.&amp;nbsp; However, I'm not sure what the name of the table is.&amp;nbsp; How can I find out the table name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 20:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-data-from-a-table-using-STORE/m-p/1070560#M638709</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-03-24T20:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from a table using STORE</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-data-from-a-table-using-STORE/m-p/1070561#M638710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for store you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store tablename into filename.csv&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the tablename you can find in the table viewer (ctrl + t) after reload the script&lt;/P&gt;&lt;P&gt;from files it is the filename, from excel-sheets the sheetname with prefix $, from data bases the table name maybe with prefix of database content (msd.country)&lt;/P&gt;&lt;P&gt;you can also give your own table name in the script with the table label and a ":" before your load or select statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;load.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;sql select * from.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 21:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-data-from-a-table-using-STORE/m-p/1070561#M638710</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2016-03-24T21:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from a table using STORE</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-data-from-a-table-using-STORE/m-p/1070562#M638711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ctrl+T&amp;nbsp; will give u the&amp;nbsp; ur table names and filed names.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/935187"&gt;Re: Store csv into qvd&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 05:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-data-from-a-table-using-STORE/m-p/1070562#M638711</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-25T05:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from a table using STORE</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-data-from-a-table-using-STORE/m-p/1070563#M638712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your CSV have the table names ??? if not then you need to define the custom table names for the same , so that you can use this while storing the tables as QVD's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1: //custom name &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from CSV ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table1 as History.qvd(QVD);// you can define you own name for the QVD &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 05:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-data-from-a-table-using-STORE/m-p/1070563#M638712</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-25T05:31:17Z</dc:date>
    </item>
  </channel>
</rss>

