I am trying to summarize some numbers in a group, and sometimes #error will be displayed instead of the actual number. I understand that this can happen when dividing by 0 or when there are zeros in the data set, but in the data set I see only real numbers. The numbers are not large enough to cause an overflow, and I am sure that the expression is correct, because #error displayed only for a certain combination of parameters.
Is there another reason why I see a #error message?
To be clear, the formula =Sum(Fields!Number.Value)
Edit: Any of the aggregation functions also leads to this message.
confusedKid
source share