Replies: 1 comment
-
You can wrap the value in quotes to help Dataview see it as a string rather than a date, e.g.
That should prevent Dataview from interpreting it as a duration of 101 minutes. |
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.
-
In my country
101 m
is read as "101 meters", but when I use this in an inline field, dataview believes it to be a "101 minutes", aka "1 hour, 41 minutes". How can I avoid this conversion into a date?Test-case:
Which produces the following:

Update: After searching for some similar phrasing, it seems like #1403 touches on the same issue, if I'm not mistaken
Beta Was this translation helpful? Give feedback.
All reactions