I need help setting up a date filter in views...
I have a start and an end date for my events. I want to display any and all events that will be on sometime in the next 30 days (starting or finishing). The only way I can think of to do this is to have the following logic:
startDate BETWEEN now AND now +30 days
OR
endDate BETWEEN now AND now +30 days
OR
now BETWEEN startDate AND endDate
I have a view setup that has the first two logics working (export attached), but I don't know how to get the third working.
Is this the best way to go about it, or is there an easier way?
| Comment | File | Size | Author |
|---|---|---|---|
| date_filter_view.txt | 7.67 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedAnyone able to help with this?
Comment #2
arlinsandbulte commentedHi,
I am just indiscriminately closing all support requests with no activity for more than 1 year.
If you consider this to still be a valid issue / support request, feel free to re-open.
BUT,
if you are re-opening this issue, please provide specific details on how this issue can move forward.
Thanks.