Is there a fundamental under the hood implementation difference between a hyperlink that points to a dashboard and a dashboard tile?
As far as I can tell, there’s no way on a current dashboard to know where you came from, which means that adding a back button assumes you already know where it came from. If you link to the same dashboard from multiple other dashboards, though, back could have a different context.
How are people handling that?
Are there any near-future plans to support a mechanism like a ‘back’ tile that knows where you came from?
Barring a good option, I may implement my ‘go to dashboard’ tiles as hyperlinks that link to an internal redirector web app that keeps track of the source dashboard, with a ‘back’ tile that returns, kind of like an externally persisted ‘back’ button.
I would love-love-love a javascript tile that could control rendering and action based on an API exposed by the page, even if it meant signing all sorts of waivers.