Calculated Field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • trananqa11
    Banned
    • Mar 2019
    • 2

    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.
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

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

    Comment

    • sergiohacks3
      Junior Member
      • Jul 2018
      • 25

      #3
      use this guide



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

      Comment

      Working...