<?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 same QVD in multiple places in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/store-same-QVD-in-multiple-places/m-p/833530#M293243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with sunny that this is not possible with a single STORE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can run some command line copy actions from within the script using EXECUTE, if you prefer that over multiple STORE statements (this could also potentially call a multi file copy operation, like copying a complete folder at once).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 16:31:22 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-06-26T16:31:22Z</dc:date>
    <item>
      <title>store same QVD in multiple places</title>
      <link>https://community.qlik.com/t5/QlikView/store-same-QVD-in-multiple-places/m-p/833527#M293240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to store same qvd in different places, with single store statement (i.e giving two different paths in single store statement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 15:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-same-QVD-in-multiple-places/m-p/833527#M293240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-26T15:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: store same QVD in multiple places</title>
      <link>https://community.qlik.com/t5/QlikView/store-same-QVD-in-multiple-places/m-p/833528#M293241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can do it with a single store statement. What's the issue with adding two store statements in the script??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 15:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-same-QVD-in-multiple-places/m-p/833528#M293241</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-26T15:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: store same QVD in multiple places</title>
      <link>https://community.qlik.com/t5/QlikView/store-same-QVD-in-multiple-places/m-p/833529#M293242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have scenario where I want to place same qvd in&amp;nbsp; three different environments i.e test,dev and prod, where I have to the same for 30 tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 16:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-same-QVD-in-multiple-places/m-p/833529#M293242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-26T16:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: store same QVD in multiple places</title>
      <link>https://community.qlik.com/t5/QlikView/store-same-QVD-in-multiple-places/m-p/833530#M293243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with sunny that this is not possible with a single STORE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can run some command line copy actions from within the script using EXECUTE, if you prefer that over multiple STORE statements (this could also potentially call a multi file copy operation, like copying a complete folder at once).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 16:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-same-QVD-in-multiple-places/m-p/833530#M293243</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-26T16:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: store same QVD in multiple places</title>
      <link>https://community.qlik.com/t5/QlikView/store-same-QVD-in-multiple-places/m-p/833531#M293244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could do a loop for each location &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set location1 = 'prod/Table.qvd';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;set location2 = 'uat/Table.qvd';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;set location3 = 'dev/Table.qvd';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for counter = 1 to 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; store Table into $(location)$(counter)(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 16:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-same-QVD-in-multiple-places/m-p/833531#M293244</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-26T16:31:33Z</dc:date>
    </item>
  </channel>
</rss>

