Skip to content

Commit

Permalink
fix typo in col-refs.md (#277)
Browse files Browse the repository at this point in the history
correct the section name to that shown in the screenshot, also confirmed the correct name in production Grist UI
  • Loading branch information
X1011 authored Oct 27, 2023
1 parent 10e771f commit a204b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help/col-refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ doesn't exist in the `Clients` table:

A big benefit of reference columns is that they allow you to easily bring in multiple columns from
the underlying table. In our example, if you wanted to bring in `$Client.Contact` to the `Projects`
table, you can just select the `Contact` column from the `Add Reference Columns` section and it will be
table, you can just select the `Contact` column from the `Add Referenced Columns` section and it will be
automatically added to the `Projects` table:

![Additional columns inserted](images/column-ref-other-columns.png)
Expand Down Expand Up @@ -175,4 +175,4 @@ To view a record's unique ID, add a new column with the formula = [`$id`](formul

We can see that the value in the Full Name column for the record with Row ID =`2` is `Dowbakin, Daniella`. If we revert back to our original settings for the Instructor column of the Classes table, where `Full Name` was selected under Show Column, we see that the Full Name value associated with `Staff[2]` is `Dowbakin, Daniella`.

*![columns-reference-explanation-fullname](images/columns/columns-reference-explanation-fullname.png)*
*![columns-reference-explanation-fullname](images/columns/columns-reference-explanation-fullname.png)*

0 comments on commit a204b5c

Please sign in to comment.