Linking In Obiee 11g Javascript

Asked By 5 points N/A Posted on -
qa-featured

How can I create a linktopage in obiee 11g javascript. I am trying to do it but it is not working. How can I do the same?

SHARE
Answered By 0 points N/A #319966

Linking In Obiee 11g Javascript

qa-featured

Set the value of the saw.bookmarkURL variable on the bookmark link.

LinkToPage (bInlineDrill, bGetBookmarkOnly)

Here,

bInlineDrill – Set to true when the Page Options button appears on the page. Otherwise, false is defined.

bGetBookmarkOnly – Set to true to prevent the URL of the favorite from being updated in the browser’s address bar. Set this value to false (or leave it off) to update the bookmark URL in the browser address bar.

This will allow you to link the bookmark page.

Related Questions