Skip to content

Commit

Permalink
Merge pull request #300 from gristlabs/add-column-menu-updates-and-gl…
Browse files Browse the repository at this point in the history
…ossary-additions

add-column-menu-updates-and-glossary-additions
  • Loading branch information
nataliemisasi authored Jan 17, 2024
2 parents 6feb957 + 628a14d commit 1a5e2a7
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2 deletions.
10 changes: 8 additions & 2 deletions help/col-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,17 @@ To add a column, click on the "+" symbol in the header row to open the "Add Colu

![Add column](images/columns/columns-add-column.png)

The first option in the menu, "+ Add Column", will add a new, empty data column to your table.
The first option in the menu, "Add Column", will add a new, empty data column to your table.

*![Add new column](images/columns/columns-add-new-column.png)*
If you know what column type you need, the next option allows you to assign a type for your new column. Select a column type from the expanded menu.

*![Add new column type](images/columns/columns-add-new-column-type.png)*
{: .screenshot-half }

The third option, "Add formula column", will add a new formula column with the formula entry box immediately opened so you can begin entering your formula without additional clicks.

![Add formula column](images/columns/columns-add-formula-column.png)

"Hidden Columns" expands to show a list of columns hidden from this view that can be quickly added back.

*![Add hidden column](images/columns/columns-add-hidden-column.png)*
Expand Down
15 changes: 15 additions & 0 deletions help/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,17 @@ Examples of importing include:
- Calling Grist's API from a program and adding data read from another source
(see: [Grist API](rest-api.md)).


## Lookups

Lookup formulas allow you to "look up" data in other tables.

[lookupOne](references-lookups.md#lookupone) allows you to look up a single record in another table by matching some data across two tables, similar to Excel's VLOOKUP.

[lookupRecords](references-lookups.md#lookuprecords) allows you to look up multiple records in another table by matching some data across two tables.

Lookups can be combined with dot notation to pull data from referenced records. [Learn how.](references-lookups.md)

## Page

Grist documents are organized visually into pages. Each page allows
Expand Down Expand Up @@ -151,6 +162,10 @@ The order in which rows of a table are shown is called the sort order.
An example of changing the sort order of a table is given in the
[CRM tutorial](lightweight-crm.md#to-do-tasks-for-contacts).

## Trigger Formulas

A [trigger formula](formulas.md#trigger-formulas) is a formula that recalculates your data based on a set of conditions that you decide. They also allow you to clean data when a new value is entered ([watch webinar](https://www.youtube.com/watch?v=wwzm39ADslA&list=PL3Q9Tu1JOy_4p4g-uS_3LQrB_3Vm7CWe4&index=10&t=2282s){: target="\_blank"}), provide a sensible [default value](formula-cheat-sheet.md#setting-default-values-for-new-records) for a column or [create Time and Authorship stamps](formula-cheat-sheet.md#automatic-date-time-and-author-stamps).

## User Menu

The user menu is the menu that opens by clicking your profile icon in the top-right of Grist. From there you can manage your profile, add additional Grist accounts that you own, and see a list of team sites to which you have access.
Expand Down
Binary file modified help/images/columns/columns-add-column.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/columns/columns-add-hidden-column.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a5e2a7

Please sign in to comment.