I'm trying to resolve the following error when using QVC 10 with Qlik Sense Server 2.0.1.
Does anyone have any idea of what might be causing my Qlik Sense script error with version QVC ver 10?
Script Example:
$(Include=lib://QVCSource (tst_tstsvc)/Qvc.qvs);
Call Qvc.CalendarFromField('Date', 'Time');
Call Qvc.Cleanup;
Exit Script;
]
Error Results:
The following error occurred:
Script line error:
---
The error occurred here:
Call Qvc.CalendarFromField('Date', 'Time')