G
Guest
I designed a form to input invoice items.
I have Qty1, Description1, Price1 and a Calculated Field = TotalPrice1 with
formula=Qty1*Price1
The same for about 8 more line items with their respective number (Qty1,
Qty2, and so on).
I entered an unbound box for a subtotal Field with the following
formula=TotalPrice1+TotalPrice2 and so on up to the eight item.
My problem is that unless all fields (Qty and Price fields of each
respective line item) have a value the subtotal formula does not give a
calculated value.
In other words, I have to actually input zeros or actual numbers in order to
have the calculated sum of all totals give me the sum of all these fields.
I need to know the way to do this even if the TotalPrice fields on the
individual items are empty.
Thanks in advance
I have Qty1, Description1, Price1 and a Calculated Field = TotalPrice1 with
formula=Qty1*Price1
The same for about 8 more line items with their respective number (Qty1,
Qty2, and so on).
I entered an unbound box for a subtotal Field with the following
formula=TotalPrice1+TotalPrice2 and so on up to the eight item.
My problem is that unless all fields (Qty and Price fields of each
respective line item) have a value the subtotal formula does not give a
calculated value.
In other words, I have to actually input zeros or actual numbers in order to
have the calculated sum of all totals give me the sum of all these fields.
I need to know the way to do this even if the TotalPrice fields on the
individual items are empty.
Thanks in advance