Well that doesn't seem to 'compile' in the formula designer.
if my formula is like:
FILTER(mytable,
mytable.startdate >= x) this gives no problems.
if I try to use the AND :
FILTER(mytable,
mytable.startdate >= x AND mytable.enddate < y) this fails and gives an error, but the error itself is not explaining anything.
I wonder, what is the correct syntax to use the AND/OR with the FILTER function. as i've been trying multiple formats.