How to calculate sum of a formula field in crystal Reports?

前端 未结 4 1428
天命终不由人
天命终不由人 2021-01-05 09:00

In some inherited code, I see group headers/footers have items like \'Sum of @numcount\' . I cannot get the sum of a formula field. Any thoughts?

4条回答
  •  Happy的楠姐
    2021-01-05 09:33

    You can try like this:

    Sum({Tablename.Columnname})
    

    It will work without creating a summarize field in formulae.

提交回复
热议问题