Okay so i’m getting into dates lately here in bubble, and the issue i’m trying not to have is the following:
I have a “thing” called Customer
Inside of customer there’s a bunch of data types, but two in particular are dates: Next Scheduled Visit (date), and Recent Visit (date)
My Goal is to get a list of Customer’s who’s has NOT had a ‘Recent Visit’ since their ‘Next Scheduled Visit’
What i’m trying to do is compare ‘Recent Visit’ to ‘Next Scheduled Visit’ in the filters of the search, but it’s not letting grab that particular ‘thing’ to compare against:
do i need to do another search inside that filter? i’m just not sure
This is what i imagine it looking like (if parent group’s thing was actually this current search item)