• Resolved civilvicky

    (@civilvicky)


    can we add a tickbox after each row, so that user can tickoff the box to mark as complete.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter civilvicky

    (@civilvicky)

    something like this https://ibb.co/C1QDspL

    Plugin Author codepeople

    (@codepeople)

    Hello @civilvicky

    Yes. You can insert a checkbox field as the last column, as you did with the other fields, and use them in the equations.

    For example, your first row includes the “Total” fieldname5, the second row the “Total” field fieldname10, and the third row the fieldname15. Furthermore, you have “Total Cost” field that sum them: fieldname5+fieldname10+fieldname15

    Assuming you have a checkbox field per row, fieldname20, fieldname21, fieldname22, respectively. And you want to add the “Total” values in the “Total Costs” equation only if the corresponding checkbox is ticked.

    In this hypothetical case the equation could be edited as follows:

    IF(fieldname20, fieldname5, 0)+IF(fieldname21, fieldname10, 0)+IF(fieldname22, fieldname15, 0)

    And that’s all.
    Best regards.

    Thread Starter civilvicky

    (@civilvicky)

    I think I have messed up something, check it once https://hindistatuslibrary.com/?cff-form=1

    Plugin Author codepeople

    (@codepeople)

    Hello @civilvicky

    You left empty the value of the checkbox fields. Please, enter number one as the choices’ values. You can leave the choices’ texts empty but not their values.

    Best regards.

    Thread Starter civilvicky

    (@civilvicky)

    Yeah Got it. I was wondering if we can created the tables with calculation just like the same in excel sheet

    Plugin Author codepeople

    (@codepeople)

    Hello @civilvicky

    I’m sorry. Excel manages concepts like columns (A, B, C, …), rows (A1, B3), and cells range (A1:D1), but our plugin is not an Excel interpreter or emulator. You cannot apply the same concepts.

    Best regards.

    Thread Starter civilvicky

    (@civilvicky)

    Ok. Thank you for the help.

    P.S : Can the number of checkbox be counted. For example if there are 10 check boxes and out of which 8 are selected, it should display the total selected check boxes number i.e 8

    Plugin Author codepeople

    (@codepeople)

    Hello @civilvicky

    If you have entered number one as the choices’ values, you only need to sum the checkbox fields fieldname17+fieldname18+fieldname19 and so on.

    Best regards.

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

The topic ‘Tickbox’ is closed to new replies.