You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a summary to find the maxStreak(), it seems to count the existence of the variable and not the value. I have tried different types: a checkbox, text with 1 and 0, number with 1 and 0. it always counts the instances even if they're all false or if they're a mixture of true and false. the sum() does work as expected, however.
Expected Behavior
It's expected to find the longest streak of true values.
Current Behavior
It seems to count the pages that have the searchTarget, whether they're true or false.
Steps to Reproduce (for bugs)
Create a summary type report
Set it to report the maxStreak() of a checkbox type
Create a set of broken streaks
The text was updated successfully, but these errors were encountered:
When doing a summary to find the maxStreak(), it seems to count the existence of the variable and not the value. I have tried different types: a checkbox, text with 1 and 0, number with 1 and 0. it always counts the instances even if they're all false or if they're a mixture of true and false. the sum() does work as expected, however.
Expected Behavior
It's expected to find the longest streak of true values.
Current Behavior
It seems to count the pages that have the searchTarget, whether they're true or false.
Steps to Reproduce (for bugs)
The text was updated successfully, but these errors were encountered: