Announcement

Collapse
No announcement yet.

Calculated Field

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Calculated Field

    in my EspoCRM i have an entity "Statistics".
    There are several number and text fields with numbers.
    One field should be the "Total" from 2 Fields.
    For example:

    Entity Statistics
    Fieldname1 + Fieldname2 = Fieldname3

    I've read the documentation, but im not an expert.
    Is it possible to give me an example how i can manage this simple problem in the Entity Manager?

    Thank you very much.

  • #2
    Hello,
    to make Espo formula works you should write it in this style: Fieldname3 = Fieldname1 + Fieldname2

    Comment


    • #3
      use this guide



      example, Field1 = Field 2 + Field 3 in the Formulas field.

      Comment

      Working...
      X