J
Jono
I'm working with InfoPath 2003.
I have a number of textboxes that give me totals from other sections. I
would like to add only the values in the textboxes that have their
corresponding checkboxes checked not the others. Once a checkbox is checked
the values that add up to the totals may change and therefore everything
needs to be able to update continuously.
I've tried having rules in the checkbox that sets the total to 0 if the
checkbox is unchecked and to give me the total value when it is checked, but
this leaves me with a static value.
Maybe this will help.
A1 = value
A2 = value
A3 = Total A1, A2
B1 = value
B2 = value
B3 = Total B1, B2
C1 = value
C2 = value
C3 = Total C1, C2
Checkbox 1 if checked add A3 into total D1
Checkbox 2 if checked add B3 into total D1
Checkbox 3 if checked add C3 into total D1
D1 = based on Checkboxes 1, 2 and 3
I have a number of textboxes that give me totals from other sections. I
would like to add only the values in the textboxes that have their
corresponding checkboxes checked not the others. Once a checkbox is checked
the values that add up to the totals may change and therefore everything
needs to be able to update continuously.
I've tried having rules in the checkbox that sets the total to 0 if the
checkbox is unchecked and to give me the total value when it is checked, but
this leaves me with a static value.
Maybe this will help.
A1 = value
A2 = value
A3 = Total A1, A2
B1 = value
B2 = value
B3 = Total B1, B2
C1 = value
C2 = value
C3 = Total C1, C2
Checkbox 1 if checked add A3 into total D1
Checkbox 2 if checked add B3 into total D1
Checkbox 3 if checked add C3 into total D1
D1 = based on Checkboxes 1, 2 and 3