cancel
Showing results for 
Search instead for 
Did you mean: 

Open Bookmarks in a new window in from BI Launch Pad

former_member334960
Participant
0 Kudos

Hi All,

I am working on a design studio report, where I have bookmarks.

I am executing the report from BI Platform(BI Launch Pad). When I open a bookmark, I want it to open as a new report. Currently, when I open a bookmark, it opens in the same tab in BI Launch Pad, that is, it overwrites the exiting report with the bookmarked report.

Is there an option to open the report in a new tab or new window?

This is the code I have used to open a bookmark.

Bookmark.FragmentBookmark.loadBookmark(LISTBOX_1_BOOKMARK.getSelectedValue());
var array = Bookmark.getAllBookmarks();
array.forEach(function(element,index)
{LISTBOX_1_BOOKMARK.addItem(element.name, element.text);
});
DIALOG_2_BOOKMARK.close();

Thanks.

Poojitha

Accepted Solutions (0)

Answers (0)