Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Here I want to calculate Calculation column in my object
I wrote condition but i will give the 101(Dimension)
=($(=GetObjectField(1,'CH02')) * vSavingsS) + ($(=GetObjectField(2,'CH02')) * vSavingsL) *10
am picking the 2 here but it will take 101 can u help me pls
how to pick a 2second row in my Dimension 101
| RES_id | 101 | 102 | Calulation |
|---|---|---|---|
| 1001 | 2 | 3 | |
| 1002 | 4 | 5 |
maybe post your application?
example? or explain better
try to use column(1) as expression.
Or use label for column and then in another column you may use this label.
regards
Darek