Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
what is include &must include ,what is the use of include & must include statement ?
Hi
$(Include = Filename )
$(Must_Include =Filename )
The include and must_include variables specify a file that contains text that should be included in the script. The entire script can thus be put in a file. This is a a user-defined variable.
The difference between include and must_include is that include will fail silently if the file is not found during script reload, while must_include will throw an error if the file is not found.
Hi Mahesh,
Please go through this topic by Steve Dark from the below link you will get better picture of what you were looking:
http://www.quickintelligence.co.uk/hidden-qlikview-features/
Regards,
Vish.
A gotcha for must_include is that it appears to be invoked on parse not execution so even if you have it in a subroutine or an if...then...else block you always need to have the specified file.