Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
reshma_km
Partner - Creator III
Partner - Creator III

Qlik sense - qvs file

Hi,

What is a qvs file? I believe it is script file. Do we have any documentation on it?

3 Replies
felipedl
Partner - Specialist III
Partner - Specialist III

Its simply put a txt file with the .qvs file extension where you put Qlik code and include it in your apps.

Same thing as you would include the script directly into the QVW / QVF.

ychaitanya
Creator III
Creator III

QVS file which generally say Qlikview Settings file is an simple file people maintain to create the GLOBAL variables to store the locations of QVDs and any other files which are used in your application.

There are no hard rules for creating this files. mostly you can think of these as INCLUDE files (if you've used in any of your projects).

Thanks

CY

ToniKautto
Employee
Employee

As mentioned already, QVS file extension is commonly used to indicate a text file with Qlik script content. Instead of repeating common content in many apps, you can centralize script to a reusable file.

See $(Must_Include=filename) as reference on including a script file inside a script.

https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Scripting/SystemVariables/Include.htm