Filtering Dates

How can I check if a date is included in an array of dates?

Contains and Does not contain both work with arrays.

I couldn’t find ‘contain or doesn’t contain’ in the filter settings.

How is that Date Range Selection column created?

Just as an aside - the name of the column suggests a Start Date and an End Date (ie. a range) rather than an array. What exactly are you trying to do?

I created the attendance feature within the edit model. The ‘Date Range Selection’ is the result of Usc’s selection of which column needs to be displayed.

That is not an array, it is a Joined List.

To check if something is in a Joined List, use “includes”, “doesn’t include”.

You should be careful with this. If all of your dates are not exactly midnight, then you will get unexpected results.

3 Likes

Oops, my mistake. Thank you for pointing that out.

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