Skip to main content

New to Qlik Sense

If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
Qlik Cloud Maintenance is scheduled between March 27-30. Visit Qlik Cloud Status page for more details.
cancel
Showing results for 
Search instead for 
Did you mean: 
george55
Partner - Creator III
Partner - Creator III

Debug Sub

I am using a Calendar Sub to create a Calendar. The Sub is very large. The Sub is included in the Load Script. 

Unfortunately the sub will not be imported and got no error message when loading the data. So don't know what the issue is or where to look if there is a log-file to have a change to find out what the problem is.

Thank you for your help

Labels (1)
  • SaaS

1 Solution

Accepted Solutions
george55
Partner - Creator III
Partner - Creator III
Author

Hi Rob

$(Must_Include) was already included.

The problem could be fixed. We ugrade last week to the new QS version. Now I got an error and find the culprit.

View solution in original post

2 Replies
rwunderlich

1. If you are using $(Include) change those to $(Must_Include) to ensure you will throw an error if the file is not found. 

2. In the log, do you see the Sub keyword showing for this sub?

3. If you are importing multiple Subs in the included file, do you see Sub in the log for any other Sub?

-Rob

george55
Partner - Creator III
Partner - Creator III
Author

Hi Rob

$(Must_Include) was already included.

The problem could be fixed. We ugrade last week to the new QS version. Now I got an error and find the culprit.