我想根据输入的OA号码(编辑结束后),然后员工姓名会自动带出,具体如何修改?
https://help.fanruan.com/finereport/doc-view-850.html# ds1.select函数
https://help.fanruan.com/finereport/doc-view-846.html sql函数
员工姓名单元格里写公式,通过sql函数计算
=sql("FRDemo","SELECT 姓名 FROM 表名 where oa号 = '"+ A3 +"' ",1,1)
ps: A3为输入oa号的那个单元格