I want my repeating group to only show entries that correspond to the current date and 7 days into the future. https://bubble.io/page?type=page&name=home&id=athmeetsports&tab=tabs-1
Also is there a way to search by multiple fields and have to results show on a repeating group?
Yes. Here’s how: In the “search for” add 2 conditions: 1) thing’s date > current date, 2) thing’s date < current date + 7 days.
Thank you! it works! I do not mean to be a bother but is there a way i can make a constraint to also show entries from 2 hours before the current date and time?
Yes, just substract 2 hours.
Awesome! Thank you so much.
1 Like
keith
August 6, 2018, 12:00am
6
Another way to do this (in a single criteria) is with search criteria Advanced with an expression like:
This Thing’s date +days: 7 <- range -> This Thing’s date contains point Current date/time
Not sure which version performs better or if there’s any difference.
system
Closed
October 14, 2018, 8:40pm
7
This topic was automatically closed after 70 days. New replies are no longer allowed.