Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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.