Article
Counting the amount of times a checkbox has been checked on and off
14:05 Aug 06, 2018
Question
Is there is a way to "count" how many times a checkbox has been checked off and on?
Answer
You can track the changes to some record in the Change log.
You can also try to add some extra field to put there 'n+1' every time someone checks the field. You can think of some business process that can modify the field each time the changes are applied to checkbox.