<?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: Read QVD File in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221597#M77448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m doing it that way Vlad, thank you for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 14:38:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-20T14:38:17Z</dc:date>
    <item>
      <title>Read QVD File</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221587#M77438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, I´m trying to read data for a QVD file, I found an example in the community which basically looks like this, but i´,ve not been able to get it done, can you help me about this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table01:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2017 17:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221587#M77438</guid>
      <dc:creator />
      <dc:date>2017-02-18T17:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD File</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221588#M77439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2017 23:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221588#M77439</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2017-02-18T23:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD File</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221589#M77440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Some QVDs I've seen have security still on them and going from server to desktop they won't load because of that. Like Andy said can you give us the error message. It would help us help you better,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;T.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2017 23:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221589#M77440</guid>
      <dc:creator />
      <dc:date>2017-02-18T23:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD File</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221590#M77441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jesus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You path "FROM" for QlikView used &lt;SPAN style="font-size: 13.3333px;"&gt;to Qlik Sense. At Qlik Sense, you must create a connection to the folder [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;C:\Users\user01\Documents\Qlik\Sense\Apps\Test\2.QVD]&lt;/SPAN&gt;, and then have to apply to the file [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data_01.qvd].&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the newly created connection you call, for example, [QVD], then your code would look like this&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;Table01:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&lt;/P&gt;&lt;P&gt;FROM [lib://QVD/&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data_01.qvd&lt;/SPAN&gt;]&lt;/P&gt;&lt;P&gt;(qvd);&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;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 08:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221590#M77441</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-02-20T08:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD File</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221591#M77442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have to create a connection on your computer qliksense could not read your directory name. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 12:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221591#M77442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-20T12:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD File</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221592#M77443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply guys, I´m working with Qlik Sense, it´s necessary to create a folder connection then? It cannot be achieved without it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 13:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221592#M77443</guid>
      <dc:creator />
      <dc:date>2017-02-20T13:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD File</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221593#M77444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you have to define the location for your QVDs in a library but the QVDs you load in from there can be set dynamically even which library you use can be decided during the load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221593#M77444</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2017-02-20T14:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD File</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221594#M77445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a "Legacy mode" in QlikSense (which helps you to avoid a "Folder Connector"),&amp;nbsp; but it's global option, so all of your scripts will be forced to use it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221594#M77445</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2017-02-20T14:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD File</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221595#M77446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the help guys, I´m doing this to lower modification impact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Created a folder connection.&lt;/P&gt;&lt;P&gt;2. Set a variable with the connection.&lt;/P&gt;&lt;P&gt;3. Use this variable in the LOAD ... FROM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a better suggestion I´ll be glad to hear from you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221595#M77446</guid>
      <dc:creator />
      <dc:date>2017-02-20T14:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD File</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221596#M77447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jesus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good idea... Just make sure you are passing a variable as a string:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;FROM '$(TransformationsLibrary)/XXXXXX.qvd' (QVD);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221596#M77447</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2017-02-20T14:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Read QVD File</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221597#M77448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m doing it that way Vlad, thank you for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Read-QVD-File/m-p/1221597#M77448</guid>
      <dc:creator />
      <dc:date>2017-02-20T14:38:17Z</dc:date>
    </item>
  </channel>
</rss>

