mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) Fix broken markdown link in the doc-comment of VLOOKUP
Test Plan: No code changes Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2752
This commit is contained in:
parent
2b71cce88b
commit
ba9959b6af
@ -80,7 +80,7 @@ def VLOOKUP(table, **field_value_pairs):
|
||||
The returned object is a record whose fields are available using `.field` syntax. For example,
|
||||
`VLOOKUP(Employees, EmployeeID=$EmpID).Salary`.
|
||||
|
||||
Note that `VLOOKUP` isn't commonly needed in Grist, since [Reference columns](col-refs) are the
|
||||
Note that `VLOOKUP` isn't commonly needed in Grist, since [Reference columns](col-refs.md) are the
|
||||
best way to link data between tables, and allow simple efficient usage such as `$Person.Age`.
|
||||
|
||||
`VLOOKUP` is exactly quivalent to `table.lookupOne(**field_value_pairs)`. See
|
||||
|
Loading…
Reference in New Issue
Block a user