TABLE WITHOUT ID
file.link AS "🔗zur Datei", date_format as "📅Wochentag", Notizen as "📆 Notizen"
FROM "4 Kalender/Tag"
where type="Kalender/Tag"
where this.file.name!=file.name
SORT file.name asc
thank you for the answer.
I have now found a clean solution
i have a question, can you display checkboxes in dataview table that you can click?
i have a dataview table and it shows me all open task, it would be great if i could check this task right away.
is this possible?
table without id file.link as "🔗zum Eintrag",date_format as "📆 Datum", tasks.text as "📂 Noch zu erledigende Aufgabe" ,notizen as "ℹ️ Notizen"
from "4 Kalender"
flatten file.tasks as tasks
where !tasks.completed
sort date