I have records of users and I’m trying to filter them according the following criterion:
A user can see all other users if their “Date From” (a field in Users’ table) falls within the range of 1 month before and 1 month after of other users.
So for example, if my Date From is June 10th, I’d like to see all users who have the value of their Dates From between May 11th, and July9th.
So far, I’ve been trying to play around with date range, but to no avail; any recommendations?
Much appreciated in advance.
The 2 constraints would both be enforced, right?
the current user’s Date From could be before OR could be after the current cell’s Date From.
I’d like to get either/or to catch all users who meet both criteria