1

Snapshot of Crystal Report

my detailsection2 is default suppressed,
I want to unsuppress DetailSection2 only when page reaches to an end then again supress on next page and unsuppress DetailSection3 on last record.

I've managed unsupress DetailSection3 By adding the below formula
(Placed in Supress(No Drill-Down)'s Formula Field)
Formula:
if OnLastRecord then false else true

So Output Will Look Like
------------------Page 1-----------------------
Name | Amount
AB11 | 1200
AB11 | 1200
Continue......
-----------------Page 1------------------------
-----------------Page 2------------------------
Name | Amount
AB11 | 1200
AB11 | 1200
Gtotal : 4800
-----------------Page 2------------------------

4

1 に答える 1

2
  • テキスト フィールド (「続き」と表示) をページ フッターに移動します。を読むセクションの抑制式を追加しますOnLastRecord
  • 総計をレポート フッター セクションに移動
于 2013-02-27T11:44:07.767 に答える