March 2018
Beginner to intermediate
514 pages
13h 11m
English
The include and must_include variables are used to call a file which contains text that must be executed as code as part of the script. These are usually QVS (QlikView script files) or the famous TXT files.
This is very useful for when we want to reuse code created in other applications. It is a great way of sharing and reusing code.
Also, exporting script code into files is a great way to version control the scripting logic and to track changes.
The following is the syntax for these variables:
$(include=filename);$(must_include=filename);
The difference between these two variables is that include does not throw ...
Read now
Unlock full access