<?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: Save as (qvf) via data load script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446000#M35116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could in each loop save to the data to different qvd files and then create multiple qvf's that load from the appropriate qvd files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the best forwards depends on your required end game.&amp;nbsp; If your needs are actually security, as in for some people to only have access to some data and other people to other data then maybe look at this blog post &lt;A href="https://community.qlik.com/qlik-blogpost/3745"&gt;A Primer on Section Access&lt;/A&gt; by HIC.&amp;nbsp; It is a few years old, but Section Access security is still pretty much the same in the latest Qlik Sense and a search on &lt;EM&gt;Section Access&lt;/EM&gt; will produce loads of hits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2017 09:17:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-23T09:17:49Z</dc:date>
    <item>
      <title>Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1445998#M35114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any option to save an app as another qvf file using the data load script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose is to:&lt;/P&gt;&lt;P&gt;- run load script&lt;/P&gt;&lt;P&gt;- in the load script create a loop&lt;/P&gt;&lt;P&gt;- in each step of the loop:&lt;/P&gt;&lt;P&gt;--&amp;gt;filter the data using WHERE clause i.e. Sector = 'first_sector'&lt;/P&gt;&lt;P&gt;--&amp;gt;save as app_first_sector.qvf&lt;/P&gt;&lt;P&gt;- go to next loop iteration&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1445998#M35114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T08:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1445999#M35115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what's the purpose? maybe all you need is on demand app generation (&lt;A href="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/LoadData/using-OnDemand-apps.htm" title="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/LoadData/using-OnDemand-apps.htm"&gt;On-demand apps ‒ Qlik Sense&lt;/A&gt;)?&lt;/P&gt;&lt;P&gt;if not - it's not possible to save QVF in script loop - only to CSV or QVD - here's my shortcut for doing that the way you need: &lt;A href="https://community.qlik.com/docs/DOC-18667"&gt;Subroutines in load script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1445999#M35115</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2017-11-23T09:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446000#M35116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could in each loop save to the data to different qvd files and then create multiple qvf's that load from the appropriate qvd files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the best forwards depends on your required end game.&amp;nbsp; If your needs are actually security, as in for some people to only have access to some data and other people to other data then maybe look at this blog post &lt;A href="https://community.qlik.com/qlik-blogpost/3745"&gt;A Primer on Section Access&lt;/A&gt; by HIC.&amp;nbsp; It is a few years old, but Section Access security is still pretty much the same in the latest Qlik Sense and a search on &lt;EM&gt;Section Access&lt;/EM&gt; will produce loads of hits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446000#M35116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T09:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446001#M35117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The purpose is to create 10 copies of the same app. Every single app should have data filtered by 'Sector' (there are 10 sectors)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 10:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446001#M35117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T10:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446002#M35118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May I ask what the required end game is ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this for data security reasons, as in you only want certain people to be able to see certain data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there another reason ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I ask is that the best way forwards depends on the required end game.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 11:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446002#M35118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T11:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446003#M35119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section Access is not possible? Is it Desktop or server version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 11:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446003#M35119</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2017-11-23T11:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446004#M35120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Grzegorz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I guess that you want to create a loop and reduce as we have on Qlikview Publisher, creating multiple dashboards, correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This resource is available on Qlikview Publisher and will be moved on to Qlik Nprinting (I believe) that is compatible with Qlik Sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 11:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446004#M35120</guid>
      <dc:creator>Ricardo_Gerhard</dc:creator>
      <dc:date>2017-11-23T11:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446005#M35121</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;why don't you try Section Access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of Creating and Maintaining 10 Copies of the same application which is not good idea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like if you want to modify an expression in the chart then you have to modify 10 places same expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 11:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446005#M35121</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-11-23T11:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446006#M35122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sector split is for security reasons - allow users to see only their sector.&lt;/P&gt;&lt;P&gt;My recipients will use QS Desktop to open the qvf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the 'section access' working on QS Desktop too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 11:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446006#M35122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T11:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446007#M35123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik Sense Desktop is for single user only.&lt;/P&gt;&lt;P&gt;Take a look on this article &lt;A href="https://community.qlik.com/thread/155072"&gt;Section access in Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My suggestion is to use variables in order to controle informations or Qlik Sense server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 11:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446007#M35123</guid>
      <dc:creator>Ricardo_Gerhard</dc:creator>
      <dc:date>2017-11-23T11:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446008#M35124</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;Unfortunately Section Access will not work with QS Desktop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 11:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446008#M35124</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-11-23T11:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446009#M35125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. Thanks for confirmation.&lt;/P&gt;&lt;P&gt;Normally will I use section access. &lt;SPAN style="font-size: 10pt;"&gt;Unfortunately, this time users have no access to the server.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 11:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446009#M35125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T11:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446010#M35126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without Qlik Sense Server it will be a bit painful.&amp;nbsp; If Qlik gave everything away for free in the freebie Desktop version they would go bankrupt and there would be no Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a single QVD generator to produce a single QVD with all your data&lt;/LI&gt;&lt;LI&gt;Create 10 qvf's that hardcod in the load script to only load data required&lt;/LI&gt;&lt;LI&gt;Distribute the qvf's to people as required&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you goes well and people like Qlik then maybe suggest to those in charge of your money that maybe should consider buying the full server version.&amp;nbsp; As you will in effect have just done a successful Proof Of Concept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 12:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446010#M35126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T12:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446011#M35127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Run app that is creating separate QVD's.&lt;/P&gt;&lt;P&gt;2. Use API to reload all the separate end-user apps (each one using different QVD file).&lt;/P&gt;&lt;P&gt;3. Distribute the files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not the way to do it. It is the moment you should talk to Qlik - if server is not an option, maybe Cloud soultion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 12:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446011#M35127</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2017-11-23T12:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446012#M35128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with you in 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is 'a bit painful' &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have the server version. The problem is we have not enough licenses...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 12:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446012#M35128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T12:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446013#M35129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This basically doesn't change a lot, because we still have to duplicate apps in case of any amendments in the "main app" &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said - we have server version, we don't have so many licences to make all people happy &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 12:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446013#M35129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T12:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446014#M35130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you succeeded? What solution have you chosen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 06:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446014#M35130</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2017-12-10T06:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Save as (qvf) via data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446015#M35131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;NOTE! I have made this app to show that the concept is technically possible. This is not meant as any kind of encouragement to break any license rules that is for the Qlik products. It is your own responsibility to check whether your use of this code comply with the licensing of the Qlik products.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually by having a MYAPP.qvf with all the data you can create a template for sectors with a single MYAPP.sector X.qvf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY_APP.qvf&lt;/P&gt;&lt;P&gt;"MY_APP.Sector='Sector A'.qvf"&amp;nbsp; (notice that you have to separate the APP name from the filter by a period).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can make a pure copy of the "MY_APP.Sector A.qvf" into "MY_APP.Sector B.qvf" and so forth. Then you can do a reload of each and each of them will only have data for the relevant sector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The load script for "MY_APP.Sector A.qvf" does is dynamic and will use the text between the two periods in the file name as a filter for the field named Sector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY_APP.qvf will just have the entire load script for all data and no UI. The entire UI you can create in the "MY_APP.Sector A.qvf" this app will also have this load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15129283643401153 jive_text_macro" jivemacro_uid="_15129283643401153"&gt;
&lt;P&gt;BINARY [LIB://Apps/MY_MASTER.qvf];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET WHERE = SubField(DocumentName(),'.',2);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;[DATA]:&lt;/P&gt;
&lt;P&gt;NOCONCATENATE LOAD&lt;/P&gt;
&lt;P&gt;*&lt;/P&gt;
&lt;P&gt;RESIDENT&lt;/P&gt;
&lt;P&gt;[DATA]&lt;/P&gt;
&lt;P&gt;WHERE&lt;/P&gt;
&lt;P&gt;$(WHERE);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; [DATA];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;RENAME TABLE [DATA-1] TO [DATA];&lt;/P&gt;
&lt;P&gt;WHERE=;&lt;/P&gt;



&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have to do reloads manually unless you use the API. But 11 reloads is not too bad&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the two applications so you can try it out yourself and extend it. You will have to fix the LIB connection in the "MY_APP.Sector='Sector A'.qvf" to the appropriate folder as the one in the app points to my personal folder...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the text (filter-comes-here) with for instance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sector='Sector A'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; will have a data subset where only Sector A data is part of the qvf&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;1=1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; will have a full data set - useful as the development UI template application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 18:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Save-as-qvf-via-data-load-script/m-p/1446015#M35131</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-12-10T18:01:38Z</dc:date>
    </item>
  </channel>
</rss>

