case when 字段 is null then 0 else 字段 end as 金额
if(isnull(sql("xxx","select num from table ",1)),0,sql("xxx","select num from table ",1))
如果是要改实际值,在单元格格式写if 公式这样判断就好了,如果要改显示值 ,去形态那里,也是写这样的if公式
select isnull(字段,0) from 表名