<?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: Qlikview Load File in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Load-File/m-p/953179#M969189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Foor example you created&amp;nbsp; a datamodel with QVApp1.qvw with data.&lt;/P&gt;&lt;P&gt;You wanted to create another &lt;SPAN style="font-size: 13.3333px;"&gt;QVApp2.qvw with some other tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In this case you can use &lt;SPAN style="font-size: 13.3333px;"&gt;QVApp1.qvw in &lt;SPAN style="font-size: 13.3333px;"&gt;QVApp2.qvw with binary load.&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;You have reload &lt;SPAN style="font-size: 13.3333px;"&gt;QVApp2.qvw to get the data from &lt;SPAN style="font-size: 13.3333px;"&gt;QVApp1.qvw.&lt;/SPAN&gt;&lt;/SPAN&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;Hope this help you.&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;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100278_Capture.PNG" style="height: auto;" /&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2015 02:11:58 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2015-09-29T02:11:58Z</dc:date>
    <item>
      <title>Qlikview Load File</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Load-File/m-p/953175#M969185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlikview. Let's say, I design a new qvw document which also loads data from database into Qlikview. via its load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I were to design another similar qvw document which is based off similar same data, do I need to reload the data again via the load script in this new document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 17:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Load-File/m-p/953175#M969185</guid>
      <dc:creator />
      <dc:date>2015-09-28T17:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Load File</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Load-File/m-p/953176#M969186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also consider doing a binary load:&lt;/P&gt;&lt;P&gt;binary filename.qvw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to have one application to load all data from the database, store it into QVD files, and load those QVD files by the various customer facing applications so to only contact the source system once. This is a more structured approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example script to create QVDs out of your current datamodel:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;SET vDataDir = 'QVDs';&lt;/P&gt;
&lt;P&gt;for i = 0 to NoOfTables() - 1&lt;BR /&gt; LET d = TableName(i);&lt;BR /&gt; store $(d) into $(vDataDir)\$(d).QVD;&lt;BR /&gt;next&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 20:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Load-File/m-p/953176#M969186</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-09-28T20:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Load File</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Load-File/m-p/953177#M969187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So each QVW does require to load the data for its own copy whether we load it from QVD or source system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if I have two QVDS each referring to the same set of fact/dimension table, either I can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Load a QVD file from source system containing the fact/dimension tables, and then load this same QVD again for the two QVW's&lt;/P&gt;&lt;P&gt;(2) Load the same data from source system for each QVW which will take more time&lt;/P&gt;&lt;P&gt;(3) If possible, combine the two QVWs into one and that way we need to load the same QVW once&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this sounds correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 22:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Load-File/m-p/953177#M969187</guid>
      <dc:creator />
      <dc:date>2015-09-28T22:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Load File</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Load-File/m-p/953178#M969188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should always store your tables into QVD's before loading them into your model. This isn't just for sharing the data between applications, but it will also save a lot of reloading time whenever you have to rerun your script and will reduce the load on the data base. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new .QVW and after each load write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store TableName into TableName.qvd (qvd);&lt;/P&gt;&lt;P&gt;Drop table TableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in your original application you simply read from this QVD instead of the database. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 23:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Load-File/m-p/953178#M969188</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-09-28T23:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Load File</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Load-File/m-p/953179#M969189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Foor example you created&amp;nbsp; a datamodel with QVApp1.qvw with data.&lt;/P&gt;&lt;P&gt;You wanted to create another &lt;SPAN style="font-size: 13.3333px;"&gt;QVApp2.qvw with some other tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In this case you can use &lt;SPAN style="font-size: 13.3333px;"&gt;QVApp1.qvw in &lt;SPAN style="font-size: 13.3333px;"&gt;QVApp2.qvw with binary load.&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;You have reload &lt;SPAN style="font-size: 13.3333px;"&gt;QVApp2.qvw to get the data from &lt;SPAN style="font-size: 13.3333px;"&gt;QVApp1.qvw.&lt;/SPAN&gt;&lt;/SPAN&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;Hope this help you.&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;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100278_Capture.PNG" style="height: auto;" /&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 02:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Load-File/m-p/953179#M969189</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-29T02:11:58Z</dc:date>
    </item>
  </channel>
</rss>

