generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 487
Open
Labels
bugSomething isn't working.Something isn't working.
Description
What happened?
I'm currently using rounding to gather percentages on specific goals. Every once in a while, when the value is very close to a whole number, I get the entire value displayed with the additional digits. Here's a visual example:
DQL
table without ID round(length(filter(rows.file.frontmatter.exersize_goal, (t) => t = true))/length(rows.file.day), 2)*100 + "%" as ""
from "Daily Notes"
where note_date >= date(today) - dur(30 days)
and note_date <= date(today)
group by rows.file.day
JS
Dataview Version
1.9.14
Obsidian Version
0.5.68
OS
MacOS
Metadata
Metadata
Assignees
Labels
bugSomething isn't working.Something isn't working.