<?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: How to create the QVD files in QlikSense ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685614#M10331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;that solved the issue.&lt;/P&gt;&lt;P&gt;i gave the other user the role that the first user had and it worked. i thought that might be the issue BUT i was wired to me since i had an option to load via ODBC for example and i didn't see any reason that i won't be able to load from (or store to) folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10x a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2016 08:09:13 GMT</pubDate>
    <dc:creator>shayraber</dc:creator>
    <dc:date>2016-12-14T08:09:13Z</dc:date>
    <item>
      <title>How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685596#M10313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's possible to create QVD file with the store function ? like that Store xyz into xyz.qvd(qvd) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 14:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685596#M10313</guid>
      <dc:creator />
      <dc:date>2014-09-24T14:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685597#M10314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can creat QVDs in Qlik Sense using the same script as you would in QlikView.&amp;nbsp; If you have a script already created in QlikView, you can just drag the QVW onto Qlik Sense Desktop and it will convert to a QVF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Josh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 14:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685597#M10314</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2014-09-24T14:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685598#M10315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif;"&gt;Yes, QVD files are created in the same way as in QlikView&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;example frop &lt;A href="https://help.qlik.com/sense/en-US/developer/#HomeDeveloper.htm"&gt;Sense help &lt;/A&gt;&lt;/P&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;New_Table:&lt;/P&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;LOAD * Inline&lt;/P&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;[Country, Region, Sales&lt;/P&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;SWE, EUR, 3.7&lt;/P&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;BEL, EUR, 0.4&lt;/P&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;NOR, EUR, 3.7&lt;/P&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;JAP, ASA, 3.6&lt;/P&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;CHN, ASA, 5.6&lt;/P&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;USA, NOA, 10.2];&lt;/P&gt;&lt;P class="code" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;STORE New_Table into File.&lt;SPAN class="mc-highlightSearch1"&gt;qvd&lt;/SPAN&gt; (&lt;SPAN class="mc-highlightSearch1"&gt;qvd&lt;/SPAN&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 14:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685598#M10315</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2014-09-24T14:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685599#M10316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's Josh,&lt;/P&gt;&lt;P&gt;When I tried your solution my loading failed. And the&amp;nbsp; error message was :&lt;/P&gt;&lt;P style="text-indent: 0px; padding-left: 10px; padding-right: 10px; color: #595959;"&gt;commandes &amp;lt;&amp;lt; AUTOGENERATE(1000000)&lt;/P&gt;&lt;P style="text-indent: 0px; padding-left: 10px; padding-right: 10px; color: #595959;"&gt;Lines fetched: 1 000 000&lt;/P&gt;&lt;P class="edc_error" style="text-indent: 0px; padding-left: 10px; padding-right: 10px; background: none transparent scroll repeat 0% 0%; color: #595959;"&gt;STORE statement only works with lib:// paths in this script mode&lt;/P&gt;&lt;P class="edc_error" style="text-indent: 0px; padding-left: 10px; padding-right: 10px; background: none transparent scroll repeat 0% 0%; color: #595959;"&gt;STORE commandes into commandes.qvd (qvd)&lt;/P&gt;&lt;P class="edc_error"&gt;&lt;/P&gt;&lt;P class="edc_error" style="text-indent: 0px; padding-left: 10px; padding-right: 10px; background: none transparent scroll repeat 0% 0%; color: #595959;"&gt;Échec du chargement de données&lt;/P&gt;&lt;P class="edc_error"&gt;&lt;/P&gt;&lt;P class="edc_error" style="text-indent: 0px; padding-left: 10px; padding-right: 10px; background: none transparent scroll repeat 0% 0%; color: #595959;"&gt;My script is :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;commandes:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;'C' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),'0000000') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Commande&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;'P' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(1+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rand&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()*99999),'00000') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Produit&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;1+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rand&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()*10) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quantité&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;autogenerate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(1000000);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;STORE&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; commandes &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; commandes.qvd (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; commandes; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 14:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685599#M10316</guid>
      <dc:creator />
      <dc:date>2014-09-24T14:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685600#M10317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/127542"&gt;John Doré&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a library were you want to store the QVD, for instance named "QVDFolder" (right panel in the data load editor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this use this command to store:&lt;/P&gt;&lt;P&gt;STORE commandes INTO [lib://QVDFolder/commandes.QVD] (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 14:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685600#M10317</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2014-09-24T14:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685601#M10318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John - you have a few options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;you need to either create Folder Connections for the location of the files to be stored and use the lib:// syntax , as mentioned by Paul.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR (optional)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;you can disable Standard Mode to use the appropriate file paths as used in QlikView&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/sense/en-US/online/index.html#../Subsystems/WorkingWith/Content/LoadData/DisableStandardMode.htm?Highlight=settings.ini" title="https://help.qlik.com/sense/en-US/online/index.html#../Subsystems/WorkingWith/Content/LoadData/DisableStandardMode.htm?Highlight=settings.ini"&gt;https://help.qlik.com/sense/en-US/online/index.html#../Subsystems/WorkingWith/Content/LoadData/DisableStandardMode.htm?H…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know how you do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark the appropriate replies as helpful / correct so our team and other members know that your question(s) has been answered to your satisfaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 15:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685601#M10318</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-09-24T15:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685602#M10319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;I selected the option mentionned by Paul.&lt;/P&gt;&lt;P&gt;the correct syntax is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;commandes:&lt;BR /&gt;load&lt;BR /&gt;'C' &amp;amp; num(RecNo(),'000000') as Commande,&lt;BR /&gt;&amp;nbsp; 'P' &amp;amp; num(1+floor(rand()*99999),'00000') as Produit,&lt;BR /&gt;1+floor(rand()*10) as Quantité&amp;nbsp;&amp;nbsp; &lt;BR /&gt;autogenerate(1000000);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store * from commandes into 'lib://Qlik Sense/commandes.qvd';&lt;/P&gt;&lt;P&gt;I created a library&amp;nbsp;&amp;nbsp; name (Qlik sense) where I stored the QVD&amp;nbsp; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 16:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685602#M10319</guid>
      <dc:creator />
      <dc:date>2014-09-24T16:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685603#M10320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to hear that is working - keep the disable Standard mode option in mind -- if you are planning to convert QlikView apps (if applicable) without have to create explicit Folder connections, or if you are planning on using custom QlikView connectors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 16:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685603#M10320</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-09-24T16:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685604#M10321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't not seem to be able to create a .qvd on the &lt;STRONG&gt;Sense Cloud&lt;/STRONG&gt; - getting "file cannot be opened" with a strange path...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this a limitation, bug - or crappy developer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 16:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685604#M10321</guid>
      <dc:creator />
      <dc:date>2016-02-03T16:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685605#M10322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rickard,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I think this is a limitiation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also be aware that the Sense cloud is limited to 25Mb per App (Total 250Mb)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 19:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685605#M10322</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2016-02-03T19:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685606#M10323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Hi Rickard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a current limitation of Qlik Sense Cloud.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Josh&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 20:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685606#M10323</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2016-02-03T20:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685607#M10324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please see this page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="79243" data-objecttype="1" href="https://community.qlik.com/thread/79243"&gt;https://community.qlik.com/thread/79243&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 07:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685607#M10324</guid>
      <dc:creator>fatihtomruk</dc:creator>
      <dc:date>2016-02-04T07:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685608#M10325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i create the QVD in the desktop - upload it to "My Personal Data files" - and use it from there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 08:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685608#M10325</guid>
      <dc:creator />
      <dc:date>2016-02-04T08:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685609#M10326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to create library. I want to create library to store a table. &lt;IMG alt="sakjn.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114190_sakjn.png" style="height: 264px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 15:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685609#M10326</guid>
      <dc:creator />
      <dc:date>2016-02-10T15:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685610#M10327</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;what if I don't have a "create library" option?&lt;/P&gt;&lt;P&gt;(see attached screenshot)&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146449_Untitled.png" style="height: 191px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 08:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685610#M10327</guid>
      <dc:creator>shayraber</dc:creator>
      <dc:date>2016-12-13T08:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685611#M10328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/89088"&gt;shayraber&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should show a option named Folder, are you working on a Qlik Sense server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 14:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685611#M10328</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2016-12-13T14:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685612#M10329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes. i DO use a Sense Server and one user can see the "Folder" option and the other don't...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 21:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685612#M10329</guid>
      <dc:creator>shayraber</dc:creator>
      <dc:date>2016-12-13T21:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685613#M10330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/89088"&gt;shayraber&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If some users can see the Folder option, you should compare the roles / rights.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 07:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685613#M10330</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2016-12-14T07:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the QVD files in QlikSense ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685614#M10331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;that solved the issue.&lt;/P&gt;&lt;P&gt;i gave the other user the role that the first user had and it worked. i thought that might be the issue BUT i was wired to me since i had an option to load via ODBC for example and i didn't see any reason that i won't be able to load from (or store to) folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10x a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 08:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-the-QVD-files-in-QlikSense/m-p/685614#M10331</guid>
      <dc:creator>shayraber</dc:creator>
      <dc:date>2016-12-14T08:09:13Z</dc:date>
    </item>
  </channel>
</rss>

