我在Crystal Reports 2013中构建了一个报告,其中我想显示一组项目的月内所有交易的总和以及每个项目的帐户列表,包括是否没有。 example
I have used the IsNull when trying to pull the data:
{gl_trans.Yr} = #### and {gl_trans.Prd} = ## and
{gl_trans.project-no} in [list of project] and
(IsNull({gl_trans.Gl-code}) or {gl_trans.Gl-code} in [list of accounts])
但我只返回有交易的GL代码的数据。我知道我错过了一些东西,但两天之后无法弄清楚它是什么。