What I’m trying to do
I have created notes where I gather tasks by Priority. This is done with a simple query:
group by folder
group by filename
group by heading
priority is highest
This works perfectly for “highest”, “high”, “low” and “lowest”… but not for “normal”. I get this error:
Tasks query: do not understand query
Problem line: “priority is normal”
Things I have tried
I have searched Query documentation and this forum and am quite surprised to find no mention of the issue. Also, I’m aware I could probably replicate with Dataview, but I’m trying to keep it simple and avoid the Dataview learning curve.
If there’s no solution, my workaround is not to use “Normal” at all… every task must have one of the other 4 priorities.
Thanks for the help!