I have a expandable table where column totals are performed in a table footer. The field name is
form1.ICE_Page1.CostEstimate.Table1.FooterRow.Subtotal_Labor
I need to use this value elsewhere in a subsequent section of this table (I just need to repeat the value in another cell). I used this on the exit event of the cell where I want the value to be repeated.
Table1.FooterRow.Subtotal_Labor.rawValue
= this.rawValue;It is not working. I would appreciate any remedy.