Kevin
Well-known member
I've worked with using thread finder before but not with trying to include custom thread fields in my criteria. Below is exactly what I'm after.
I'll be having two custom thread fields, a start date and an end date. Neither field will be required and because I can't easily specify that end date is required when a start date is entered (and vice versa) either field may or may not have a value.
So what I'm after would be this:
Any insight appreciated. I don't need details about using finder in general or other basics, just how to incorporate using the custom forum fields into my criteria.
Thanks
I'll be having two custom thread fields, a start date and an end date. Neither field will be required and because I can't easily specify that end date is required when a start date is entered (and vice versa) either field may or may not have a value.
So what I'm after would be this:
Get a list of threads where...
- (Either Start Date has a value or End Date has a value) and;
- ((Start Date has a value and is today);
- or (Start Date has a no value and End Date has a value that is greater than or equal to today);
- or (Start Date has a value less than or equal to today and End Date has a value greater than or equal to today));
Thanks