<?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 do I create a qvd file from a qvw in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253584#M707285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a new qvw, with first statement a binary load of your existing qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then store all tables you are interested in into qvds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look into BINARY and STORE in the Help file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2012 11:43:47 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-01-05T11:43:47Z</dc:date>
    <item>
      <title>How do I create a qvd file from a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253583#M707284</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 am pretty new to qlikview.&amp;nbsp; we had a 3rd party company who created our builds for us, but nowwe are going do this ourselves&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 3rd party company would send us a qvw file with all our data processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering how i would extract the data from the qvw to a qvd file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;In the qvw file there is a table called transactions (which is the one i am after)&lt;/P&gt;&lt;P&gt;Is it possible to run some script of some sort to extract only this table from the qvw and save it as a qvd so that i can load the qvd in my own build.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 11:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253583#M707284</guid>
      <dc:creator />
      <dc:date>2012-01-05T11:35:04Z</dc:date>
    </item>
    <item>
      <title>How do I create a qvd file from a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253584#M707285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a new qvw, with first statement a binary load of your existing qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then store all tables you are interested in into qvds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look into BINARY and STORE in the Help file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 11:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253584#M707285</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-05T11:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a qvd file from a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253585#M707286</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;Indeed, I'd do that doing a binary load of the QVW you get in a separate file, and then user a STORE command, as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Binary &lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;/P&gt;&lt;P&gt;SET DecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='#.##0,00 €;-#.##0,00 €';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY h:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;SET MonthNames='ene;feb;mar;abr;may;jun;jul;ago;sep;oct;nov;dic';&lt;/P&gt;&lt;P&gt;SET DayNames='lun;mar;mié;jue;vie;sáb;dom';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// The name of the table "Transactions" needs to be exactly the same as in the other file, case sensitive&lt;/P&gt;&lt;P&gt;STORE Transactions INTO C:\Transactions.qvd (qvd);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 11:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253585#M707286</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-05T11:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a qvd file from a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253586#M707287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said in the above, when I try to store a qvd, I am getting a error of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Binary Load is not allowed on 'E:\Trend.qvw'"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 12:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253586#M707287</guid>
      <dc:creator />
      <dc:date>2012-01-05T12:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a qvd file from a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253587#M707288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a setting the original developer can set in the Settings menu, Document Properties, Opening tab, "Prohibit Binary Load", very usual when the development has been carried out by different companies that want to keep their knowledge on the file and prevent others to open the script or see the data model structure. That setting can only be changed by the original developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 13:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253587#M707288</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-05T13:19:25Z</dc:date>
    </item>
    <item>
      <title>How do I create a qvd file from a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253588#M707289</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;Thanks for this Works Perfectly !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 14:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-qvd-file-from-a-qvw/m-p/253588#M707289</guid>
      <dc:creator />
      <dc:date>2012-01-05T14:00:56Z</dc:date>
    </item>
  </channel>
</rss>

