Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Reporter Basic Sum function (Reporting and Printing) ====== ====== ====== ==== Created at 13 APR 1998 04:05PM ==== **Problem:** The Reporter Basic Sum function doesn't calculate correctly, if used more than once in a formula. For example: answer = sum(a) + sum(b) **Solution:** This is invalid syntax. The Reporter Basic Sum function must be equated to a single variable. The correct syntax is: xa = sum(a) xb = sum(b) answer = xa + xb kb/kb_articles/kb0156.txt Last modified: 2024/01/30 13:36by 127.0.0.1