Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @halcyonweb

    I’m sorry, I don’t understand your question. Could you describe a case of use, please?

    Best regards.

    Thread Starter halcyonweb

    (@halcyonweb)

    Or output text as a result of a calculation?

    Thread Starter halcyonweb

    (@halcyonweb)

    I have two input fields with Field Labels “E10 Price” and “91 Price” and depending upon the values entered into both, one of them is the preferred price. For example, if I enter “104” into E10 Price and “110” into 91 Price, the form calculates that “104” is the preferred price but I would like to output “E10” as the preferred fuel.

    Plugin Author codepeople

    (@codepeople)

    Hello,

    Assuming these are the fields: fieldname6 and fieldname9 (the fields’ names are hypothetical, only to describe the process), you only need to insert a calculated field in the form with the following equation:

    
    IF(fieldname6<fieldname9, getField(6).title, getField(9).title)
    

    and that’s all.
    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to output a Field Label’ is closed to new replies.