I have a table which resembles the following:
-------------------
ID | Cost
-------------------
100 | 23.50
-------------------
200 | 12.00
-------------------
300 | 4.25
-------------------
I'm trying to create a formula like:
xxx = ({qty} * [value in the cost field where ID=200])
can you give me a hand?
Thanks