Replies: 1 comment 4 replies
-
I do not understand the question - do you want tasks underneath of a specific header? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example, I have 100 DailyNote
They follow the following format:
#Feeling
XXX
#Task
XXX
#Review
XXX
Now, I want to use DataView to filter the specified date and remember "#Feeling" or "#Review" to form a table through weekly or monthly memory
The possible problem here is that there may be a lot of words under the Header.
They may newline, so general DQL (only one line can be written) doesn't seem to apply
What should I do please?
I know "where" can specify Header
But I can't use it on the fields of the table
Beta Was this translation helpful? Give feedback.
All reactions