Can i refer to the field value of a particular row?

How to refer to the value of a particular row?

For example I want to do balance of row1+balance of row5. Is it possible?


ManasP (BOB member since 2004-03-09)

You cannot refer to a row. But there must be some reason to refer to it.

You can use

<value> where (<dimension> = "xx") + <value> where (<dimension> = "yy")

Steve Krandel :us: (BOB member since 2002-06-25)