Count and streak

Hi Bubble Community,

I have 3 boolean fields (yes/no).

Wondering how to display the count when the 3 fields are all “yes” in that row. Thinking there are a couple options:

  • Use another boolean field: With a workflow; When all 3 are “yes”, change 4th field to “yes”, then display using a text element count all those up somehow?

  • Use a text element to count when all 3 fields are yes and display count somehow?

Any ideas on the proper approach?

Hello, does the count change if it were yes, no, yes?

If it doesn’t you can create the text element that shows the count and mark it as hidden on page load. And under the conditions page you can create a condition that when checkbox 1 is yes and checkbox 2 is yes and checkbox 3 is yes - this element is visible.

@joseph.farinhas I’ll attempt to define a little better. There will be multiple rows. Some rows input will have all fields 3 yes, some with only 1 yes or 2 yes’s. I would like to count how many times when all 3 are yes. Also a streak of when all 3 fields are “yes” in a consecutive row.

This topic was automatically closed after 70 days. New replies are no longer allowed.