<?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: Reusing elements from another app in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161969#M886482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank but I don't really know how to do this. All apps that I have are with .qvf extension and searching for .qvw gave no results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Sep 2016 15:19:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-09T15:19:49Z</dc:date>
    <item>
      <title>Reusing elements from another app</title>
      <link>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161966#M886479</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'm new to Qlik. I want to reuse elements (data and visualisation) from another app in Desktop.&lt;/P&gt;&lt;P&gt;1. How could that be done?&lt;/P&gt;&lt;P&gt;2. Is there a way to just merge two apps or copy all sheets, visualisation and data connection from one to another?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161966#M886479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reusing elements from another app</title>
      <link>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161967#M886480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the same data by using a binary LOAD statement to load the data model into another QVW.&lt;/P&gt;&lt;P&gt;(Or partially load the same data by using QVDs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can copy &amp;amp; paste any sheet objects from one desktop application to another, but you might need to adapt expressions / dimensions to the new model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 19:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161967#M886480</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-07T19:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reusing elements from another app</title>
      <link>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161968#M886481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;have you tried with the -prj folder?&lt;/P&gt;&lt;P&gt;This way you can export all application components and use from another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try as an example of how it works:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a QV app with a couple of objects and script lines&lt;/LI&gt;&lt;LI&gt;Save your app as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;MyApp &lt;/SPAN&gt;and close&lt;/LI&gt;&lt;LI&gt;In the same directory where your app resides create a folder named MyApp-prj&lt;/LI&gt;&lt;LI&gt;Open MyApp.qvw and save into same location&lt;/LI&gt;&lt;LI&gt;You will notice that inside MyApp-prj folder now are a lot of xml files containing each object, the script, etc&lt;/LI&gt;&lt;LI&gt;Create a copy of your folder &lt;SPAN style="font-size: 13.3333330154419px;"&gt;MyApp-prj named as MyNewApp-prj&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Create an empty new qv app and save it in same directory with name &lt;SPAN style="font-size: 13.3333330154419px;"&gt;MyNewApp.qvw&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;When asked to overwrite configuration select NO and after close &lt;SPAN style="font-size: 13.3333330154419px;"&gt;MyNewApp.qvw&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Open &lt;SPAN style="font-size: 13.3333330154419px;"&gt;MyNewApp.qvw and voila! you have all your objects and script in your new app&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can edit script, individual objects, delete objects, change colors, fonts, etc between steps 6 and 7 and changes will be applied in your new app starting on your old one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the simplest way, i recommend you to read the following articules:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/14314"&gt;Break apart Qlikview File&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3424"&gt;Updated Guide to QlikView and Source Control (TFS &amp;amp;amp; Subversion)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Let me know if this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Kind regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 19:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161968#M886481</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-09-07T19:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reusing elements from another app</title>
      <link>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161969#M886482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank but I don't really know how to do this. All apps that I have are with .qvf extension and searching for .qvw gave no results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 15:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161969#M886482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-09T15:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reusing elements from another app</title>
      <link>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161970#M886483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;you are talking about QlikSense! I don't know if it will work but you can give it a try replacing .qvw with .qvf in the steps i mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if it works.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 15:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161970#M886483</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-09-09T15:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reusing elements from another app</title>
      <link>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161971#M886484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I knew what this means I wouldn't probably post such a question in "New to QlikView".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an innocent user, I would expect that I can go to a data connection, or a table, and somehow make it "global", or "master" or whatever the terminology is. I thought that sharing data and visualisations across apps would be the most basic thing in such a tool. Anyway, if this is not the case, which is what you answer implies, could you please give me a bit more guidance? My situation is: I see in the Qlik Sense Desktop Hub two apps. My first objective is from one of the apps to be able to use all the data of the other app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 15:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161971#M886484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-09T15:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reusing elements from another app</title>
      <link>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161972#M886485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see folders with XML files and the like. Each app is only one QVF file, and that's all. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 15:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reusing-elements-from-another-app/m-p/1161972#M886485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-09T15:42:23Z</dc:date>
    </item>
  </channel>
</rss>

