<?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: Export script from Qlik sense application in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/2534392#M108358</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Yes, that’s possible!&amp;nbsp;You can easily export your app’s &lt;STRONG&gt;load script&lt;/STRONG&gt; to a .qvs file using my free extension &lt;STRONG&gt;Qollect&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Qollect collects your app’s metadata (fields, dimensions, measures, variables, etc.) and also includes a &lt;STRONG&gt;new button&lt;/STRONG&gt; to Export App Script as QVS file.&lt;/P&gt;&lt;P&gt;You can download it here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":link:"&gt;🔗&lt;/span&gt; &lt;A href="https://github.com/EliGohar85/Qollect" target="_new" rel="noopener"&gt;GitHub – Qollect&lt;/A&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":link:"&gt;🔗&lt;/span&gt; &lt;A target="_new" rel="noopener"&gt;Regarden Marketplace&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;Eli.&lt;/P&gt;</description>
    <pubDate>Sat, 25 Oct 2025 12:53:33 GMT</pubDate>
    <dc:creator>EliGohar</dc:creator>
    <dc:date>2025-10-25T12:53:33Z</dc:date>
    <item>
      <title>Export script from Qlik sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/1566463#M41290</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm wondering if there is a possibility to export script from Qlik sense application into qvs files ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;if yes, please give me steps to do that.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/1566463#M41290</guid>
      <dc:creator>amghorbel</dc:creator>
      <dc:date>2024-11-16T21:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Export script from Qlik sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/1566504#M41298</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;I am not sure what you mean by export, but you can copy it, paste it into a text file and then save it as a .qvs instead of a .txt.&lt;/P&gt;&lt;P&gt;You can then use them in your script by using Include or Must_Include. Have a look at&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/Include.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/Include.htm&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 15:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/1566504#M41298</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2019-04-08T15:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Export script from Qlik sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/1889577#M73280</link>
      <description>&lt;P&gt;I was looking for an answer to the question of "How to read a .qvs file that was already in the cloud" Since there was no export option to be able to read the .qvs file in notepad once it has been uploaded to the cloud.&lt;/P&gt;
&lt;P&gt;There may be an easier way than this but after trying a few different techniques, I found I could read the .qvs file into a Qlik app as a text file with no headers. This read all the lines in so you can then visualise the script in a table.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;I created an AutoCalendar.qvs script that included more date options than the standard. To read the contents of the qvs file I used this in a dummy app's load script.&lt;/P&gt;
&lt;P&gt;AutoCalendarScript:&lt;BR /&gt;load&lt;BR /&gt;@1 as AutoCalendar&lt;BR /&gt;from [lib://DataFiles/AutoCalendar.qvs](no labels, txt);&lt;/P&gt;
&lt;P&gt;I can now view the code in a table or use the concat( ) function over the field to get all the code into one cell.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 05:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/1889577#M73280</guid>
      <dc:creator>anthonyj</dc:creator>
      <dc:date>2022-02-07T05:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Export script from Qlik sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/2104943#M90266</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;i totally agree&lt;/P&gt;
&lt;P&gt;i know there are workaround and you can just copy&amp;nbsp; the script, but its not comfortable and its time consuming&lt;BR /&gt;an easy option in the UI to export/import to QVS would be great, another suggestion is to be able to create an input line with a wizard by browsing to the file location via data connections .&lt;/P&gt;
&lt;P&gt;this feature is even more necessary in SaaS&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 14:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/2104943#M90266</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2023-08-11T14:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Export script from Qlik sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/2117297#M91151</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;in QlikView there is an option to export and save the data load script in a file (.qvs):&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davidhechler_0-1694770418115.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/116378i75BAC55945738323/image-size/medium?v=v2&amp;amp;px=400" role="button" title="davidhechler_0-1694770418115.png" alt="davidhechler_0-1694770418115.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I wonder, why this is not possible in Qlik Sense, as it is a very helpful feature.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 09:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/2117297#M91151</guid>
      <dc:creator>davidhechler</dc:creator>
      <dc:date>2023-09-15T09:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Export script from Qlik sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/2117303#M91152</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/58463"&gt;@amghorbel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;not as easy as qlivkiew or right click, bu can be done by using API&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-How-to-export-app-scripts/ta-p/1717436" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-How-to-export-app-scripts/ta-p/1717436&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;help users find answers! Don't forget to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#993366"&gt;mark a solution&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that worked for you &amp;amp; to smash the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#339966"&gt;like button&lt;/FONT&gt;!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 09:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/2117303#M91152</guid>
      <dc:creator>RafaelBarrios</dc:creator>
      <dc:date>2023-09-15T09:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export script from Qlik sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/2534392#M108358</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Yes, that’s possible!&amp;nbsp;You can easily export your app’s &lt;STRONG&gt;load script&lt;/STRONG&gt; to a .qvs file using my free extension &lt;STRONG&gt;Qollect&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Qollect collects your app’s metadata (fields, dimensions, measures, variables, etc.) and also includes a &lt;STRONG&gt;new button&lt;/STRONG&gt; to Export App Script as QVS file.&lt;/P&gt;&lt;P&gt;You can download it here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":link:"&gt;🔗&lt;/span&gt; &lt;A href="https://github.com/EliGohar85/Qollect" target="_new" rel="noopener"&gt;GitHub – Qollect&lt;/A&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":link:"&gt;🔗&lt;/span&gt; &lt;A target="_new" rel="noopener"&gt;Regarden Marketplace&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;Eli.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Oct 2025 12:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-script-from-Qlik-sense-application/m-p/2534392#M108358</guid>
      <dc:creator>EliGohar</dc:creator>
      <dc:date>2025-10-25T12:53:33Z</dc:date>
    </item>
  </channel>
</rss>

