怎么加上单位XXX人
自定义一下就行了
ds1数据集里面里面汇总人数
function() {
var sql = "sum(value('ds1',1))";
var total = FR.remoteEvaluate(sql);
return "总人数"+total;
}