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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rbartley
Specialist II
Specialist II

Mashup error after upgrade to September 2017 release

Hi everyone,

After upgrading our QAP server to the September 2017 release (and even after applying Patch 1 and Patch 2), I am receiving errors in my mashup, while the copy on the pre-September 2017 release works fine.

The error is "TypeError; Cannot read property 'applyBookmark' of undefined'.  At first I though that this was due to the app.bookmark.apply method returning asynchronously, so I used $.when().done, but I still receive the error.  Any ideas?

var strBookMark= strPageURL.substring(9,strPageURL.length);

  console.log('strBookmark',strBookMark);

  console.log('app=',app);

  var promiseBookMark = app.bookmark.apply( strBookMark );

  $.when(promiseBookMark).done(

  function(strSuccess)

  {

  console.log('strSuccess',strSuccess);

Bookmark Error.PNG

11 Replies
Aiham_Azmeh
Employee
Employee

This bug has already been fixed in the November release, unfortunately, it didn't make it in September patch 2 release.

rbartley
Specialist II
Specialist II
Author

Hi Aiham,

Thanks for letting me know.