Design Studio 1.4: Use the Online Composition Feature
Hi,
I've tried the mentioned tutorial but I got stuck with the last step where I try to create an external Link which opens a new window. Apparently I've a problem with the script. It opens the initial screen of my Dashboard but not the customized page. ![]()

I copied it 1:1 - Maybe it is outdated ...
Thx for any hint
##################################################
var id = RADIO_BTN_DASHBOARDS.getSelectedValue();
var url = Bookmark.getBookmarkUrl(id);
var array = url.split("&");
var int = 1;
if (url != " ") { array.forEach(function(element, index) {
if (int == 1) {
APPLICATION.openNewWindow(element + "&XID="+ id);
int = int + 1;
}
});
}
##################################################
I wrote the the "ID" & "URL" into a textbox to see the output of the methods
ID: d863cbe53eb843bcb52610af0cd0ed5d