I tried
where !checked and scheduled and date(scheduled) < date(today)
sort date(scheduled) asc
but it doesn’t work.
My note is:
what I got is
I tried
where !checked and scheduled and date(scheduled) < date(today)
sort date(scheduled) asc
but it doesn’t work.
My note is:
what I got is
I think the scheduled property needs to be a date, not a link to a note, so just [[scheduled::2023-09-28]]
for example.