本文介绍了Crystal Report NULL值句柄的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在Crystal Report中使用过这个公式
({StyleStatus.grnQty} + {StyleStatus.dReturn_Qty}) - {StyleStatus.nIssQty}
但它显示没有报告中的数据。在数据库中,StyleStatus.dReturn_Qty和
StyleStatus.nIssQty字段的大部分数据都是NULL
如何将NULL值转换为数字。请帮帮我。
I have used this formula in Crystal Report
({StyleStatus.grnQty}+{StyleStatus.dReturn_Qty})-{StyleStatus.nIssQty}
But It shows no data in report. In the database most of the data of the field StyleStatus.dReturn_Qty and
StyleStatus.nIssQty are NULL
How can I convert the NULL value into numbers. Please give help me.
推荐答案
这篇关于Crystal Report NULL值句柄的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!