Page 1 of 1

Report sum

Posted: Sun Oct 21, 2007 7:38 pm
by leif
I want a total reportsum of the detail section in a master-detail report, but it is only adding the first line in each detail.

Report sum

Posted: Mon Oct 22, 2007 1:46 am
by Vital
You can use following expression:

Code: Select all

{Totals.Sum(NameOfDatasource, expression)}
Thank you.