Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to bookmark Selection on Mashup Page

Hi,

I have a web page with a dashboard format visualizing different graphs from qliksense via mashup. I need users to be able to do a bookmark of their selections, so that when next they login, they can just call the bookmark. Please how do I do this in mashups, I tried a method I saw online but it didn't work for me. I have also tried to use the bookmark api, all to no avail.

23 Replies
ilanbaruch
Specialist
Specialist

hi Alexander,

i have a mashup based on an app with a bookmark (base bookmark),

bookmark name :'BM'  Description: 'BMTest'

added: app.bookmark.apply('BMTest'); to the mashup js below openApp line

--

var app = qlik.openApp('a73e2e9a-1cc8-49bc-bd67-7eff21d24cbb', config);

app.bookmark.apply('BMTest');

--

but doesn't apply the bookmark .

tried also with :

- app.bookmark.apply('BM');

- app.bookmark.apply('BM','BMTest');


any ideas?

advanced thanks

ilanbaruch
Specialist
Specialist

got the bookmark id from the single configurator.

works well like below

app.bookmark.apply('bookmark id');

https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/AppIntegrationAPI/app-integr...

Anonymous
Not applicable
Author

Does anyone know how to publish bookmarks in Qliksense mshup?

I have already created bookmark component in my mashup using Bookmark APIs, but i am stuck with implementing publish functionality on those bookmarks as in Qliksense mashup bookmarks get created private by default.

Thanks in Advance.

sarfaraz_sheikh
Contributor III
Contributor III

Hello, 

Can you please help me with the code if you have achieved this. As i also have to implement this functionality of bookmark in my project. 

Thanks

Sarfaraz