新增条件列,遇到数据列中有null,提示[Expression.Error] 无法将值 null 转换为类型 Logical。要怎么解决?
if [A]-[B]>=10000 then “万元以上” else if [A]=null and [B]>=10000 then “万元以下”
新增条件列,遇到数据列中有null,提示[Expression.Error] 无法将值 null 转换为类型 Logical。要怎么解决?
if [A]-[B]>=10000 then “万元以上” else if [A]=null and [B]>=10000 then “万元以下”