<?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 store Qvd in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747517#M5750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my qlikview s.w is stored in one server (let 123.456.1.32 server ip) in that only i am doing development,&amp;nbsp; &lt;/P&gt;&lt;P&gt;now i want to store qvd in another server (let 123.456.1.35 server ip ) &lt;/P&gt;&lt;P&gt;how it is ......... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Nov 2014 07:43:11 GMT</pubDate>
    <dc:creator>sakamsureshbabu</dc:creator>
    <dc:date>2014-11-01T07:43:11Z</dc:date>
    <item>
      <title>store Qvd</title>
      <link>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747517#M5750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my qlikview s.w is stored in one server (let 123.456.1.32 server ip) in that only i am doing development,&amp;nbsp; &lt;/P&gt;&lt;P&gt;now i want to store qvd in another server (let 123.456.1.35 server ip ) &lt;/P&gt;&lt;P&gt;how it is ......... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 07:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747517#M5750</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-01T07:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: store Qvd</title>
      <link>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747518#M5751</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;Define the QVD path in any variable and then use that variable in store command to store the QVD on there location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vPath = 'F:\QVDData\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Tab1 into $(vPath)Tab1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In variable path use your Server location path&lt;/P&gt;&lt;P&gt;Ex:- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LET vPath = '\\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;123.456.1.32\&lt;/SPAN&gt;QVDData\';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 07:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747518#M5751</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-01T07:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: store Qvd</title>
      <link>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747519#M5752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anand&lt;/P&gt;&lt;P&gt;which one is best to use in vPath&amp;nbsp; (set or let). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 08:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747519#M5752</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-01T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: store Qvd</title>
      <link>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747520#M5753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BY using SET and LET are ok because it store the string by the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET vPath = '\\&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;123.456.1.32\&lt;/SPAN&gt;QVDData\';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 09:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747520#M5753</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-01T09:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: store Qvd</title>
      <link>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747521#M5754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr.Anand&lt;/P&gt;&lt;P&gt;i am use set it is showing error,reload is compleat but QVD is not create&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 09:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747521#M5754</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-01T09:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: store Qvd</title>
      <link>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747522#M5755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most probably use LET only but it is worked and my side it is working see this example with simple table and the SET and LET variables use and that store in the QVD_DATA folder and there is two folder one for LET AND SET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vPath1 = 'D:\QVD_DATA\LET_Store\';&lt;/P&gt;&lt;P&gt;SET vPath2 = 'D:\QVD_DATA\SET_Store\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Tab into $(vPath1)Tab.qvd;&lt;/P&gt;&lt;P&gt;STORE Tab into $(vPath2)Tab.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your load script for this and do not use space in the folder name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 09:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747522#M5755</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-01T09:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: store Qvd</title>
      <link>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747523#M5756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thanks i will try &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 09:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747523#M5756</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-01T09:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: store Qvd</title>
      <link>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747524#M5757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr Anand&lt;/P&gt;&lt;P&gt;when i am want to store qvd in another server data load in script finally it show error like "execution of script failed"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;when i am want to store qvd in same server it is created.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;what is the problem. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 10:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/store-Qvd/m-p/747524#M5757</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-01T10:06:07Z</dc:date>
    </item>
  </channel>
</rss>

