mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Updates to Grist Functions (#125)
Clarify documentation for QUOTIENT, SUMPRODUCT, UUID, REPLACE, lookupOne, lookupRecords, and $group.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user