calculation based on checkbox and another calculated field
I have a form whereby I need a total to appear based on a checkbox...
eg if checkbox10 is checked then "total1" becomes the total of field "qty1"
if checkbox10 and checkbox11 are checked then "total1" becomes the total of fields "qty1" + "qty2"
been playing with it for a while but can't figure it out.
I'm doing it this way because I need the totals of all the "qty" fields to add up on the form, but also need a total of just the checked "qty" fields in another section of the PDF.
