Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dajjan81
Contributor II
Contributor II

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

5 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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

dajjan81
Contributor II
Contributor II
Author

Hi Rob, thanks for your answer. The script fails before that line. (in the qvc.qvs include load)

//David

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

David, What's the error in the log?

-Rob

dajjan81
Contributor II
Contributor II
Author

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.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Fixed in QVC V11 or later.

-Rob