|
|
|
| |
|
| #WhiteUnicorn/ StartPage/ Documentation/DelphiFAQ > |
|
| |
I want to sum several fields and then sum those sums - how do I do this?
Just create a entire new sum expression, adding all the fields together: QRExpr1.Expression := Sum(Field1); QRExpr2.Expression := Sum(Field2); QRExpr3.Expression := Sum(Field1+Field2);
|
| |
|
| #WhiteUnicorn/ StartPage/ Documentation/DelphiFAQ > |
|
| |
|
| ||
|
|
|
|
|
| ||