<?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: QLIK SENSE- STORE TABLE INTO  TABLE.QVD COMMAND PROBLEM in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200390#M74307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashraf suggestion is in the right track, as it helped me to do what you want to do, I will extend his suggestion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Step 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Create folder connection where you will need to save the qvd's; mine is: QlikSense_Test, it points to the J:\Temp\Arnie folder.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Create_Connection.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143446_Create_Connection.png" style="height: 432px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Step 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Create a variable and pass the folder connection like below:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;NOTE: &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;I am using the connection name created at step 1.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;You may skip step 2 altogether is you do not want to use variables.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SET vExtractedPath = 'lib://QlikSense_Test/';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Step 3:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This is how to store create the QVD using the Folder Data Connection (two options):&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; color: #575757; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; color: #575757; font-family: arial, helvetica, sans-serif;"&gt;Store [Depots] into lib://QlikSense_Test/Depots.qvd;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Store [Depots] into $(vExtractedPath)Depots.qvd;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTES:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I loaded a Depots table from an Oracle database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Option 1: without using the variable created on the Step 2.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Option 2: using the variable created at step 2.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Both examples worked for me.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2016 07:21:25 GMT</pubDate>
    <dc:creator>ArnadoSandoval</dc:creator>
    <dc:date>2016-11-10T07:21:25Z</dc:date>
    <item>
      <title>QLIK SENSE- STORE TABLE INTO  TABLE.QVD COMMAND PROBLEM</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200385#M74302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My script contains several commands for saving the tables. &lt;/P&gt;&lt;P&gt;At the end of my script After running &lt;/P&gt;&lt;P&gt;store IESIRI into IESIRI.QVD (qvd);&lt;/P&gt;&lt;P&gt;store IESIRI1 into IESIRI1.qvd (qvd);&lt;/P&gt;&lt;P&gt;store NPART INTO NPART.QVD (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; got&amp;nbsp; the&amp;nbsp; "App successfully saved."&lt;/P&gt;&lt;P&gt;I dont see these qvd files (&lt;SPAN style="font-size: 13.3333px;"&gt;IESIRI.QVD (qvd) , &lt;SPAN style="font-size: 13.3333px;"&gt;IESIRI1.qvd , &lt;SPAN style="font-size: 13.3333px;"&gt;NPART.QVD, etc) not in working directory, not even in the other working directory if I put the directory statement, not anywhere else &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="selectable" style="margin: 0 0 0 5px;"&gt;&lt;/P&gt;&lt;P&gt;According to qliksense documentation site&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;" If the path is omitted, &lt;/SPAN&gt;&lt;SPAN class="PrimaryGenericName" style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Qlik Sense&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt; stores the file in the directory specified by the&lt;/SPAN&gt;&lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Directory&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt; statement. If there is no &lt;/SPAN&gt;&lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Directory&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt; statement, &lt;/SPAN&gt;&lt;SPAN class="PrimaryGenericName" style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Qlik Sense&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt; stores the file in the working directory, &lt;/SPAN&gt;&lt;SPAN class="path" data-mc-conditions="Targets.NotToTranslate" style="font-style: italic; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;C:\Users\{user}\Documents\Qlik\Sense\Apps&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;In &lt;/SPAN&gt;&lt;SPAN class="PrimaryDesktopName" style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Qlik Sense Desktop&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;, the working directory is &lt;/SPAN&gt;&lt;SPAN class="path" data-mc-conditions="Targets.NotToTranslate" style="font-style: italic; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;C:\Users\{user}\Documents\Qlik\Sense\Apps&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;.&amp;nbsp; "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do the same commands for testing in QlikView and I have no problem : the qvd files appears where my working directory I put in the script&lt;/P&gt;&lt;P&gt;It is an internal error, something like that, or I do something wrong (wrong command, procedure, etc) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2016 10:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200385#M74302</guid>
      <dc:creator>daniel_robu</dc:creator>
      <dc:date>2016-10-29T10:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK SENSE- STORE TABLE INTO  TABLE.QVD COMMAND PROBLEM</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200386#M74303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the documentation refers to the QlikView behavior, where everything is based on a "path". In Qlik Sense, both reading and storing data is based on the Data Connections. With that in mind, I doubt if you can store a QVD and omit the Data Connection name. I think you have to specify the Connection that holds the path to your target folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I might be wrong and there might be a "default folder", but I doubt if you want to rely on that and fish for your QVD files from such a strange location. It's a lot better to be explicit and specify the Data Connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;Learn advanced QlikView and Qlik Sense techniques in my book &lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=CVZRHMG6CVR2FGTA"&gt;QlikView Your Business&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2016 18:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200386#M74303</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2016-10-29T18:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK SENSE- STORE TABLE INTO  TABLE.QVD COMMAND PROBLEM</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200387#M74304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg for your answer, btw I bought and I have your book.&lt;/P&gt;&lt;P&gt;Normally in my script I have &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;the Data Connection name as I wrote there is no problem with pulling the data from my source (Oracle database from Internet)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;What your saying that even on the saving data I have to specify a &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;the Data Connection name ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT32 TO [Provider=OraOLEDB.Oracle;Data Source=QV;]&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'QV'; //CONEXIUNE CU SERVERUL DE ORACLE PE PROTOCOL OLEDB&lt;/P&gt;&lt;P&gt;...................&lt;/P&gt;&lt;P&gt;Directory d:\=STUFF\=Software\Qlik_Sense\QVWs\EVOLUZIONE_WME_ORACLE_SERVER1_BAU;&amp;nbsp;&amp;nbsp; //DE VAZUT UNDE LE SALVEAZA !!!!!&lt;/P&gt;&lt;P&gt;store IESIRI into IESIRI.QVD (qvd);&lt;/P&gt;&lt;P&gt;store NPART INTO NPART.QVD (qvd);&lt;/P&gt;&lt;P&gt;store NART INTO NART.QVD (qvd); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tested both with directory statement and without directory command. Same result : I don`t see the qvd files&lt;/P&gt;&lt;P&gt;I had no problem with digging but in what direction&amp;nbsp; ? ( that is a saying in my country)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2016 06:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200387#M74304</guid>
      <dc:creator>daniel_robu</dc:creator>
      <dc:date>2016-10-30T06:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK SENSE- STORE TABLE INTO  TABLE.QVD COMMAND PROBLEM</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200388#M74305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your issue, do follow the below process:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1:&lt;/P&gt;&lt;P&gt;Create folder connection where you will need to save the qvd's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2:&lt;/P&gt;&lt;P&gt;Create a variable and pass the folder connection like below:&lt;/P&gt;&lt;P&gt;SET vExtractedPath = 'lib://Extracted Data Folder (dev_administrator)/';&lt;/P&gt;&lt;P&gt;Where Extracted Data Folder (dev_administrator) is folder Connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3:&lt;/P&gt;&lt;P&gt;Call the table like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;[$(vExtractedPath)ABC.qvd](qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2016 10:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200388#M74305</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2016-10-30T10:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK SENSE- STORE TABLE INTO  TABLE.QVD COMMAND PROBLEM</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200389#M74306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer , but my problem it is about the store command meaning I don`t see&amp;nbsp; qvd files which I have saved with the script. Your answer is about the load statement&lt;/P&gt;&lt;P&gt;Need help for store command /procedure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2016 17:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200389#M74306</guid>
      <dc:creator>daniel_robu</dc:creator>
      <dc:date>2016-10-30T17:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK SENSE- STORE TABLE INTO  TABLE.QVD COMMAND PROBLEM</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200390#M74307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashraf suggestion is in the right track, as it helped me to do what you want to do, I will extend his suggestion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Step 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Create folder connection where you will need to save the qvd's; mine is: QlikSense_Test, it points to the J:\Temp\Arnie folder.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Create_Connection.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143446_Create_Connection.png" style="height: 432px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Step 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Create a variable and pass the folder connection like below:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;NOTE: &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;I am using the connection name created at step 1.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;You may skip step 2 altogether is you do not want to use variables.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SET vExtractedPath = 'lib://QlikSense_Test/';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Step 3:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This is how to store create the QVD using the Folder Data Connection (two options):&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; color: #575757; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; color: #575757; font-family: arial, helvetica, sans-serif;"&gt;Store [Depots] into lib://QlikSense_Test/Depots.qvd;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Store [Depots] into $(vExtractedPath)Depots.qvd;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTES:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I loaded a Depots table from an Oracle database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Option 1: without using the variable created on the Step 2.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Option 2: using the variable created at step 2.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Both examples worked for me.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 07:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/QLIK-SENSE-STORE-TABLE-INTO-TABLE-QVD-COMMAND-PROBLEM/m-p/1200390#M74307</guid>
      <dc:creator>ArnadoSandoval</dc:creator>
      <dc:date>2016-11-10T07:21:25Z</dc:date>
    </item>
  </channel>
</rss>

