• Resolved Graicifyd

    (@graicifyd)


    Hi,

    thank you for your support as always.

    I have a form that has only calculated fields and they are all editable, I want to set my calculations such that the calculated field that is being typed into will control the other fields. For instance:

    fieldname1 = fieldname2 + 1

    fieldname2 = fieldname1 + 1

    fieldname3 = fieldname2 -1

    so if 2 is typed into fieldname1

    fieldname2 = 3

    fieldname 3 =(3-1) 2

    if a number is typed into fieldname2, the result changes based on the number in fieldname2

    I just want to find out how the last number that is typed in will be the one to control the result.

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @graicifyd

    No, I’m sorry, you cannot implement the project in that way because it generates an infinite loop. The fieldname1 field uses the fieldname2 in its equation and the fieldname2 uses the fieldname1.

    If you need to implement this relationship would be required a custom implementation.

    If you need a custom coding service, please, contact me through my private website: Custom Coding Service

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘SETTING A CONTROL CALCULATED FIELD’ is closed to new replies.