VALUE按字段名取数如何取,如 VALUE('ds1',字段名)
value('ds1',1,2,"牛肉干") 取 ds1 数据集中第 1 列数据,对应的第 2 列数据是 "牛肉干" 的值,返回第一列数据对应值。1其中「牛肉干」可换成单元格参数
value函数-https://help.fanruan.com/finereport/doc-view-853.html
https://help.fanruan.com/finereport/doc-view-839.html MAP函数
https://help.fanruan.com/finereport/doc-view-853.html VALUE函数
https://help.fanruan.com/finereport/doc-view-850.html# select 函数
https://help.fanruan.com/finereport/doc-view-846.html --SQL 函数
VALUE('ds1','字段名')写的没问题,但是字段名还要加引号,这个返回的会是数组,还有其他写法可以参考https://help.fanruan.com/finereport/doc-view-853.html