I am not very good with dataview and codes. I tried duck.ai for help. But without success. I want the dataview code working for not only the year 2024 (as mentioned below), but for example for 3 years. (i have my vault structured as: YYYY/MM/YYYY-MM-DD).
What I’m trying to do
TABLE rows.L.text AS "Gebeurtenissen"
FROM "01-JOURNALEN/11-Journalen/2024"
FLATTEN file.lists AS L
WHERE meta(L.section).subpath = "Gebeurtenissen"
GROUP BY file.link
SORT file.link
Sometimes I see YT tutorials where the creator copy pastes 10-20 instances of much the same thing because they do not know regex.
I think it was you who posted a regex usage example for Bases too. Thanks