function() {
if (this > 0) return this ;
else return this * (-1) ;
}
if (this > 0) return this+"" ;
else return this * (-1)+"" ;
这样可以的呀
人口金字塔- FineReport帮助文档 - 全面的报表使用教程和学习资料 (fanruan.com)
标签也要设置一下
你这个是标签
if (this > 0) return this.value ;
else return this.value * (-1) ;