Hello,
I have a form where I have a grid with BOM as Master/Detail Form and a new field. Now I have to calculate the total material cost of the BOM and show it in a new field.
Grid: [TABLE=“border: 1, cellpadding: 1, width: 500”]
[TR]
[TD]part [/TD]
[TD]qty [/TD]
[TD]price [/TD]
[/TR]
[TR]
[TD]xxxx[/TD]
[TD]10[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]yyyy[/TD]
[TD]5[/TD]
[TD]2[/TD]
[/TR]
[/TABLE]
New Field
should show: 20
calculated with this formula (101 + 52)
How can I do that in SC?
BR
Christina