aggregate functions vs. non-numeric data
=RunningValue( iif(Fields!Amount.Value < 1, 0, Fields!Amount.Value), Sum, Nothing)
I'm getting this error :
The value expression for the textbox ‘APTotal’ uses a numeric aggregate function ondata that is not numeric. Numeric aggregate functions (Sum, Avg, StDev, Var, StDevP, and VarP) can only aggregate numeric data. I take issue with its saying my data is not numeric. The matching field in the database is of typemoney. Any thoughts on what i'm doing wrong?
Ian Pert
CMS Software, Business Integenct Unit

