我在Crystal Reports 2008公式研讨会上写了一个公式。
我尝试了很多组合,但仍然遇到错误
期望在这里声明
我的代码如下:
If not isnull({Auditproduct.newParam6_Low1}) then
If {Auditproduct.oldParam6_Low1}<>{Auditproduct.newParam6_Low1} then
"-T1: " + totext({Auditproduct.newParam6_Low1}) + " " &
//facing formula near"-T1: "ON ABOVE LINE.
If not isnull({Auditproduct.newParam6_Upp1}) then
If {Auditproduct.oldParam6_Upp1}<>{Auditproduct.newParam6_Upp1} then
"-T1 :" + totext({Auditproduct.newParam6_Upp1}) + chr(10)
感谢您的帮助。
答案 0 :(得分:1)
我在晶体中找到了解决方案配方车间的报告 在工具提示上,有一个下拉菜单选择了“基本语法”,因此我将其更改为“水晶语法”。