<?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: Store Stament for strait table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-Stament-for-strait-table/m-p/612760#M681068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to save what you are displaying in the straight table, you either preaggregate in the script, then use the STORE command, or you export to a file once you are viewing the object.&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 07:23:21 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2014-04-08T07:23:21Z</dc:date>
    <item>
      <title>Store Stament for strait table</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Stament-for-strait-table/m-p/612758#M681066</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 create a qvd for for a single strait table in QV, but so far have not succeeded.&lt;/P&gt;&lt;P&gt;I think this should be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone send me a simple example how to do it? For example by using table name and ObjectID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joni &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 07:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Stament-for-strait-table/m-p/612758#M681066</guid>
      <dc:creator />
      <dc:date>2014-04-08T07:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Store Stament for strait table</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Stament-for-strait-table/m-p/612759#M681067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Store doesn't work this way:&lt;/P&gt;&lt;P&gt;you can store a table (loaded in the script) with its fields, so if you have in your chart a list of fields coming from the same table you can store that table, otherwise, if you are showing fields from more tables you should combine (join or concatenate) to store&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hjope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 07:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Stament-for-strait-table/m-p/612759#M681067</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-08T07:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Store Stament for strait table</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Stament-for-strait-table/m-p/612760#M681068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to save what you are displaying in the straight table, you either preaggregate in the script, then use the STORE command, or you export to a file once you are viewing the object.&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 07:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Stament-for-strait-table/m-p/612760#M681068</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2014-04-08T07:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Store Stament for strait table</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Stament-for-strait-table/m-p/612761#M681069</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;Use this simple script at the end of your loading script it will store each table into a qvd with its name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i = 0 to 250&lt;/P&gt;&lt;P&gt; LET d = TableName(i);&lt;/P&gt;&lt;P&gt; if isnull(d) then &lt;/P&gt;&lt;P&gt;&amp;nbsp; i = 250&lt;/P&gt;&lt;P&gt; end if&lt;/P&gt;&lt;P&gt; if d &amp;lt;&amp;gt; null() then &lt;/P&gt;&lt;P&gt;&amp;nbsp; store $(d) into $(d).QVD;&lt;/P&gt;&lt;P&gt; end if&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 07:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Stament-for-strait-table/m-p/612761#M681069</guid>
      <dc:creator />
      <dc:date>2014-04-08T07:33:56Z</dc:date>
    </item>
  </channel>
</rss>

