你直接用value函数从数据集取数
function(){
var a = FR.remoteEvaluate("value('数据集名称',2,1,'"+this.category+"')");//2表示你境内数据所在列
var b = FR.remoteEvaluate("value('数据集名称',3,1,'"+this.category+"')");
var c = FR.remoteEvaluate("value('数据集名称',4,1,'"+this.category+"')");
return "境内:"+a+"%"+"境外:"+b++"%"+"总金额:"+c;
}