Does anyone know how to compare dates in a query view selection formula when the date field is multi value?
I can get documents with a single value date that is < @Now. But I can’t figure out how to get docs where the dates are multi value. Since the exploding to show multi value as separate entries happens on the notes side, I’m guessing that DB2 is comparing the whole concatenated date string, but I don’t know what to do about it.