Find match time range for time i select

I need to check box if timedue is between time range i selected

Anyhelp please

Hey Korn, try this as your formula instead: thisRow.TimeDue >= thisRow.TimeRangeStart && thisRow.TimeDue <= thisRow.TimeRangeEnd. Hope this helps!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.