12-25-2022, 04:13 PM
var a=" Type here the open doc link of the dashboard or the story that to be opened ";
window.open(a,'_self');
Note : to open within dashboard(hyperlink) then use the keyword '_self'.
to open in new window then use keyword '_blank'.
window.open(a,'_self');
Note : to open within dashboard(hyperlink) then use the keyword '_self'.
to open in new window then use keyword '_blank'.