<?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 Qliksense: Load Data Into QVD in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016741#M15212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently using the Qliksense platform and not Qliksense Desktop. &lt;/P&gt;&lt;P&gt;I am new to this tool and attempting to load date from our MSSQL database to QVD, however I do not understand why I cannot store it into a Directory or Lib? What is the Lib path. There seems to be a lack of documentation and I cannot seem to find a way to load this data.&lt;/P&gt;&lt;P&gt;Also what would be the best approach. Would I have one app just dedicated to loading all data? i.E if I wanted to perform data refresh nightly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my current script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DailyInventory:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;InventoryKey,&lt;/P&gt;&lt;P&gt;OwnedQty,&lt;/P&gt;&lt;P&gt;Warehouse,&lt;/P&gt;&lt;P&gt;WarehouseKey,&lt;/P&gt;&lt;P&gt;Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;InventoryKey,&lt;/P&gt;&lt;P&gt;OwnedQty,&lt;/P&gt;&lt;P&gt;Warehouse,&lt;/P&gt;&lt;P&gt;WarehouseKey,&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM RentalworksDW.dbo.DailyInventoryStatus;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE DailyInventory INTO [lib://QlikSenseQVDFiles\DailyInventory.qvd](QVD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is this lib:\\path? &lt;/P&gt;&lt;P&gt;I tried C:\&lt;SPAN style="font-size: 13.3333px;"&gt;QlikSenseQVDFiles\DailyInventory.qvd](QVD) that did not seem to work either. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 19:01:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-29T19:01:52Z</dc:date>
    <item>
      <title>Qliksense: Load Data Into QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016741#M15212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently using the Qliksense platform and not Qliksense Desktop. &lt;/P&gt;&lt;P&gt;I am new to this tool and attempting to load date from our MSSQL database to QVD, however I do not understand why I cannot store it into a Directory or Lib? What is the Lib path. There seems to be a lack of documentation and I cannot seem to find a way to load this data.&lt;/P&gt;&lt;P&gt;Also what would be the best approach. Would I have one app just dedicated to loading all data? i.E if I wanted to perform data refresh nightly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my current script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DailyInventory:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;InventoryKey,&lt;/P&gt;&lt;P&gt;OwnedQty,&lt;/P&gt;&lt;P&gt;Warehouse,&lt;/P&gt;&lt;P&gt;WarehouseKey,&lt;/P&gt;&lt;P&gt;Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;InventoryKey,&lt;/P&gt;&lt;P&gt;OwnedQty,&lt;/P&gt;&lt;P&gt;Warehouse,&lt;/P&gt;&lt;P&gt;WarehouseKey,&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM RentalworksDW.dbo.DailyInventoryStatus;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE DailyInventory INTO [lib://QlikSenseQVDFiles\DailyInventory.qvd](QVD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is this lib:\\path? &lt;/P&gt;&lt;P&gt;I tried C:\&lt;SPAN style="font-size: 13.3333px;"&gt;QlikSenseQVDFiles\DailyInventory.qvd](QVD) that did not seem to work either. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016741#M15212</guid>
      <dc:creator />
      <dc:date>2016-01-29T19:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense: Load Data Into QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016742#M15213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "folder" name that appears after the lib:// is the name of your "connection".&amp;nbsp; Look on the right side of your screen in the area labeled "Connections".&amp;nbsp; You can add a connection that defines the path to your desired folder. Remember, the path must be accessible by the Qlik server. &lt;SPAN style="font-size: 13.3333px;"&gt;Create a connection named QlikSenseQVDFiles. Configure with the path to your file folder. &lt;/SPAN&gt;Then in the load script place the connection name after lib://&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp; Store DailyInventory into [lib://&lt;SPAN style="font-size: 13.3333px;"&gt;QlikSenseQVDFiles/&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DailyInventory&lt;/SPAN&gt;&lt;/SPAN&gt;.qvd](qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016742#M15213</guid>
      <dc:creator />
      <dc:date>2016-01-29T19:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense: Load Data Into QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016743#M15214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To answer "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Also what would be the best approach. Would I have one app just dedicated to loading all data? i.E if I wanted to perform data refresh nightly?"&amp;nbsp; &lt;/SPAN&gt;You can have one app that loads the data from the MSSQL database and then stores the data as a QVD file. Set this app up for a daily refresh in QMC Tasks.&amp;nbsp; Then, other apps can load the saved QVD file. You would also set up QMC Tasks to load the saved data(QVD) for each of those apps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 21:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016743#M15214</guid>
      <dc:creator />
      <dc:date>2016-01-29T21:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense: Load Data Into QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016744#M15215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The [LIB:\\&amp;lt;Connection Name&amp;gt;\...] refers to the connection you created in the connections pane. Its basically like an alias to the entire file path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the store command creates a QVD file and stores it to the location you have created in the data Connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jan 2016 17:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016744#M15215</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2016-01-30T17:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense: Load Data Into QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016745#M15216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangram. Thanks for the detailed explanation. I tried creating the connection folder. And then tried to store data into it and I get the following error. I am not entirely sure why. Are there any other permissions that may be missing? Please take a look at the screenshot below. &lt;IMG alt="Screen Shot 2016-02-07 at 10.33.57 PM.png" class="jive-image image-1" src="/legacyfs/online/113835_Screen Shot 2016-02-07 at 10.33.57 PM.png" style="height: 334px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 03:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016745#M15216</guid>
      <dc:creator />
      <dc:date>2016-02-08T03:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense: Load Data Into QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016746#M15217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi A Sma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mistake you are making here is you are not providing the entire library connection name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it has to be 'lib://QlikQVDs(xxxxxxxx)/warehouse.qvd'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You user name is default suffixed to the connection you create. Hence you need to add that as well. If you want to get rid of the suffix, you need to do it from QMC-&amp;gt;Connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016746#M15217</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2016-02-08T09:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense: Load Data Into QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016747#M15218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ASma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it's caused due to he connection name.&lt;/P&gt;&lt;P&gt;Your connection name is not only &lt;EM&gt;"QlikQVD" , but &lt;/EM&gt;"&lt;EM&gt;QlikQVD (username)".&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the connection name in QMC, or try insert a table through this connection, and observe what connection string will be inserted in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016747#M15218</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2016-02-08T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense: Load Data Into QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016748#M15219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; This worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 15:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016748#M15219</guid>
      <dc:creator />
      <dc:date>2016-02-08T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense: Load Data Into QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016749#M15220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer. If not, please make clear what part of your question you still need help with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016749#M15220</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-02-08T16:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense: Load Data Into QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016750#M15221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Always Welcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 17:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Load-Data-Into-QVD/m-p/1016750#M15221</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2016-02-08T17:44:28Z</dc:date>
    </item>
  </channel>
</rss>

