Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
got the bookmark id from the single configurator.
works well like below
app.bookmark.apply('bookmark id');
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.
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