在 SAP Crystal Reports 2008 中取消最後一頁的頁面頁首
我認為你可能需要使用“OnLastRecord”關鍵字來取消頁面頁首。以下是有關此功能的詳細資訊
函式說明
當正在評估的當前記錄是報表中的最後一條記錄時,此函式返回“TRUE”。
返回
布林值
行為
當正在評估的當前記錄是報表中的最後一條記錄時,此函式返回“TRUE”。
請注意,任何被分組且希望取消此分組的最後一條記錄的欄位,或按如下所示使用 next() 函式
onlastrecord or next({table.field})<>{table.field}
示例
GH1 (using Customer.ID as group) GH2 (using Sales.No as group) Details GF2 - has line drawn on it Conditional suppression using the formula onlastrecord or next({customer.ID})<>{customer.ID} GF1
廣告