var state = '${=$产品类别}'; // 获取参数面板的控件
state.setValue(a); // 将a参数赋值到控件,a参数为图表交互属性中的category
结果报错 setValue is not a function !
求大佬解惑指点
var a=this.options.form.getWidgetByName('p4').getValue();//参数面板p4的值
你要跳转其它shee页,还是其它报表????
试试这个
var state = _g().getParameterContainer().getWidgetByName('产品类别') //参数控件在参数面板时用
var state = _g().getWidgetByName('产品类别') //参数控件在报表主体时用