Group Data with Date Created

I am trying to group all my data based on the created date.

I made a nested RG, the main RG is a type Grouping

Search for Names:grouped by Creation Date

Inside my main RG, I made another RG with type Name

Search for Names

with constraint: date >= Current cell's Grouping's Creation Date and date < Current cell's Grouping's Creation Date+ days: 1

Now, the problem is it’s displaying wrong.

It’s grouping it in 3 parts because the grouping is looking for exact date and time

What are you trying to display here?
Do you want to extract names according to dates?

When grouping, have you set the grouping by day and starting date at 12:00 AM (midnight) ?

Hey @yamada.shoji99 :wave:

As @thomas.mey suggested, you should group by day and set the interval 1 and set the starting date to be the first created item (or whenever you want to start the grouping with). See the setting below:

Then, your logic will work. However, you need to print the name values instead of created dates in the texts in the inner repeating group:
image

Here is the editor if you want to check details: Bubble Demos by Flusk | Bubble Editor

I hope this gives you a starting point.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

@jahanzeb.khn07 @thomas.mey @flusk Thank you for commenting, it’s now working