vote up 0 vote down star

I have a conditional sum in my grouping

=sum(iif(Fields!Letter.Value="Service",0,Fields!Mailed.Value))

I keep getting the #error on half the fields. There all numbers. In my proc im calling the fields that are erroring outare doing a calculation. I tried putting those into a subquery and calling and it errored out. Im not sure where to go from here.

Any ideas on why this may be and how to fix it?

flag
Can you give more information please? "In my proc im calling the fields that are erroring outare doing a calculation." doesn't make sense. – jimconstable Nov 5 at 22:54

1 Answer

vote up 0 vote down

The only thing I can think of is to check that data types that you are using

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.