<?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: Simple way to create QVD format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-way-to-create-QVD-format/m-p/1163020#M903120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you both for the suggestions.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This has been turned over to our Development department now (which is not in my area) but I have passed on these suggestions as they look forward into Qlik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2016 14:20:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-18T14:20:39Z</dc:date>
    <item>
      <title>Simple way to create QVD format</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-create-QVD-format/m-p/1163016#M903114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First off sorry for the novice question.&lt;/P&gt;&lt;P&gt;I work for a research company that sometimes delivers data back to clients in the format they request.&lt;/P&gt;&lt;P&gt;In this case I have a client who is requesting a qvd format which I just learned is a QlikView format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do not use Qlikview in any way so I am investigating if there is a simple way to generate data in a qvd format.&lt;/P&gt;&lt;P&gt;The data would be coming from a relational database like SQL Server but we could convert to csv or any other format that would speed up the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not opposed to buying software to accomplish this goal but do not want a large server license cost as this is for currently 1 client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-create-QVD-format/m-p/1163016#M903114</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to create QVD format</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-create-QVD-format/m-p/1163017#M903115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way to create a qvd is to first pull the data into a qvw (QlikView file) and then use a STORE statement to put the data into a qvd....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Fields...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM CSV or datasource;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE Table into FileLocation/FileName.qvd (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 23:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-create-QVD-format/m-p/1163017#M903115</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-14T23:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to create QVD format</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-create-QVD-format/m-p/1163018#M903117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do what sunny suggested using the free Personal Edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create the QVD from your java, &lt;A href="https://community.qlik.com/qlik-users/3136"&gt;rbecher&lt;/A&gt;‌ company licenses a java library to create QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option in RYO is the QVX format, which is an open published standard. QVX should be "good as QVD" for your client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 00:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-create-QVD-format/m-p/1163018#M903117</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-07-15T00:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to create QVD format</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-create-QVD-format/m-p/1163019#M903118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: 9.0pt; margin-bottom: 9.0pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;1)Buffer load helps to create the QVD files automatically.&amp;nbsp; The created QVD will be maintained as defined in&amp;nbsp; User Preferencesà Locations.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial','sans-serif';"&gt;Example: &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Buffer select * from Employees.csv;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;2) Sunny&amp;nbsp; idea&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2016 19:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-create-QVD-format/m-p/1163019#M903118</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-07-16T19:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to create QVD format</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-create-QVD-format/m-p/1163020#M903120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you both for the suggestions.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This has been turned over to our Development department now (which is not in my area) but I have passed on these suggestions as they look forward into Qlik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-create-QVD-format/m-p/1163020#M903120</guid>
      <dc:creator />
      <dc:date>2016-07-18T14:20:39Z</dc:date>
    </item>
  </channel>
</rss>

