Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jitu2110
Creator
Creator

Qliksense Bookmark Creation in Mashup Page

Hi all, 

I have written below code to create a bookmark in Published Qliksens Application, but some time Bookmark saved in publised Application and some time not please let me know what wrong i am doing , because its is published App we can not do DoSave() of the Qliksense Dcoument.

var MyApp_bookmark = qlik.openApp(globalaccess_app_id,config);

MyApp_bookmark.bookmark.create('MyBookmark' , 'Mybookmark Desc', ' '); // i am not providing SheetID because it is on mashup page.

Labels (5)
2 Replies
Architect
Partner - Creator
Partner - Creator

Hi,

I believe you can copy the app in your workspace and do the necessary modification.

Next, publish the app and add map your published App in the Mashup path.

It should help you to resolve your problem.

ajaykakkar93
Specialist III
Specialist III

Hi @jitu2110 ,

var title = $( "#TitleInputbox" ).val(), desc = $( "#DecsInputbox" ).val();
app.bookmark.create( title, desc );

you dont need to use doSave()  

You can add it on some click function to add the bookmark

I am attaching a refrence Doc it might help in future

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting