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

exportData generate error qURL

Hi,

Using Qlik Sense 3.2, I tried to export data to Excel from a mashup but it generate a javascript error not recognizing qURL.

The same code worked with previous versions.

Do you have any idea.

var vobject = app.getObject('QV01',vObjectId); 

vobject.then(function(model) {

  var qTable = new qlik.table(model);

  qTable.exportData({download: true});

});

The error is:

require.js:19 TypeError: Cannot read property 'qUrl' of undefined

    at h.<anonymous> (qlik.js:84)

    at g (require.js:20)

    at require.js:20

    at o.$eval (require.js:20)

    at o.$digest (require.js:20)

    at o.$apply (require.js:20)

    at Object.q.$apply (qlik.js:4)

Is there something wrong !!!

Thanks,

1 Solution

Accepted Solutions
Alexander_Thor
Employee
Employee

Hey,

Nothing wrong with your code I'm afraid, it's a bug in Qlik Sense since 3.2 SR3.

The bug has been fixed however and will be delivered in the June release of Qlik Sense.

View solution in original post

2 Replies
Alexander_Thor
Employee
Employee

Hey,

Nothing wrong with your code I'm afraid, it's a bug in Qlik Sense since 3.2 SR3.

The bug has been fixed however and will be delivered in the June release of Qlik Sense.

Anonymous
Not applicable
Author

Hey,

this issue seems to still persist in 3.2 SR5.

Are there any updates on the fix?

Best,

Marco