Is it possible to open a dashboard from a custom tile JS?
For example I have a button on my custom tile to launch a link.
let url = 'mydashboardlink';
window.open(url,"_blank");
I’ve tried _blank _self _parent with no luck. It seems to launch in a new session prompting for credentials. I just want it to open the referenced dashboard in same window.