Hello, I have data type entries that contain a field with a list of dates.
Let’s say I have two entries in my database:
- First entry contains a list of dates (5 items).
- Second entry also contains a list of dates (15 items).
When I’m searching x… dates, it returns 20 dates, or if I try to count, it returns a value: 20.
But what I would like to get it’s: 5, 15. Separately. I’m not interested in the “total” or “the list of dates.” I want to know how much dates contains each entry.
I have spent the last hour looking for a way to search and return the values separately without success.
Any ideas? Thanks.