• Resolved kingbolo

    (@kingbolo)


    On the third page of the form on the mentioned site I am trying to accomplish the following:

    When no value is entered in the field “Aantal inkoop- en verkoopfacturen per jaar?*”(which is required) the value in field “Kosten per maand” should be hidden.

    That is: only if a value is entered in the field “Aantal inkoop- en verkoopfacturen per jaar?*” the value of field “Kosten per maand” should be shown.

    The value of field “Kosten per maand” is the result of a equation. This value is always visible and it should not be.

    A screenshot of the fields can be viewed at: https://abbinkadvies.nl/offerte-aanvragen-test/

    NB
    Aantal inkoop- en verkoopfacturen per jaar? = Number of purchase- and sales invoices per year
    Kosten per maand = Costs per month

    • This topic was modified 7 years, 1 month ago by kingbolo.

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

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

    (@codepeople)

    Hello @kingbolo,

    You simply should use a conditional operation in the equation associated to the calculated field, as follows

    IF(fieldname24, prec(fieldname25/12,2), '')

    and that’s all.
    Best regards.

    Thread Starter kingbolo

    (@kingbolo)

    Ah, great.
    That works.

    Thank you for your support. I appreciate it.

    Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide value of field when nu value is entered in prior field’ is closed to new replies.