How to Sum Column in Word?

Hello,

i’m createing a document, which contains a table. the rows are addet dynamicly with the method Document.MailMerge.ExecuteWithRegions(DataSet).

What must be done, that there are shown the SUMs for the column-values inside a additional footer-row?
Cant that be done by only change the Word Document or is coding required?

best regards
Andreas

Hi

Thanks for your request. No, unfortunately, you cannot achieve this by changing template only. You should calculate sum during mail merge and then, when mail merge is finished, insert an additional row with sum.
Best regards.