Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am attempting to use an include file in my QlikView scripts which contains a calendar subroutine. My include line looks like:
$(must_include=..\..\..\..\INFORMATION TECHNOLOGY\RESTRICTED\QVD\Calendar_Sub.qvs);
I have also tried "MUST_INCLUDE" and "Must_Include", and I've taken care to maintain case sensitivity in my file path. "Include" also fails but, of course, does so silently.
The error I receive is:
$(MUST_INCLUDE failed: Q:\TEST\INFORMATION TECHNOLOGY\RESTRICTED\QVD\Calendar_Sub.qvs
This is the correct path to the file. What would be some reasons why my include fails?
The file was named Calender_Sub, not Calendar_Sub.
Sometimes it's easy to overlook the little things. Thank you all for your interest and replies.