<?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 How to create Qvd ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-Qvd/m-p/407682#M151661</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;I have one excel table and one qvd file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to create qvd by using above tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 10:20:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-05T10:20:52Z</dc:date>
    <item>
      <title>How to create Qvd ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Qvd/m-p/407682#M151661</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;I have one excel table and one qvd file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to create qvd by using above tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 10:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Qvd/m-p/407682#M151661</guid>
      <dc:creator />
      <dc:date>2013-03-05T10:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Qvd ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Qvd/m-p/407683#M151662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do u want to join the two data sources?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are manupulating data from excel and qvd in Tab1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then to store the tab1 data to tab2 write below statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;store tab1 into tab2.qvd(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HTH&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sushil&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 10:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Qvd/m-p/407683#M151662</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-03-05T10:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Qvd ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Qvd/m-p/407684#M151663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have 10 qvd files from diffrent data sources like(sap,sharepoint,oracle..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to create dashbord by using all the qvd files and also&amp;nbsp; i want to create single qvd file for 10 qvd files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 10:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Qvd/m-p/407684#M151663</guid>
      <dc:creator />
      <dc:date>2013-03-05T10:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Qvd ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Qvd/m-p/407685#M151664</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;example:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load&amp;nbsp; id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; address&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;store&amp;nbsp; table1 into D:\newtable.qvd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;************************************************&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;see here&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/318211#318211" title="http://community.qlik.com/message/318211#318211"&gt;http://community.qlik.com/message/318211#318211&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 11:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Qvd/m-p/407685#M151664</guid>
      <dc:creator />
      <dc:date>2013-03-05T11:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Qvd ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Qvd/m-p/407686#M151665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A QVD file can hold data of one table only,&amp;nbsp; If you want to create a single qvd then you need to join or concatenate all the qvds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do one thing load all qvds into one Qlikview file and load this Qlikview file into another Qlikview file by using Binary Load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 13:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Qvd/m-p/407686#M151665</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-03-05T13:02:01Z</dc:date>
    </item>
  </channel>
</rss>

