Skip to main content
Participant
December 2, 2016
Question

Adding Check boxes in a column

  • December 2, 2016
  • 1 reply
  • 259 views

I need to be able to add check marks in a column at the bottom of the column. Is there a way I need to set up the Check boxes to have that happen?

This topic has been closed for replies.

1 reply

Inspiring
December 2, 2016

Not for the check boxes. But you will need to write a custom JavaScript calculation to sum the export values, if by add check boxes you mean sum their values. I suspect you mean count the number of boxes checked in a column.

Of course, as always, you should follow the 6 P's of production. Some careful planing of field names, export values, etc will result in better performance.