• Resolved jakutsi1980

    (@jakutsi1980)


    Hi,
    I have a energy calculator which convert for example MWh to TJ.
    I use a dropdown funtion for the measuring units (text and values). Everything works fine, but i want that unit show the end of the result. Is it possible to get chosen unit text to end of the result.

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @jakutsi1980

    Yes, that’s possible. Assuming the number field is the fieldname1, and the dropdown field the fieldname2, you can implement the equation as follows:

    CONCATENATE(fieldname1*fieldname2, ' ', fieldname2|v)

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Dropdown Choices Text’ is closed to new replies.