Greetings,
Wanted to put in a request to be able to add this kind of code to Sheetgo Filter Query:
select * where A > date '"&TEXT(DATEVALUE("1/10/2020"),"yyyy-mm-dd")&"'
I’m guessing because of the double quotes to add the function is what’s throwing it off at the moment, and giving the error that the literal date is the wrong format.
There’s plenty of documentation that shows this code does work in a google sheet query:
i.e.
=QUERY(A1:C17,"select * where A < date '"&TEXT(DATEVALUE("1/10/2020"),"yyyy-mm-dd")&"'")
thanks in advance.
talk soon.