<?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: QVD creation Optimized ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190199#M384694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If a load is optimized or not that comes into play during your qvds load. It doesn't matter how you created them; what calculation they had. If you load the qvds directly with no transformation (actually few basic operations are considered to be permitted in optimized load. Check : &lt;A href="https://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/" title="https://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/"&gt;https://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/&lt;/A&gt;) your load is optimized.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2016 06:59:31 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2016-09-22T06:59:31Z</dc:date>
    <item>
      <title>QVD creation Optimized ?</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190196#M384691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; am&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;fetching&amp;nbsp; data from sql&amp;nbsp; with select&amp;nbsp; Col1,col2,col3&amp;nbsp; from Tab ;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Question : Now for optimized qvd&amp;nbsp; load&amp;nbsp; can I load all data from sql with all transformations and save into QVD.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;And QVD can be use as a optimized load&amp;nbsp; while loading application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Vikas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 06:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190196#M384691</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-09-22T06:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: QVD creation Optimized ?</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190197#M384692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can. Where exactly do you have the doubt?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 06:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190197#M384692</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-09-22T06:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: QVD creation Optimized ?</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190198#M384693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks tresesco ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose i have following code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact_Agg_Hist:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; Reporting_Dt,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Event_Dt,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(&lt;SPAN style="font-size: 13.3333px;"&gt;Reporting_Dt) as &lt;SPAN style="font-size: 13.3333px;"&gt;Reporting_Dt,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(&lt;SPAN style="font-size: 13.3333px;"&gt;Event_Dt) as &lt;SPAN style="font-size: 13.3333px;"&gt;Event_Dt,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If( field1=1,0,1) as New Field ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Store&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Fact_Agg_Hist&amp;nbsp; into &lt;SPAN style="font-size: 13.3333px;"&gt;Fact_Agg_Hist.qvd (qvd) ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;And when i load this qvd then this will be optimized ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Vikas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 06:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190198#M384693</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-09-22T06:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: QVD creation Optimized ?</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190199#M384694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If a load is optimized or not that comes into play during your qvds load. It doesn't matter how you created them; what calculation they had. If you load the qvds directly with no transformation (actually few basic operations are considered to be permitted in optimized load. Check : &lt;A href="https://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/" title="https://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/"&gt;https://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/&lt;/A&gt;) your load is optimized.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 06:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190199#M384694</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-09-22T06:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: QVD creation Optimized ?</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190200#M384695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Make clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 07:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190200#M384695</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-09-22T07:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: QVD creation Optimized ?</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190201#M384696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you are loading optimized qvd load.&lt;/P&gt;&lt;P&gt;Suppose, when you perform transformations and new field derivations while loading qvd file then it will be unoptimized qvd load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark question as answered if it is appropriate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 07:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-creation-Optimized/m-p/1190201#M384696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-22T07:13:11Z</dc:date>
    </item>
  </channel>
</rss>

