I have a datawindow with 2 groups. There is a computed field in each of the trailer groups. I am trying to access the values in each computed field but I keep getting an error. The documentation said to reference the group number. How is my syntax incorrect?:
ldec_tmp1 = dw_1.Object.c_section_total[2]
ldec_tmp2 = dw_1.Object.c_proposal_total[1]