<?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: +Create Qvd from existing qvw file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892325#M1257585</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;Open the old QVW document and follow this to remove Binary Load option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document Properties -&amp;gt; Opening -&amp;gt; Uncheck Prohibit Binary Load option&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>Thu, 07 May 2015 03:52:49 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-05-07T03:52:49Z</dc:date>
    <item>
      <title>+Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892319#M1257569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi . I have an old qvw file which imported data from databases that have been removed now. Now I have to make updates on the qvw file but the reload will not work now since the database is gone. I was wondering if there's a way of storing data from the existing qvw into a qvd file so that I can reload it from there again after making changes to the qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892319#M1257569</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: +Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892320#M1257572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create table box in front end for each and every table and export to excel . here you go, You will have the data you want .. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 01:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892320#M1257572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T01:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: +Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892321#M1257575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Praveena. That is possible to do but there are a lot of tables with multiple columns in each so it would be a time consuming process to add all the columns as expressions. Thanks for the suggestion though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 02:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892321#M1257575</guid>
      <dc:creator />
      <dc:date>2015-05-07T02:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: +Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892322#M1257578</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new Qlikview file and do Binary load the old file and put below script to generate the QVDs for the existing tables in the datamodel&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;BINARY FileName.qvw;&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;FOR vCount = 0 to NoOfTables()-1&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; LET vTableName = TableName($(vCount));&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; STORE $(vTableName) INTO $(vTableName).qvd (qvd);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NEXT vCount&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;The above script will create the qvds for each table in the datamodel.&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;You can also check this link below&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;&lt;A href="https://community.qlik.com/docs/DOC-6754"&gt;Storing all tables in Qlikview file to QVD&lt;/A&gt;&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;Hope this helps you.&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;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 03:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892322#M1257578</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-05-07T03:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: +Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892323#M1257581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Hi,&lt;/P&gt;&lt;P&gt;The same issue i am also facing i am trying to load by using binary but the QVW which i have is disabled for the binary load is there any solution for extracting data from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 03:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892323#M1257581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T03:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: +Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892324#M1257583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks man. Learned new stuff today.&lt;/P&gt;&lt;P&gt;It really works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Susvith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 03:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892324#M1257583</guid>
      <dc:creator />
      <dc:date>2015-05-07T03:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: +Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892325#M1257585</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;Open the old QVW document and follow this to remove Binary Load option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document Properties -&amp;gt; Opening -&amp;gt; Uncheck Prohibit Binary Load option&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>Thu, 07 May 2015 03:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892325#M1257585</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-05-07T03:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: +Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892326#M1257587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 06:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892326#M1257587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T06:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: +Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892327#M1257589</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;Check this as well.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-6991" title="https://community.qlik.com/docs/DOC-6991"&gt;https://community.qlik.com/docs/DOC-6991&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 10:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892327#M1257589</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2015-05-07T10:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: +Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892328#M1257591</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;This is what I use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 12:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892328#M1257591</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-05-07T12:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: +Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892329#M1257594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan. This worked quite well !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 05:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892329#M1257594</guid>
      <dc:creator />
      <dc:date>2015-05-11T05:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: +Create Qvd from existing qvw file</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892330#M1257596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bill !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 05:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Qvd-from-existing-qvw-file/m-p/892330#M1257596</guid>
      <dc:creator />
      <dc:date>2015-05-11T05:13:09Z</dc:date>
    </item>
  </channel>
</rss>

