<?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 Single Generator to create multiple QVDs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Single-Generator-to-create-multiple-QVDs/m-p/287729#M107025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya Sure it can be done.You can just put the Condition in the script with the date filter so that different year data come in five QVD's and store them.&lt;/P&gt;&lt;P&gt;You can do something lyk this.&lt;/P&gt;&lt;P&gt;Load All fields&lt;/P&gt;&lt;P&gt;from QVD&lt;/P&gt;&lt;P&gt;Than use the year one by one as filter &lt;/P&gt;&lt;P&gt;and store thet QVD with it's year name one by one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 05:20:28 GMT</pubDate>
    <dc:creator>kamalqlik</dc:creator>
    <dc:date>2012-02-16T05:20:28Z</dc:date>
    <item>
      <title>Single Generator to create multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Generator-to-create-multiple-QVDs/m-p/287728#M107024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a generator that creates a single QVD with last five years of data and I have implimented incremental load in it.This generator loads everyday and it takes approx an hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now objective is to reduce the load time.Plan is to create five different QVDs for each year and for the current year QVD only need to add incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 50%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;DtKey&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Val&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20080101&lt;/TD&gt;&lt;TD&gt;Jon&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20081231&lt;/TD&gt;&lt;TD&gt;Jill&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20090101&lt;/TD&gt;&lt;TD&gt;Jack&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20090101&lt;/TD&gt;&lt;TD&gt;Jeff&lt;/TD&gt;&lt;TD&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20091231&lt;/TD&gt;&lt;TD&gt;Jean&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20100101&lt;/TD&gt;&lt;TD&gt;Jenna&lt;/TD&gt;&lt;TD&gt;600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20101231&lt;/TD&gt;&lt;TD&gt;Jeanna&lt;/TD&gt;&lt;TD&gt;700&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20110101&lt;/TD&gt;&lt;TD&gt;Jennifer&lt;/TD&gt;&lt;TD&gt;800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20111231&lt;/TD&gt;&lt;TD&gt;Jacob&lt;/TD&gt;&lt;TD&gt;900&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20120101&lt;/TD&gt;&lt;TD&gt;Kelly&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20120102&lt;/TD&gt;&lt;TD&gt;Mary&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20120103&lt;/TD&gt;&lt;TD&gt;Matt&lt;/TD&gt;&lt;TD&gt;900&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to have 2008.QVD,2009.QVD,2010.QVD,2011.QVD and 2012.QVD.Only for 2012.QVD have to implement incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest how can I create five different QVDs from a single resident table and only implement incremenatl load for current year QVD.Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 22:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Generator-to-create-multiple-QVDs/m-p/287728#M107024</guid>
      <dc:creator />
      <dc:date>2012-02-15T22:32:30Z</dc:date>
    </item>
    <item>
      <title>Single Generator to create multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Generator-to-create-multiple-QVDs/m-p/287729#M107025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya Sure it can be done.You can just put the Condition in the script with the date filter so that different year data come in five QVD's and store them.&lt;/P&gt;&lt;P&gt;You can do something lyk this.&lt;/P&gt;&lt;P&gt;Load All fields&lt;/P&gt;&lt;P&gt;from QVD&lt;/P&gt;&lt;P&gt;Than use the year one by one as filter &lt;/P&gt;&lt;P&gt;and store thet QVD with it's year name one by one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 05:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Generator-to-create-multiple-QVDs/m-p/287729#M107025</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2012-02-16T05:20:28Z</dc:date>
    </item>
    <item>
      <title>Single Generator to create multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Generator-to-create-multiple-QVDs/m-p/287730#M107026</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 think splitting single QVD into 5 QVDs doesn't help in improving performance.&amp;nbsp; Is your previous years data change?&lt;/P&gt;&lt;P&gt;If not load previous years into separate qvd for once and use that QVD without reloading everytime.&amp;nbsp; You just load the current year data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of loading all past and present data just load only the present data.&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, 16 Feb 2012 05:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Generator-to-create-multiple-QVDs/m-p/287730#M107026</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-16T05:50:17Z</dc:date>
    </item>
  </channel>
</rss>

