参数面板控件值根据单元格中值变化而变化
在控件事件
var value=this.getValue();var area2 = contentPane.parameterEl.getWidgetByName("area");var stime=FR.remoteEvaluate('=COUNT(GREPARRAY(SPLIT("'+value+'",";"),item != 0))');area2.setValue(stime);
联动设置,可以参考https://help.finereport.com/doc-view-412.html