Here is my filter:
And(
Or(
IsBlank(Value(startDateExc.SelectedDate)),
HoursDate >= DateTimeValue(startDateExc.SelectedDate)
),
Or(
IsBlank(Value(endDateExc.SelectedDate)),
HoursDate <= DateTimeValue(endDateExc.SelectedDate)
)
)
whenever I change the start or end date to things where there should be records displaying in the gallery, it just doesn't. I am incredibly confused, and was wondering if there was some insight. I am comparing two dateTime values, and both are formatted the same. What am I missing?
Thanks for the help.


Report
All responses (
Answers (