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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
rafael_cabello
Partner - Contributor II
Partner - Contributor II

bookmark Mashup

I have a mashup where I created a button to add bookmarks, the problem is when I close the browser or clean cache to access again, the bookmarks disappear.

From qlik sense's own control panel if the bookmarks are saved well and these look good in the mashup.

The function I use is:

 

 $scope.createBookmark = () => {

let name = $scope.name;
let description = $scope.description;

{app}.bookmark.create(name, description).then(() => {
         $scope.loadBookmarks();
         {app}.doSave();
});
} 

 

 

Greetings.

Thank you.

Labels (2)
0 Replies