I have a drilldown dashboard which works fine, but my requirement is to open in a New Tab/New Window when clicked and it is not working
I tried the below:
<drilldown target="_blank">
<set token="FilesReceivedFromCVS">$click.value$</set>
</drilldown>
<drilldown target="My New Window">
<set token="FilesReceivedFromCVS">$click.value$</set>
</drilldown>
This should work
<drilldown target="_blank">
<link>YOUR URL HERE</link>
</drilldown>
Use like this to open in different tab
<![CDATA[/app/WQA/search?q=search index="IOS" sourcetype="abc" earliest=-4h latest=now "$raw1$*"]]>
The target is only valid for the <link>
action and won't have any effect on token setters.