Skip to content

Commit

Permalink
removed per: from YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
royendo authored Nov 25, 2024
1 parent 092d0d9 commit 9694586
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docs/reference/project-files/metrics-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ In your Rill project directory, create a metrics view, `<metrics_view>.yaml`, fi
- **`order`** — using a value available in your metrics view to order the window _(optional)_
- **`ordertime`** — boolean, sets the order only by the time dimensions _(optional)_
- **`frame`** — sets the frame of your window. _(optional)_
- **`per`** - calculates the expression based on the parameter defined, cannot be used with simple measures _(optional)_
- **`requires`** — using a value available in your metrics view to set a required parameter, cannot be used with simple measures _(optional)_
- **`requires`** — using an available measure or dimension in your metrics view to set a required parameter, cannot be used with simple measures _(optional)_

```yaml
measures:
Expand Down

0 comments on commit 9694586

Please sign in to comment.