Need to modify this request to display the headers before the response.
<= On the left, there is a demonstration of the current code implementation, and the code itself is below. <=
=> On the right, there are the input data. =>
list rows.L.text
FROM "5. Daily/1. Daily"
FLATTEN file.lists as L
WHERE
meta(L.section).subpath = "What"
or
meta(L.section).subpath = "Where"
or
meta(L.section).subpath = "When"
or
meta(L.section).subpath = "How"
or
meta(L.section).subpath = "Why"
GROUP BY file.link
sort rows.file.cday desc
What I expect
If there’s no way to do it like that, perhaps there’s a way to present it in the form of a table?
No, I specifically want to enter data through paragraphs.
I know how to do it using inline field or YAML, but it’s inconvenient to enter there because you are limited to one line