The error code #115 means that you are trying to use an aggregation function for a non numeric value. In other words, you may be using a text input box to collect "numeric" values, and when you try to perform calculations on the object, the calculations are being performed on "strings" instead of numbers. To prevent this from happening, make sure you collect your numeric data in numeric input boxes.
