Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
richardpayne
Creator
Creator

Why is my must_include failing?

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?

10 Replies
richardpayne
Creator
Creator
Author

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.