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?
1 Like
When grouping, have you set the grouping by day and starting date at 12:00 AM (midnight) ?
1 Like
flusk
June 2, 2024, 10:45pm
4
Hey @yamada.shoji99
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:
Here is the editor if you want to check details: Bubble Demos by Flusk | Bubble Editor
I hope this gives you a starting point.
@Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble
1 Like
@jahanzeb.khn07 @thomas.mey @flusk Thank you for commenting, it’s now working
1 Like
system
Closed
August 11, 2024, 2:17pm
6
This topic was automatically closed after 70 days. New replies are no longer allowed.