Adding filters to the "Left" and "Right" parameters on the Between filter

Options

I have a query that takes .3 seconds if I use AND statements in the table joins, but it takes more than 9 seconds if I use OR statements. Fortunately, there's a logic trick that lets me rewrite it all as AND statements and get the same outcome...except that I have to be able to add a timestamp_add_minutes filter on the "Right" parameter of a Between filter.

I just added that features request to the roadmap (https://xano.nolt.io/189), but @Michael Udinski , could you give me any idea of whether that's something you guys think you could do? If not, I need to restructure a bunch of data. It would be super helpful to know up-front whether I should dive into that extra work.

Thank you!!

Erin


Answers