Hi,
I will give you a small example.
I have a repeating table with 2 columns: Yes/No and Amount
I have another field at the end of the repeating table that should add all
the amounts with the "Yes" columns.
Example:
Table 1 (Yes/No, Amount)
Yes, 200
No, 300
Yes, 700
The field at the end of the table should contain 900.
This is one example, another one could be that I need to fill another
repeating table that contains only the Yes rows. The new table will be as
follows:
(Yes/No, Amount)
Yes, 200
Yes, 700
thx.