Bubble Date issue

(I want that if a date is rendered more than once, it should only be shown the first time. If the same date appears again, it should not be shown again — only the time should be displayed. )

Just liike That its an example created by chatgpt

You need to display a repeating group of date groupings.

  1. Do a search for Events:grouped by date
  2. In each cell, Do a search for Events where date > Current cell's grouping's date and date < Current cell's grouping's date +days 1

Then, in the parent (grouping) cell you can show ‘July 9th, 2025’ (Current cell's grouping's date formatted as X).

In the child repeating group, which is the events for that date, you can show Current cell's Event's date formatted as X.