Hello All,
Good Day!
We have requirement to set Bookmarks for the Design Studio Dashboards screen for some values like Project Code.
Can anyone please help to provide the information for the same and also on initial view.
We tried to use the Bookmark functionality but it is not working.
We have HANA views which are using for Datasource.
I checked on the scn for the same but could not get the exact solution.
We are on SAP Business Objects Design Studio version 1.6
Code which we tried
Bookmark.saveBookmark("TEST_1");
var bookmarks = Bookmark.getAllBookmarks();
bookmarks.forEach(function(element, index)
{
BOOKMARK_DROPDOWN.addItem(element.name, element.text);
});
BOOKMARK_DROPDOWN.setSelectedValue("TEST_1");
Thanks & Regards,
Rajdeep.