• Resolved mevabien22

    (@mevabien22)


    Assume the following situation:

    fieldname1 = carlos
    fieldname2 = rodriguez

    and I want the result to be displayed with the text:

    Calculated Field = carlos / rodriguez

    it’s possible?

    From already thank you very much.

    • This topic was modified 5 years ago by mevabien22.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @mevabien22

    In javascript, the plus operator (+) is overloaded, it is used for summing numbers or concatenate texts. So, the equation would be simply:

    
    fieldname1+'/'+fieldname2
    

    Best regards.

    Thread Starter mevabien22

    (@mevabien22)

    Excellent!

    Many thanks!

    Plugin Author codepeople

    (@codepeople)

    Hello @mevabien22

    It has been a pleasure.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘work with texts’ is closed to new replies.