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: 
Not applicable

Error in implementing extension object: 'a' is null or not an object

Hi to all

I am implementing a very simple extension object in my project and when using the function Qv.GetCurrentDocument().GetAllVariables(), I get the following error:

Screen Shot 2014-08-13 at 11.04.46 AM.png

Debugging this function, I found it is implemented the following way:

function(a){ this.binder.SimpleCall("info", "Document.Variables", function(b){ a.call(this, b.variable); })

I tried to find where this file QvAjax.js is located, but couldn't find it.

Any help would be greatly appreciated!

Thanks in advance!

2 Replies
Not applicable
Author

Hi, you can find in the .js files on the .QAR folder. Just unzip the .QAR file and it creates the folder. In this folder you can find .js file.

Not applicable
Author

Oh no, I am writing the extension object. I dont import any other JS or QAR file into it.

Any idea?