Summing field
Emanuele Croci
Hi,I have a
Payments:AdvanceDataBand DataSource = B1_Data.PaymentISR
- a "detail1:Detail"
with the field: Payments("CreditAmount")
- and a "footer2:Footer"
How can I visualise in the footer2 the SUM of the CreditAmounts?
Regards,
Emanuele
Philipp Knecht
Hi emanueleMost simplest way:
- Go to the advancedDataBand.
- Go into the Totals - Property
- Add a total there and give it a name
- Then write in the detail: dataBandXy.GetTotal("NameofYourTotal")
hth
0
Please sign in to leave a comment.
Comments
0 comments