I have a task feature within my application. I have a counter that currently shows all tasks that are available for a given project.
I want to update the counter to only show tasks that are uncompleted.
I have a data… completed which is a yes/no statement. When you click on the checkbox then it changes the value to “yes” and if you uncheck it then it changes the value to “no”.
Here is a screenshot of the setup I have for the counter. Let me know if anyone needs additional information and/or screenshots/loom videos.