Browse Source

Merge pull request #948 from bitbytejoy/docs-typo-fix

Typo fixed
pull/952/head
Navi 3 years ago committed by GitHub
parent
commit
63c07fd79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/noco-docs/content/en/setup-and-usages/formulas.md

2
packages/noco-docs/content/en/setup-and-usages/formulas.md

@ -55,7 +55,7 @@ menuTitle: "Formulas"
| `+` | `column1 + column2 + 2` | Addition of numeric values |
| `-` | `column1 - column2` | Subtraction of numeric values |
| `*` | `column1 * column2` | Multiplication of numeric values |
| `-` | `column1 / column2` | Division of numeric values |
| `/` | `column1 / column2` | Division of numeric values |
> To change order of arithmetic operation, use round bracket parantheses `()`
> Example: `(column1 + (column2 * column3) / (3 - column4 ))`

Loading…
Cancel
Save