Dataview cannot sort whatever i do?

What I’m trying to do

Trying to SORT a very simple table but not working for some reason.Even if 1:1 copy a working example from dataview docs:

TABLE without ID
file.link AS "day"

SORT date
FROM "CYCLES"

Error i am getting: “Dataview: Unrecognized query operation ‘folder’”

Things I have tried

I’ve tried different folders, trying all SORT options, Changing “without id” table into one with ids, changing what i show in the table, non worked so far.

Found the issue:

SORT needs to be below WHERE. Good to know.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.