简体   繁体   中英

Crystal Report - This field can't be summarized

I have a formula ABC

sum({Table1.col1},{Table2.FieldName})

My report is grouped by Table2.FieldName . Then then want to add the value of ABC to another column's value.

My formula:

sum({@ABC},{Table2.Col1})

Here, I am getting this error that @ABC cant be summarized.

Is their any workaround to add these fields.

Crystal can't total other totals.

If you explain the situation in more details, there may be another way to accumulate the desired total.

Alternatively, Ken Hamady maintains a list of 3rd-party Crystal Reports UFLs (User Function Libraries) here . At least one of them allows you to do totals of totals by providing functions that allow Crystal formulas to accumulate and retrieve total values in memory.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM