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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
BSo
Contributor II
Contributor II

Must_Include and Trace doesn't work together?

Hi, I have little code:

Trace Start1;
$(Must_Include=lib://PathToFile/file.txt);
Trace Start2;
SET vTableName = 'table1';
SET vDataRate = 'week';
SET vWeeksValue = 0;
LET vEndDate = Date(Today() - 1, 'YYYY-MM-DD');

and I don't see any Trace in the window, but when I commented line with "Must_Include" I see Trace normal, why?

Labels (1)
1 Solution

Accepted Solutions
BSo
Contributor II
Contributor II
Author

I checked again and it works correctly today, maybe cache issues yesterday, thx for feedback

View solution in original post

2 Replies
marcus_sommer
MVP
MVP

AFAIK they don't impact each other - at least I never noticed anything by using a lot of must_include and very rare trace-statement (nearly only by troubleshooting anything). What happens within the log-file? 

BSo
Contributor II
Contributor II
Author

I checked again and it works correctly today, maybe cache issues yesterday, thx for feedback