Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
950
Formula over two grids
posted

Hi,

I have the following senario.
I have an ultraGrid with columns A,B,C
I have a second ultraGrid with columns D,E,F

Both grids will have the same number of rows, but will be loaded from different SQL tables.

My question is how can I assign a formula to column E(of the second grid) but taking values from the first grid.

For example I want column's E formula to be like  " [//ultraGrid1/_band_0/B/] * 5  + [//ultraGrid1/_band_0/C/] /2 "

Is this possible?

 

Regards,

Nicolas