Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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