[GH #2435] Summary 'Count' on Checkbox Error

Dear Admin,

I try the summary “type:count” but the result is #bad-value#

i use this setting

i want to count how many checkbox is checked…
is there’s any work around ??

Hi @simpleminimalis

Thank you for reporting this. I created an internal issue for our development team to investigate it further. I will let you know once I have more information.

Hi @simpleminimalis

We just has a meeting where we discussed the following topic.

Based on the market standards it appears that

  • checkbox true should be counted by count method
  • checkbox false should be counted by count method

But we also have an option to show a transparent checkbox when the value is null or an empty string. In this case we plan not to count that value.

What do you think about such an implementation.