2014-02-14 109 views
0

我正在開發一個類似分類帳報表的水晶報表,但它也包含發票詳細信息。Crystal Reports在總帳類型報表中的帳戶總計算

可以說某某帳戶分類帳報表:

Invoice# Details       Debit   Credit  Balance 
         Qty rate total 
______________________________________________________________________________ 
1  product A  1 100 100     
              100$   0    100$ 
_______________________________________________________________________________ 
2  product B  2 150 300 
2  product C  1 200 200 
2  product D  2 100 200 
              700$   0    2200$ 
_______________________________________________________________________________ 
          Grand Toal  **2200$**  0$    **2200$** 

的問題是在計算總額時,細節部分包含多個條目它計算出每個細節的記錄,而不是單獨的發票的總。 我要的是

*Invoice# Details       Debit   Credit  Balance 
         Qty rate total 
______________________________________________________________________________ 
1  product A  1 100 100     
              100$   0    100$ 
_______________________________________________________________________________ 
2  product B  2 150 300 
2  product C  1 200 200 
2  product D  2 100 200 
              700$   0    800$ 
_______________________________________________________________________________ 
          Grand Toal  **800$**  0$    **800$*** 

發票明細是報告和借記卡的細節部分,信用是由發票編號發票組。

回答

0

我不知道你是如何計算總計但由於total是計算試圖把運行過程中出現總該和grand total

field to be summed: total 

Add it for change of group 1 or 2 which one you are using 

Reset should be never 
打印
相關問題