<?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: Create multiple QVD's using single store statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-multiple-QVD-s-using-single-store-statement/m-p/700676#M252916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Similar way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i = 1 to NoOfTables()&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vTableName = TableName($(i)-1);&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vOutfile = '$(vTableName).qvd';&lt;/P&gt;&lt;P&gt;&amp;nbsp; STORE [$(vTableName)] INTO &lt;C&gt; (qvd);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;NEXT i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 15:36:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-15T15:36:35Z</dc:date>
    <item>
      <title>Create multiple QVD's using single store statement</title>
      <link>https://community.qlik.com/t5/QlikView/Create-multiple-QVD-s-using-single-store-statement/m-p/700674#M252914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Dear Community,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;I have&amp;nbsp; doubt that is there a way that we can create multiple QVD files using single store statement. Let us assume 20 in this case. So can I create 20 QVD files using a single STORE command?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Manideep&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-multiple-QVD-s-using-single-store-statement/m-p/700674#M252914</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-09-15T15:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple QVD's using single store statement</title>
      <link>https://community.qlik.com/t5/QlikView/Create-multiple-QVD-s-using-single-store-statement/m-p/700675#M252915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;FOR i = 0 to NoOfTables()-1&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;LET vTabNam = TableName($(i));&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;STORE $(vTabNam) into $(vTabNam).qvd (qvd);&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;NEXT i&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-multiple-QVD-s-using-single-store-statement/m-p/700675#M252915</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-15T15:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple QVD's using single store statement</title>
      <link>https://community.qlik.com/t5/QlikView/Create-multiple-QVD-s-using-single-store-statement/m-p/700676#M252916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Similar way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i = 1 to NoOfTables()&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vTableName = TableName($(i)-1);&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vOutfile = '$(vTableName).qvd';&lt;/P&gt;&lt;P&gt;&amp;nbsp; STORE [$(vTableName)] INTO &lt;C&gt; (qvd);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;NEXT i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-multiple-QVD-s-using-single-store-statement/m-p/700676#M252916</guid>
      <dc:creator />
      <dc:date>2014-09-15T15:36:35Z</dc:date>
    </item>
  </channel>
</rss>

