如主题,下拉框首先不能为空,初始化时为第一个选项值,如何设定?
控件动态默认值 https://help.fanruan.com/finereport/doc-view-1013.html
=======
就是通过value()函数设置动态值
Value函数 https://help.fanruan.com/finereport/doc-view-853.html
下拉框联动之默认选择列表中第一个值 https://help.fanruan.com/finereport/doc-view-1862.html
建议直接这里绑定字段 或是写公式value("ds1",1,1)
公式引用下方公式 --单写个参数值
指定默认值 value("数据集",1,1) 1,1 代表哪行那列