Ist it possible to make an inline drilldown from an HTML module (using a div/link ..) instead of using a SimpleResultsTable or a Table Module?
The HTML Module is used to emulate single values. When a user clicks on one of the values I would like to have the same behaviour as the "drilldown1_tables" in Sideview Utils (Version 2.3).
<module name="HTML">
<param name="html">
<![CDATA[
<h2>Failed Action X:</h2>
<div class="valueDisplay"><div class="inner"><b>$results[0].count$</b></div></div>
<h2>Failed Action Y:</h2>
<div class="valueDisplay"><div class="inner"><b>$results[1].count$</b></div></div>
]]></param>
<module name="Downstream visualization"></module>
</module>