Skip to main content
Participant
November 8, 2018
Question

Override calculated field

  • November 8, 2018
  • 0 replies
  • 219 views

I am trying to create a form that has calculated fields running in a column. As the fields calculate by row, and then are totaled by column (see below). Everythin works fine when the user places a value in heder 1 and then header2. However, they want to be able to override the calculationn and just enter a number in Header 3. When that is done, the number appears in the total field, but not in FieldC* For the Field C and the total field I used the "Value is."

Here is what it looks like:

Header 1Header 2Header 3
FieldAFieldBFieldC =FieldA*FieldB
FieldA1FieldB1FieldC1 =FieldA*FieldB
FieldA2FieldB2FieldC2 =FieldA*FeildB
FieldA3FieldB3FieldC3=FieldA*FieldB
Totoal,=FieldC1+FieldC2+FieldC3

Can someone tell me if is possible to override the calculation when a user directly enters the ammountin FieldC and if so, how do I do that?

This topic has been closed for replies.