• Resolved PB

    (@ohtusabes)


    Hi @codepeople2,

    I’ve created a form with checkboxes, but three items do not display their results:

    • Anti-Scl-70
    • C3 / C4
    • IgG/IgM B2-glicoproteína I

    I tested using both strings and the exact labels, but it still doesn’t work. Is there a recommended way to make these items display correctly in the output?

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    Hello @ohtusabes

    The plugin tries to extract numbers from fields values to use them in mathematical expressions. If you want to access the field’s raw values, please use the |r modifier.

    Please edit the fieldname87 field’s equation modifying the piece of code:

    var dx = fieldname89 || '';

    as follows:

    var dx = CONCATENATE(fieldname89|r);

    Best regards.

    Thread Starter PB

    (@ohtusabes)

    Hi @codepeople2

    Yes, you provided the exact solution as usual.

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.