Crystal Reports 2013:公式字段将不会显示在页面上
Crystal Reports 2013: Formula field will not display on page
我有一个名为 PickOutstanding 的公式。这是代码:
if OnLastRecord and {@Calc} < 0 THEN
toText({@shipctns}-{#RTotal0}) & " Outstanding"
在报表上有效但不显示。例如:
第一张图片是我的报告,其中 @PickOutstanding
突出显示
@PickOutstanding
不显示。但是当我点击它时:
它显然就在那里显示。是什么导致它隐藏在报告本身中?我该如何让它显示?
Full images in case it is difficult to see the difference between pictures
图1:
图2:
这是我的疏忽。 OnLastRecord
只处理报告中的最后一条记录。没有工作多组。将考虑让它按组工作。
我有一个名为 PickOutstanding 的公式。这是代码:
if OnLastRecord and {@Calc} < 0 THEN
toText({@shipctns}-{#RTotal0}) & " Outstanding"
在报表上有效但不显示。例如:
第一张图片是我的报告,其中 @PickOutstanding
突出显示
@PickOutstanding
不显示。但是当我点击它时:
它显然就在那里显示。是什么导致它隐藏在报告本身中?我该如何让它显示?
Full images in case it is difficult to see the difference between pictures
图1:
图2:
这是我的疏忽。 OnLastRecord
只处理报告中的最后一条记录。没有工作多组。将考虑让它按组工作。