<?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: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538711#M108982</link>
    <description>&lt;P&gt;Thanks team&lt;/P&gt;</description>
    <pubDate>Tue, 09 Dec 2025 21:54:33 GMT</pubDate>
    <dc:creator>coleturegroup</dc:creator>
    <dc:date>2025-12-09T21:54:33Z</dc:date>
    <item>
      <title>Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server?</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538005#M108888</link>
      <description>&lt;P&gt;The documentation is not very clear on this specific request.&lt;/P&gt;&lt;P&gt;Creating&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;QVS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;files&lt;/P&gt;&lt;P&gt;Create&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;QVS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;files in a text editor outside of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Qlik Cloud&lt;/SPAN&gt;.&lt;SPAN&gt;&amp;nbsp;Load script history can also be downloaded as&amp;nbsp;QVS&amp;nbsp;files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;Do the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Create a block of load script in an app or script.&lt;/P&gt;&lt;P&gt;Creating your load script in an app or script allows you to test the script first before adding it to a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;QVS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file.&lt;/P&gt;&lt;P&gt;Alternatively, find a block of load script you want to reuse.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In a text editor, copy and paste the block of load script you want to reuse.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Save the load script as a file with the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;QVS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;extension.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You can now upload the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;QVS&lt;/SPAN&gt;&amp;nbsp;file to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Qlik Cloud&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or a web storage provider.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;The App will consume the data daily needed in the proper script format then store it to a data connection.&lt;/P&gt;&lt;P&gt;For Example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Comment Field [Field1]&amp;nbsp;&amp;nbsp; With "Dimension | A note that describes field contents ";&lt;/P&gt;&lt;P&gt;Store QVS_1 into [lib://QVS_Files/Automation/Generate_Data.qvs]) (txt,delimiter is ';');&lt;/P&gt;&lt;P&gt;Then all Apps that need to load this script daily via:&amp;nbsp; Must_Include statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing here?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 17:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538005#M108888</guid>
      <dc:creator>coleturegroup</dc:creator>
      <dc:date>2025-12-03T17:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server?</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538007#M108889</link>
      <description>&lt;P&gt;I think the documentation you posted is not very clear (can you post a web source link?).&lt;/P&gt;&lt;P&gt;You create qvs file using a text editor. And then upload them to a data connection location.&amp;nbsp; You would not typically use a script Store statement to create QVS files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 18:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538007#M108889</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-12-03T18:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538014#M108891</link>
      <description>So I’m creating the QVS file in a alike sense App and storing the data&lt;BR /&gt;table as a QVS file using the store command shown&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Walter Coleman&lt;BR /&gt;&lt;BR /&gt;Integration, Visualization Architect, Advanced Analytics, Insights&lt;BR /&gt;&lt;BR /&gt;Qlikview/Qlik Sense&lt;BR /&gt;&lt;BR /&gt;Office #: (631) 885-4380&lt;BR /&gt;&lt;BR /&gt;u niversalwxc@gmail.com</description>
      <pubDate>Wed, 03 Dec 2025 19:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538014#M108891</guid>
      <dc:creator>coleturegroup</dc:creator>
      <dc:date>2025-12-03T19:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server?</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538015#M108892</link>
      <description>&lt;P&gt;We are automating the field definitions across all published App in the system. With that understanding, I understand your thought here Rob if it were just a single QVS, We have over 200 Apps that field definitions are required. This automation App collects all fields across all Apps and prepares QVS files to store each Apps Comment field definitions and captures any updates made daily. we structured the maintenance Apps script to create: in this example the comment field script entry, and store daily updates since Apps add and modify fields in all the published Apps possible daily, in the example given, It structures it's output correctly so that we eliminate the manual effort in creating and updating the QVS file so that each published App can do a (Must_Include) so that its field definitions are visually correct across App.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 19:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538015#M108892</guid>
      <dc:creator>coleturegroup</dc:creator>
      <dc:date>2025-12-03T19:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server?</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538019#M108894</link>
      <description>&lt;P&gt;I understand. You can build the script statements as a table in your script but the store statement will insist on including a header line and quoting commas and such, making the file unusable as script.&lt;/P&gt;&lt;P&gt;If your statements are Comments and Rename Fields you might find it easier to use Mapping. This is the way I maintain these types of Defs in a single file shared by all Apps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example a csv file names MasterComments that looks like this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Field, Comment&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Field1,&amp;nbsp;Dimension | A note that describes field contents&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;Company, The parent company name&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Then each app loads the file and applies the comments like:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CommentMap:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Mapping Load Field, Comment&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;from [lib://datafiles/MasterComments.csv]...;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Comment Fields using CommentMap;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/comment.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/comment.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Would that work for your use case?&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 20:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538019#M108894</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-12-03T20:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server?</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538024#M108896</link>
      <description>&lt;P&gt;Sorry, it seems like that doesn't take into consideration using a Must_Include in all Apps holding each comment field section of the script to effect all changes automatically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understand you correctly, saving as a qvs file still mandates a header of some sort if using the Qlik Store function. I thought QVS just read in the script as it was copied out of the script editor? Seems like a hole that needs filling since QVS files operate differently translating as script.&lt;/P&gt;&lt;P&gt;So your also telling me I need to create 200+ QVS files using notepad and store them on the file system and manually update each QVS file in order to capture updates as changes happen?&lt;/P&gt;&lt;P&gt;Still confused, give me a bit and I'll try your solution,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Rob&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 21:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538024#M108896</guid>
      <dc:creator>coleturegroup</dc:creator>
      <dc:date>2025-12-03T21:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server?</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538030#M108899</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;still mandates a header of some sort if using the Qlik Store function"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, that is a limitation of the STORE command. It wasn't really designed to create an unmodified text file.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"...need to create 200+ QVS files using notepad and store them..."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you are just dealing with "COMMENT" commands,&amp;nbsp; you don't need a separate file for each app. You can have one master Comment file, whether you use Must_Include or the Mapping technique. It does not cause an error in either technique to COMMENT a field that does not exist in the app.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have App specific code that you need to include in this QVS?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 00:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538030#M108899</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-12-04T00:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server?</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538097#M108907</link>
      <description>&lt;P&gt;A small addition to the suggestion from Rob - the mapping-source may also contain a target-information which is queried as filter, like:&lt;/P&gt;&lt;P&gt;m: mapping load Field, Comment from X where Target = documentname();&lt;/P&gt;&lt;P&gt;which would avoid an overlapping between the apps for common fields like Date or Name which may have a different meaning.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 11:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538097#M108907</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-12-04T11:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server?</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538303#M108929</link>
      <description>&lt;P&gt;Thanks Rob for your patience, I have a master App that pulls all Apps (200+) and generates the comment field entry for every App/field in the system that we copy and paste in each of our Apps. Seems like a waste of energy FTE wise. Qlik gathers and separates it in seconds. I had hoped that when storing a file type of QVS it wouldn't apply header information. Figures.... I'll keep trying to find a way around the work effort needed to standardize definitions across Apps. Must_Include is the answer only how to cut the manual effort needs to be addressed...&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, where is the file that controls the region settings so I can add a few lines of script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 15:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538303#M108929</guid>
      <dc:creator>coleturegroup</dc:creator>
      <dc:date>2025-12-05T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server?</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538321#M108932</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;storing a file type of QVS it wouldn't apply header information"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you use the Mapping technique, the generate header is a good thing. I don't understand why you would pursue the Must_Include solution. Is there App specific script in this file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 15:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538321#M108932</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-12-05T15:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server?</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538397#M108945</link>
      <description>&lt;P&gt;It's a misinterpretation that a qvs-file is mandatory a pure Qlik script - else it's just a file-extension for a txt-file. Because of the fact that Qlik used quite old windows libraries for this feature there aren't many customizing options like enabling/disabling header and/or quote-handling ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nevertheless these files could be applied as direct script - if they are appropriate prepared. This means the rows must contain valid code like:&lt;/P&gt;&lt;P&gt;set var = abc;&lt;/P&gt;&lt;P&gt;mostly created by concatenating the wanted content before assigning them to a rows/columns. This includes also the header which might be set to:&lt;/P&gt;&lt;P&gt;REM abc;&lt;/P&gt;&lt;P&gt;It becomes more difficult if there are any quotes includes because it will lead to an extra wrapping quoting but with some efforts and advanced scripting to include further quotes and comments it should be possible to create longer and complex scripts.&lt;/P&gt;&lt;P&gt;Like already hinted from Rob there are surely more simple ways - from a technically point of view as well as from an administrative one especially if a centralized logic should be applied. It's easily done with a mapping - and such mapping might be applied per include-variables.&lt;/P&gt;&lt;P&gt;And such includes-variables may contain other includes which also contain includes ... respectively they could be nested with any conditions. This could lead to a complete automation for scripts with a starting- and ending include-variable which control per layer + path + name which interpretation variables, connections ... and cleaning ...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 08:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538397#M108945</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-12-08T08:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How do we prepare script using the Store statement to save data with a QVS extension to a defined data connection on the server?</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538711#M108982</link>
      <description>&lt;P&gt;Thanks team&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 21:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-do-we-prepare-script-using-the-Store-statement-to/m-p/2538711#M108982</guid>
      <dc:creator>coleturegroup</dc:creator>
      <dc:date>2025-12-09T21:54:33Z</dc:date>
    </item>
  </channel>
</rss>

