<?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 Load a File Qvd from my personal Space in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-a-File-Qvd-from-my-personal-Space/m-p/1934850#M77013</link>
    <description>&lt;P&gt;Hello! I want to load a file qvd in Qlik Sense that contains several tables.&lt;/P&gt;
&lt;P&gt;This file is located in my personal space. &lt;SPAN&gt;I am trying&amp;nbsp;to use the Catalogue Data but I can't. Someone can help me?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ariannalab_0-1653397828769.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80169iC0F32BAC824DA05D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ariannalab_0-1653397828769.png" alt="Ariannalab_0-1653397828769.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Arianna&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2022 13:29:45 GMT</pubDate>
    <dc:creator>Arianna-lab</dc:creator>
    <dc:date>2022-05-24T13:29:45Z</dc:date>
    <item>
      <title>Load a File Qvd from my personal Space</title>
      <link>https://community.qlik.com/t5/App-Development/Load-a-File-Qvd-from-my-personal-Space/m-p/1934850#M77013</link>
      <description>&lt;P&gt;Hello! I want to load a file qvd in Qlik Sense that contains several tables.&lt;/P&gt;
&lt;P&gt;This file is located in my personal space. &lt;SPAN&gt;I am trying&amp;nbsp;to use the Catalogue Data but I can't. Someone can help me?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ariannalab_0-1653397828769.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80169iC0F32BAC824DA05D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ariannalab_0-1653397828769.png" alt="Ariannalab_0-1653397828769.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Arianna&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 13:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-a-File-Qvd-from-my-personal-Space/m-p/1934850#M77013</guid>
      <dc:creator>Arianna-lab</dc:creator>
      <dc:date>2022-05-24T13:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load a File Qvd from my personal Space</title>
      <link>https://community.qlik.com/t5/App-Development/Load-a-File-Qvd-from-my-personal-Space/m-p/1936804#M77216</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/181806"&gt;@Arianna-lab&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I find that some things are done much easier in the load script editor rather than using the other methods.&lt;/P&gt;
&lt;P&gt;If the app has been created in the personal space then you can just refer to the QVD like this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; *&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM [lib://DataFiles/MyQVD.qvd] (qvd);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can reference QVDs in other spaces by putting the space name before the library, separated by a colon, like this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LOAD&lt;BR /&gt;&amp;nbsp; *&lt;BR /&gt;FROM [lib://MySpace:DataFiles/MyQVD.qvd] (qvd);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;One thing you can't do though is reference your personal space in that way, so if you want to load data from a different space to where the app resides you will need to create a space for the data.&lt;/P&gt;
&lt;P&gt;Typically on any tenant I work in I will create a space called&amp;nbsp;&lt;STRONG&gt;Data&lt;/STRONG&gt; and store Connections, QVDs and QVD Generators in that space, separate to presentation apps. This way you can always reference data from anywhere (read or write) by using:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[lib://Data:DataFiles/MyQVD.qvd]&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Likewise, you can reference connections in the same way:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LIB CONNECT TO 'Data:MySQLConnection';&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Hope that makes sense and helps out?&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 22:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-a-File-Qvd-from-my-personal-Space/m-p/1936804#M77216</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2022-05-27T22:58:49Z</dc:date>
    </item>
  </channel>
</rss>

