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.
Solved! Go to Solution.
Views
Replies
Total Likes
The simplest way to do it is using FormCalc with the Calculate Event of the second field
You just need to enter :
Table1.FooterRow.Subtotal_Labor.rawValue
in the event
Views
Replies
Total Likes
The simplest way to do it is using FormCalc with the Calculate Event of the second field
You just need to enter :
Table1.FooterRow.Subtotal_Labor.rawValue
in the event
Views
Replies
Total Likes
Sometimes it is difficult to see the answer that is usually right in front of your face.
That did it; thank you.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies