Need help with count of data over time

Hi,

I’m looking to build a line chart that showcase the count of data per time input, so for example if there are two data values of 10:10 for today it showcases 2, or if it’s just one it shows 1 etc… I’m using the line chart by Bubble but can’t figure out how to group the time inputs to count them up.

Does anyone have a suggestion? See screenshots below…

Screenshot 2024-07-26 at 17.52.12


Everything is fine here - except for the Value expression of your Line chart

The value expression currently is Search for Logbooks, which defeats the purpose of grouping. Instead, it should be Current point’s count (the way you have set it up for your label, as Current point’s LogTime).

Let me know if this helps :slight_smile:

I really appreciate your help… sadly when changing the Value expression as mentioned I still get the same result


Screenshot 2024-07-26 at 18.53.08

Ooh okay. Silly question but did you check your database to confirm that you have multiple entries for the same time (down to the very second, just to be clear)?

These are the three entries as showed in the line chart, but I don’t see seconds in the entries…
Screenshot 2024-07-26 at 19.10.16

Well after some testing… I don’t see seconds in the App Data tab, but when just showing them as text on a page you can see the seconds and indeed there is a difference… didn’t knew that this could also be the case, for now I made sure that all the entries round down to the minute and seems to work now…

Thank you for your help @Zeroic, really appreciate this!


Screenshot 2024-07-26 at 19.23.55

Awesome, no worries. Yeah if you edit the date/time field in the pop-up, you’ll find the seconds there and Bubble counts them differently even if everything but the seconds are the same.

Glad you got the solution though :slight_smile: