我在 Crystal 中创建一个组值,我的公式是
if table1.field1 = "R" then "Return"
else
if table2.field1 = "D" then "DRY"
else
if table2.field1 = "F" then 3rd "FREEZE
else "ERROR"
当我使用第一个测试运行报告时,一些记录正确分组,而其他记录似乎完全从公式中排除,因为报告将它们显示在组名称为空白的组中。其他人根据公式包含在正确的组中。
我在 Crystal 中创建一个组值,我的公式是
if table1.field1 = "R" then "Return"
else
if table2.field1 = "D" then "DRY"
else
if table2.field1 = "F" then 3rd "FREEZE
else "ERROR"
当我使用第一个测试运行报告时,一些记录正确分组,而其他记录似乎完全从公式中排除,因为报告将它们显示在组名称为空白的组中。其他人根据公式包含在正确的组中。