如何创建公式以检查字段报告字段是包含数据还是空。 [英] how to create formula to check whether field report field contains data or empty.

查看:83
本文介绍了如何创建公式以检查字段报告字段是包含数据还是空。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

if{DataTable1.Amount_Credit}=0

推荐答案

使用 IsNull

as



如果(IsNull({DataTable1.Amount_Credit}))= true则



// Ur语句





如果出现语法错误,请更正它。



希望有所帮助。
Use IsNull
as

If( IsNull({DataTable1.Amount_Credit}))=true then

//Ur Statements


Correct it, if any syntax error is there.

Hope it helps.


这篇关于如何创建公式以检查字段报告字段是包含数据还是空。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆