需要默认展示下拉框的第一个值,下拉框绑定了数据集的字段,用了sql函数也不生效
用value函数直接取下拉框字典的第一个值
https://help.fanruan.com/finereport/doc-view-853.html
2.数据集函数
INDEXOFARRAY(ds1.select(列名称),1)
https://help.fanruan.com/finereport/doc-view-850.html
数据集 order by 排个序
VALUE("ds2",1,1)
数据集函数:ds1.value(1,1)