# Get the count of rows by date and booleans, check in system

**URL:** https://community.glideapps.com/t/get-the-count-of-rows-by-date-and-booleans-check-in-system/72917
**Category:** Ask for Help
**Created:** [April 28, 2024, 6:17pm UTC](https://community.glideapps.com/t/get-the-count-of-rows-by-date-and-booleans-check-in-system/72917 "2024-04-28T18:17:57Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![luminrabbit](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luminrabbit/32/73584_2.png) [@luminrabbit](https://community.glideapps.com/u/luminrabbit)
#### Post date: [April 28, 2024, 6:53pm UTC](https://community.glideapps.com/t/get-the-count-of-rows-by-date-and-booleans-check-in-system/72917/2 "2024-04-28T18:53:14Z")

</div>

Im trying a bunch of different things from different posts to put something together and now I have the Count difference between the Booleans (First Game / Second Game) counted.

Now I believe I need to separate them by date somehow?

 ![checkin v2](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/a/cad5bf8f904c36f9168df36e3f6957aacb2796ae.png)

Im going to give this post a try now (just stumbled across it)

> [@Rolling point counter by date](https://community.glideapps.com/t/rolling-point-counter-by-date/28519/2):
>
> What you need to do is create a template column of the two columns you need to “combine” to apply your rollup. Make a template of the user’s email (or other unique identifier) and the date (you may also want to “lock” in the date formatting by first creating a template column that stores the date as text first — this might not be necessary, but it’s still something I do in these cases).
> 
> Once you’ve got the template column (i.e. [email@email.com](mailto:email@email.com) April 1, 2021), create a multiple relation that check if the template matches itself. Then, create a rollup on this relation to get the sum of all the matches.

---

_[View the full topic](https://community.glideapps.com/t/get-the-count-of-rows-by-date-and-booleans-check-in-system/72917)._
