Limiting Decimal place in Dataview (not DataviewJS)? #1379
Answered
by
blacksmithgu
ReaderGuy42
asked this question in
Q&A
-
I've used the
I'm using this for my movie and tv show database, to divide Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Aug 31, 2022
Replies: 1 comment 1 reply
-
In dataview, use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AB1908
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In dataview, use
round(variable, <number of places>)
. To remove all decimal places, useround(variable)
.