<?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 Using QVD files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-QVD-files/m-p/315713#M1199363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I want to read dimension and fact tables from a dwh. I want to save dimension tables in an unique QVD file. I have tried to do it by using STORE statement, but when I select the QVD from a new QVW I can see only the last table stored in the QVD file.&lt;/P&gt;&lt;P&gt;Well, isn't possible to save more tables in the same QVD file?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2011 15:45:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-22T15:45:46Z</dc:date>
    <item>
      <title>Using QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QVD-files/m-p/315713#M1199363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I want to read dimension and fact tables from a dwh. I want to save dimension tables in an unique QVD file. I have tried to do it by using STORE statement, but when I select the QVD from a new QVW I can see only the last table stored in the QVD file.&lt;/P&gt;&lt;P&gt;Well, isn't possible to save more tables in the same QVD file?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QVD-files/m-p/315713#M1199363</guid>
      <dc:creator />
      <dc:date>2011-03-22T15:45:46Z</dc:date>
    </item>
    <item>
      <title>AW:Using QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QVD-files/m-p/315714#M1199364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;no, one table = one QVD, but you can create a table by concatenate, so you can get all your dimensions together in one table!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QVD-files/m-p/315714#M1199364</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-03-22T15:48:02Z</dc:date>
    </item>
    <item>
      <title>AW:Using QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QVD-files/m-p/315715#M1199365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What a pity!&lt;/P&gt;&lt;P&gt;In this case, it is preferrable to create one QVD for one dimension.&lt;/P&gt;&lt;P&gt;However, have you an example to concatenate more dimension tables read from a SQL Server dwh? F.e. having Customers, Vendors and Time as dimension tables?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QVD-files/m-p/315715#M1199365</guid>
      <dc:creator />
      <dc:date>2011-03-22T15:58:32Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Using QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QVD-files/m-p/315716#M1199366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in QV it is very easy, load at first all your tables from DWH, than load a new table p.e.&lt;/P&gt;&lt;P&gt;Dimensions:&lt;BR /&gt;Load Dim1, Dim2, Dim3,... Resident Table1;&lt;BR /&gt;Concatenate (Dimensions)&lt;BR /&gt;Load Dim21, Dim22, Dim23,... Resident Table2;&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;P&gt;Store Dimensions Into $(Path)\Dimensions.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 16:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QVD-files/m-p/315716#M1199366</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-03-22T16:06:01Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Using QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QVD-files/m-p/315717#M1199367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina, I'm perplexed.&lt;/P&gt;&lt;P&gt;Dim1 is a (dimension) table, Dim2 is a (dimension) table, Dim3 is a (dimension) table , ... and Table1?&lt;/P&gt;&lt;P&gt;After the second LOAD does it take Concatenate(Dimensions)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 16:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QVD-files/m-p/315717#M1199367</guid>
      <dc:creator />
      <dc:date>2011-03-22T16:17:15Z</dc:date>
    </item>
  </channel>
</rss>

