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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
brindlogcool
Creator III
Creator III

Error

Hi,

I am getting the error in the extension

Qva.Mgr() prototype is null or not an object? Anyone got the similar error.

1 Reply
Not applicable

You probably have the subfolder and name of your extension wrong in your script.js file:

Qva.AddExtension('SubFolder/ExtensionName', function() {

....

}

It should be the same as the location of the extension within the $APPDATA/QlikTech/Extensions folder.