Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
| Month | Family | Sum | Sum(2) |
| Jan | Meat | 10 | 25 |
| Jan | Fish | 5 | 25 |
| Jan | Vegetables | 10 | 25 |
| Feb | Meat | 15 | 32 |
| Feb | Fish | 7 | 32 |
| Feb | Vegetables | 10 | 32 |
I can get the values for "Sum", but i don't know how to do it for "Sum(2)".
Can anyone help?
Thank you.
Joaquim
Hi,
Use this:
Sum(TOTAL<Month> ValueField)
Regards,
Stephen
Thank you Stephen.
It was simple as that.
Joaquim