Skip to content

Commit b0480c1

Browse files
charliedowlerclaude
andcommitted
Add experimental banner to table calculation function pages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 954af86 commit b0480c1

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

references/table-calculation-functions/pivot-functions.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Pivot functions"
33
description: "Built-in functions for accessing values across pivot columns in your table calculations."
44
---
55

6+
<Info>
7+
**Table calculation functions are an Experimental feature.**
8+
9+
These functions may change or be updated without notice as we iterate. See [feature maturity levels](/references/workspace/feature-maturity-levels) for details.
10+
</Info>
11+
612
Pivot functions let you work with values across pivot columns in your results table. When you pivot a dimension in Lightdash, the values of that dimension become separate columns — pivot functions give you a way to reference and aggregate across those columns.
713

814
<Note>

references/table-calculation-functions/row-functions.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Row functions"
33
description: "Built-in functions for accessing values from other rows in your table calculations."
44
---
55

6+
<Info>
7+
**Table calculation functions are an Experimental feature.**
8+
9+
These functions may change or be updated without notice as we iterate. See [feature maturity levels](/references/workspace/feature-maturity-levels) for details.
10+
</Info>
11+
612
Row functions let you reference values from other rows without writing raw SQL window functions. They use the `${table.column}` syntax to reference fields in your results table.
713

814
<Note>

0 commit comments

Comments
 (0)