<?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: Qlik-Sense: QVD's and Inline Loads in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462062#M36122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this would need to be set globally rather than for a single app or even a single qvd-storage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that lineage data can be useful especially when sqls are executed, in order to see how the data was created and manipulated.&lt;/P&gt;&lt;P&gt;If Tables are loaded inline with no reference to other existing data it is, in my oppinion, quite useless to save everything that happened to this point though. It would be convenient to have a &lt;STRONG&gt;keyword&lt;/STRONG&gt; that could disable (or enable?) storing lineage data, I only realized that it exists when I noticed how it slowed my app down. What I can read in this data is also not very helpful, but I haven't looked into it too much yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2018 12:20:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-10T12:20:22Z</dc:date>
    <item>
      <title>Qlik-Sense: QVD's and Inline Loads</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462059#M36119</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 using Inline-Loads inside the data load editor to load and store data.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This looks like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;SPAN style="font-size: 13.3333px;"&gt;$(aTable)&lt;/SPAN&gt;]: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INLINE &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ &lt;SPAN style="font-size: 13.3333px;"&gt;'$(header)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(value)'];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(aTable) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO &lt;/P&gt;&lt;P&gt;[$(aPath).qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the beginning of the data load editor script the code above works very well.&lt;/P&gt;&lt;P&gt;Unfortunatelly it somehow makes a difference how much code in the data load editor has been processed (why?).&lt;/P&gt;&lt;P&gt;The qvd saves for some reason the following data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Lineage&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LineageInfo&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/LineageInfo&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;LineageInfo&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Lineage Info is getting more and more as the &lt;SPAN style="font-size: 13.3333px;"&gt;data load editor script is processed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This does for once store data that should not be stored (making a 5KB file into a 100KB+ file),&lt;/P&gt;&lt;P&gt;it also reveals code &lt;SPAN style="font-size: 13.3333px;"&gt;(For example SQL scripts) &lt;/SPAN&gt;from the loading script for no reason I can imagine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question therefor is why LineageInfo is stored into qvds and how to negate this.&lt;/P&gt;&lt;P&gt;Is this caused by the script above or by some qlik-sense setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 10:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462059#M36119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T10:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-Sense: QVD's and Inline Loads</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462060#M36120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I paste the qvd into word, word tells me the it has over 3000 lines.&lt;BR /&gt;Quite a lot for storing a single value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462060#M36120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T12:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-Sense: QVD's and Inline Loads</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462061#M36121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To have the lineage-data is often quite useful to track from where the data are coming. By loading data through large loops it could get quite heavily and especially if the loaded data are relative small the lineage-data could becomes much bigger then the real data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is really no other practically way to load and store the data &lt;SPAN style="text-decoration: line-through;"&gt;you could disable this feature. Unfortunately not on document-level else global. A howto is described here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/574863"&gt;Re: Expansion of QVD file size during iterated process&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit&lt;/STRONG&gt;: I just see that you are talking about Sense. I think it could be there disabled too, but don't know how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462061#M36121</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-10T12:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-Sense: QVD's and Inline Loads</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462062#M36122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this would need to be set globally rather than for a single app or even a single qvd-storage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that lineage data can be useful especially when sqls are executed, in order to see how the data was created and manipulated.&lt;/P&gt;&lt;P&gt;If Tables are loaded inline with no reference to other existing data it is, in my oppinion, quite useless to save everything that happened to this point though. It would be convenient to have a &lt;STRONG&gt;keyword&lt;/STRONG&gt; that could disable (or enable?) storing lineage data, I only realized that it exists when I noticed how it slowed my app down. What I can read in this data is also not very helpful, but I haven't looked into it too much yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462062#M36122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T12:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-Sense: QVD's and Inline Loads</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462063#M36123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the reason to store a bunch of single values each within an own qvd? Maybe there are better ways to reach the aim.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462063#M36123</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-10T12:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-Sense: QVD's and Inline Loads</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462064#M36124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am storing variables that I am loading from other apps.&lt;/P&gt;&lt;P&gt;The inline load is the only workaround I know of at the moment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462064#M36124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T12:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-Sense: QVD's and Inline Loads</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462065#M36125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. - variables but why in each in an own qvd? Why not all into a single file maybe with some additionally informations like comments and where and to what to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462065#M36125</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-10T12:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-Sense: QVD's and Inline Loads</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462066#M36126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First off - I think it is a good idea to also include a comment.&lt;/P&gt;&lt;P&gt;Second off - I like to have single files for single variables for those reasons:&lt;/P&gt;&lt;P&gt;1. The variables are not linked to each other and can / do exist on their own in their own usecase. A different app may only need one and not all of the variables.&lt;/P&gt;&lt;P&gt;2. The variables may update with different frequencies. I store a special variable once it changes its state, so I can not include other variables that may not even exist at that point.&lt;/P&gt;&lt;P&gt;3. It is an artistic decision how to structure data storage. I like the idea to have a folder with seperate files for each variable. Every file has exactly one purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatelly this is derailing a bit from how to solve it to why to do it in the first place.&lt;/P&gt;&lt;P&gt;I guess I will have to live with the extra data being stored, if not feel free to tell me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462066#M36126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T12:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-Sense: QVD's and Inline Loads</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462067#M36127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I would planning to develop and manage variabls externally I would tend to keep them within a centralized repository. Maybe you get here further ideas what might be the most suitable approach in your case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="1224" data-containertype="700" data-objectid="11844" data-objecttype="102" href="https://community.qlik.com/docs/DOC-11844"&gt;&lt;SPAN lang="EN-GB" style="font-size: 14.0pt; font-family: 'Arial',sans-serif;"&gt;Central KPI Formula Repository (solution)&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.qlikfix.com/2011/09/21/storing-variables-outside-of-qlikview/#comment-231569" rel="nofollow" target="_blank"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial',sans-serif;"&gt;Storing variables outside of QlikView&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewmaven.blogspot.de/2008/12/loading-variables-via-loadscript.html" rel="nofollow" target="_blank"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial',sans-serif;"&gt;Loading Variables Via Loadscript&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="5012" data-objecttype="102" href="https://community.qlik.com/docs/DOC-5012"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial',sans-serif;"&gt;Managing Variables&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2061" data-containertype="14" data-objectid="358055" data-objecttype="2" href="https://community.qlik.com/message/358055#358055"&gt;Re: Setting a variable in script...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="7168" data-objecttype="102" href="https://community.qlik.com/docs/DOC-7168"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial',sans-serif;"&gt;How to store and recover variables&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="6854" data-objecttype="102" href="https://community.qlik.com/docs/DOC-6854"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial',sans-serif;"&gt;Create Colour Variables from an Excel Workbook&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 13:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-QVD-s-and-Inline-Loads/m-p/1462067#M36127</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-10T13:06:08Z</dc:date>
    </item>
  </channel>
</rss>

