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?
\'Sum of @numcount
You can try like this:
Sum({Tablename.Columnname})
It will work without creating a summarize field in formulae.