You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope I'm just missing something really simple - but could use some help with sorting by a date property.
I have a date property "startdate: " that I would like to sort by...
The problem arises when the date is a link to the daily note. Whether or not the daily note exists throws off the sort.
I have tried: sort startdate and sort date(startdate) with no luck
TABLE without ID
file.link AS "Project",
startdate as Start, enddate as End,
status as Status
from "Projects/Work"
where (archive != true) and (status != "Done")
sort date(startdate) ASC
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I hope I'm just missing something really simple - but could use some help with sorting by a date property.
I have a date property "startdate: " that I would like to sort by...
The problem arises when the date is a link to the daily note. Whether or not the daily note exists throws off the sort.
I have tried: sort startdate and sort date(startdate) with no luck
TABLE without ID
file.link AS "Project",
startdate as Start, enddate as End,
status as Status
from "Projects/Work"
where (archive != true) and (status != "Done")
sort date(startdate) ASC
Appreciate any help from you legends!
Beta Was this translation helpful? Give feedback.
All reactions