安装常用函数集合插件-https://help.fanruan.com/finereport10.0/doc-view-1493.html
处理返回错误值的公式。ProcessErrorValue(SQRT(), "错误的值"),由于SQRT函数没有给定参数,直接使用的情况下是会返回#NAME的,而用了这个函数,就会返回第二个参数给定的值了(默认为空字符串)。
------------------------------------
使用ProcessErrorValue函数排除错误
if(ProcessErrorValue(你的原来公式, "")=0,"",ProcessErrorValue(你的原来公式, ""))