I need a query that will return positive values to count how many "Yes" in a column. It's a checkbox. I have the query set up to "group by" the project. I used the "Sum" function in the query, and it's giving me negative answers, because "Yes" is stored as -1.
Where/how do I change this so the results of the query will be positive, rather than negative?
Thank you!