Skip to content

Commit 1bbcf75

Browse files
committed
docs: Point readers to explanation of decimal places in group names
1 parent 3ee5b87 commit 1bbcf75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Scripting/Custom Grouping.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ publish: true
1313

1414
- Define your own custom task groups, using JavaScript expressions such as:
1515
- `group by function task.urgency.toFixed(3)`
16+
- See [[#Number property examples]] below for how floating point numbers are treated, if the precision (number of decimal places) is not specified.
1617
- There are loads of examples in [[Grouping]].
1718
- Search for `group by function` in that file.
1819
- Find all the **supported tasks properties** in [[Task Properties]] and [[Quick Reference]].

0 commit comments

Comments
 (0)