
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
apps with QVC include do not load
Hi, I'm on 3.0.3 and seeing the same issue. This is causing me apps with QVC include not to load.
Having the same error on "Qvc_Example_Calendar" that is included in the last QVC-release.
Tried just to execute the below script and get the error.
SET QvcLib='lib://QVC';
$(Must_Include=$(QvcLib)\Qvc_Runtime\Qvc.qvs);
Exit Script;
Around this line it stops:
SET Qvc.Calendar.v.ExtSetVariables=CalendarExtSetVariables.qvs;
After this error I can't get the script to work anymore.
//David


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here's how to fix the QVC problem in Sense. In your script, after the include of qvc.qvs, add this line:
SET Qvc.Global.v.QlikProduct='SENSE';
The issue is that QVC guesses at which product is running by looking at the QlikViewVersion() value. For sense 3.1 desktop, the function is returning 10.0.
-Rob

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Rob, thanks for your answer. The script fails before that line. (in the qvc.qvs include load)
//David


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
David, What's the error in the log?
-Rob

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is what I get:
2016-10-13 21:11:49 0117 SUB Qvc.Calendar(_startDate, _endDate, _tableName, _fieldPrefix, _firstMonth)
2016-10-13 21:11:49 No qualified path for file: "\CalendarExtSetVariables.qvs"
2016-10-13 21:11:49 Execution Failed
2016-10-13 21:11:49 Execution finished.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fixed in QVC V11 or later.
-Rob
