决策报表取数 _g().getWidgetByName("pp").setValue(2020);
Form70.frm
例子是个pp组建赋值
决策报表单元格获取方法跟普通报表有区别
参考:https://help.fanruan.com/finereport/doc-view-2420.html?source=1
方法1中 tridx=0 是行号,eq(0) 是列号。
你的C1可以用
$("tr[tridx=2]", "div#REPORT0").children().eq(0).html('2020');
PS:REPORT0要改成你报表块的名字