Without seeing your code - my guess is -
The zero or null values are on those rows that were added before the
column's expression was set.
In other words --- try moving the setting of the expression to as early in
the logic chain as u can.
- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
"Gareth" <(E-Mail Removed)> wrote in message
news:97637C8B-3845-4F4E-8387-(E-Mail Removed)...
>I have urgent question....
> I have computed/expression values in my dataset that i pass as the
> datasource for a report but when i refernce these fields from the report
> some
> have correct values others return incorrect values (zero or null)... any
> ideas would be welcome