在参数界面下拉框中选择A时,图表才能实现点击然后跳转到另一个报表,要怎么实现啊
图表特效的交互属性中加JS:
var a=_g().getParameterContainer().getWidgetByName('控件名').getValue();
if(a=="值") {
window.location = encodeURI(encodeURI("${servletURL}?viewlet=模板路径"));
}
a为下拉框参数名
参考:超级链接-JavaScript脚本-https://help.fanruan.com/finereport/doc-view-4204.html