hi,
I had used the status indicator on my dashboard and what I want is when I click the icon, another dashboard will pop-up.

I had read and followed the article from this link https://answers.splunk.com/answers/471329/is-it-possible-to-drilldown-from-an-status-indicat.html#co... but it seems like it doesn't work. It is something wrong with my javascript/XML
here my XML code:

And this is my java script where I locate it at C:\Program Files\Splunk\etc\apps\status_indicator_app\appserver\static\drilldown.js:
var components = [splunkjs/ready!,splunkjs/mvc/simplexml/ready!,jquery];
require(components, function(mvc,ignored,$)
{ $(#something).click(function() {window.open(SolarwindsGroupCircuit,'_blank' )})});
ok.. I think I got your issue...
go to Settings>>User interface »Views
here check your SolarwindsGroupCircuit dashboard view name it might be different...?
so now you have placed js file in search app? have tried adding console.log("alert"); OR alert("Alert"); in your js and does it is getting reflected?
I had locate js file on search app and it seem working pop-up to other page but my dashboard not appear. it pop up to page not found.
Page not found!
View more information about your request (request ID = 5a8112f1583522b659b0) in Search
did i miss something on this
i had place js file in search app and it working popup other page but appear page not found.