Hi folks
- In my DB I have "2019-05-29 17:30:00"
- My field shows the Set Data Type is "DATETIME"
RESULT = NO
My search field has
- Live Value/2 as "now" (no quotes on field, just shown here to be clear)
- Match/3 as "Future (> or =)"
RESULT = YES
My search field has
- Live Value/2 as "2019-05-22 11:09:41" (no quotes on field, just shown here to be clear)
- Match/3 as "Future (> or =)"
- DEBUG OUTPUT shows "AND t1.date >= '2019-05-22 11:09:41'"
Any tips/clues/questions
Thanks
Jon