0

How do I return the result of a logical operation as the value for a formula field?

I have a Formula field with a series of nested IFs to calculate a value. How do I "return" that calculated value as the content of the formula.  i.e. I want the formula field value to be calculated inside the formula and not through an onClick or onUpdate trigger. Is that possible?

2 replies

null
    • Birger_H
    • 4 yrs ago
    • Reported - view

    You can do this: In a 'formula field 2' you can wirte this code:

    –––
    'formular field 1' + 7
    –––

    Birger

    • Birger_H
    • 4 yrs ago
    • Reported - view

    You can do this: In a 'formula field 2' you can wirte this code:

    –––
    'formular field 1' + 7
    –––

    Birger

Content aside

  • 4 yrs agoLast active
  • 2Replies
  • 1144Views