We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee5b87 commit 1bbcf75Copy full SHA for 1bbcf75
docs/Scripting/Custom Grouping.md
@@ -13,6 +13,7 @@ publish: true
13
14
- Define your own custom task groups, using JavaScript expressions such as:
15
- `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.
17
- There are loads of examples in [[Grouping]].
18
- Search for `group by function` in that file.
19
- Find all the **supported tasks properties** in [[Task Properties]] and [[Quick Reference]].
0 commit comments