Cannot make duration appear in dataview Table #1758
Unanswered
MariosGkMeng
asked this question in
Q&A
Replies: 1 comment
-
This is currently not possible. There should be some open issues that talk about this. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I have some notes with a "created" field, like below:
created:: 2023-01-16
completed-at::
comm::
and then I append another field:
days:: '
=round((date(now) - this.created).days, 2)
'Now, when I use dataview in order to query such notes, I am NOT ABLE to get the value of the "days" field (see image)
The code I use to create the table:
Beta Was this translation helpful? Give feedback.
All reactions