Updates to Grist Functions (#125)

Clarify documentation for QUOTIENT, SUMPRODUCT, UUID, REPLACE, lookupOne, lookupRecords, and $group.
This commit is contained in:
Natalie Misasi
2022-02-12 23:38:24 -06:00
committed by GitHub
parent ec7bc9bef3
commit 2611d05c39
4 changed files with 39 additions and 19 deletions

View File

@@ -38,8 +38,9 @@ class Record(object):
Name: $group, rec.group
Usage: __$group__
In a summary view, `$group` is a special field containing the list of Records that are
summarized by the current summary line. E.g. `len($group)` is the count of those records.
In a [summary table](https://support.getgrist.com/summary-tables/), `$group` is a special field
containing the list of Records that are summarized by the current summary line. E.g. the formula
`len($group)` counts the number of those records being summarized in each row.
See [RecordSet](#recordset) for useful properties offered by the returned object.