Forum Discussion
pbrainard
4 years agoHelper III
Count between two dates OR
I want to be able to get a count of records where StartDate is less than (slider value) and EndDate is greater than (slider value) OR EndDate is blank. I got as far as setting up the sliders, but how...
- 4 years ago
Use COALESCE() to catch the scenario when the end date is blank.
pbrainard
4 years agoHelper III
Thank you!!