Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 useing previous cell value in a table

Author  Topic 

roy mm
Yak Posting Veteran

62 Posts

Posted - 2007-07-04 : 06:54:00


Is there a way to use value from a field in a table?

For example:
In the first cell i have the value of "=Field.myField.Value * 2"
and in the second cell I want to use The previous value. some thing like:
"=Field.SecondField + MY_PREVIOUS_FIELD_VALUE"

of course I want it to happen in every row.

Thanks.
   

- Advertisement -