display the calculation value of two numeric fields

  • patwardhanmahesh
    Asked on October 8, 2018 at 4:15 PM

    Hi! Just wanted to know. How do we show calculation from numeric field values: I mean I have field1 and field2 and I want to show the result as field1/field2.

  • arthurprc
    Replied on October 8, 2018 at 5:57 PM

    In order to display the calculation value of two numeric fields, you need to create a conditional logic, please follow the instructions in this page

    The condition should look like:

    IF Number 1 IS FILLED 
    INSERT (Number 1)/(Number 2) Into TOTAL


    Let me know if you have any questions, we'll be happy to assist!