现在有一个数据集ds1,有一列,列名name
有三行数据
age
name
high
文本控件能取数据集值吗,最后结果:age,name,high
求助大佬
用select函数或者value函数
Value函数-https://help.fanruan.com/finereport/doc-view-853.html
数据集函数概述-https://help.fanruan.com/finereport/doc-view-850.html
==========================
文本控件在参数还是单元格? 单元格直接拖过来就行了
JOINARRAY(VALUE('ds1','name'),',')