Skip to content

Commit

Permalink
idiom
Browse files Browse the repository at this point in the history
  • Loading branch information
combinatorist authored Dec 22, 2024
1 parent 7fc6f48 commit ac0834d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/en/docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The methods available are:
- __`lt`__: (less than) find nearest (last) record with sort values < (before) the given values
- __`le`__: (less than or equal to) find nearest record with sort values <= (last before or first equal) the given values
- __`gt`__: (greater than) find nearest (first) record with sort values > (after) the given values
- __`ge`__: (greater than or equal to) find nearest (first) record with sort values >= (after or equal) the given values
- __`ge`__: (greater than or equal to) find nearest (first) record with sort values >= (equal or after) the given values
- __`eq`__: (equal to) find nearest (first) record with sort values == the given values

Example from [our Payroll template](https://templates.getgrist.com/5pHLanQNThxk/Payroll).
Expand Down

0 comments on commit ac0834d

Please sign in to comment.