Skip to content

Commit 9ca292d

Browse files
Just Gimme the Link Fix (#270)
* Documentation edits made through Mintlify web editor * Documentation edits made through Mintlify web editor * Documentation edits made through Mintlify web editor * Documentation edits made through Mintlify web editor * Documentation edits made through Mintlify web editor * Documentation edits made through Mintlify web editor * Documentation edits made through Mintlify web editor --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent c365b9a commit 9ca292d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

guides/table-calculations/table-calculation-sql-templates/percent-of-group-pivot-total.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The percent of the group/pivot total will give you the percentage o
44
---
55

66

7-
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#here's-the-sql-you-can-copy-paste-to-calculate-the-percent-of-the-grouppivot-total)
7+
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#heres-the-sql-you-can-copy-paste-to-calculate-the-percent-of-the-group/pivot-total)
88

99
Here's an example of a percent of the total group/pivot:
1010

guides/table-calculations/table-calculation-sql-templates/percent-of-previous-value.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Percent of previous value"
33
desciption: The percent of previous value gives you the percent of a value compared to the value in the row above it.
44
---
55

6-
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#here's-the-sql-you-can-copy-paste-to-calculate-the-percent-of-the-previous-value)
6+
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#heres-the-sql-you-can-copy-paste-to-calculate-the-percent-of-the-previous-value)
77

88
Here's an example of a percent of previous value calculation:
99

guides/table-calculations/table-calculation-sql-templates/percent-of-total-column.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Percent of column total"
33
description: The percent of the column total will give you the percentage of each value in the column out of the total sum of the values in the column.
44
---
55

6-
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#here's-the-sql-you-can-copy-paste-to-calculate-the-percent-of-the-column-total)
6+
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#heres-the-sql-you-can-copy-paste-to-calculate-the-percent-of-the-column-total)
77

88
Here's an example of a percent of the total column:
99

guides/table-calculations/table-calculation-sql-templates/rank-in-column.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Ranking values in a column is when you set every value as a number
44
---
55

66

7-
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#here's-the-sql-you-can-copy-paste-to-calculate-your-rank-in-column)
7+
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#heres-the-sql-you-can-copy-paste-to-calculate-your-rank-in-column)
88

99
Here's an example of a percent change calculation:
1010

guides/table-calculations/table-calculation-sql-templates/rolling-window.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Rolling window"
33
description: Rolling windows, or lookbacks, calculate metrics like rolling averages using the current row combined with N previous rows. This can be useful for smoothing out volatile time series data to better understand long term trends.
44
---
55

6-
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#here's-the-sql-you-can-copy-paste-to-calculate-rolling-windows)
6+
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#heres-the-sql-you-can-copy-paste-to-calculate-rolling-windows)
77

88
Here's an example of a rolling window:
99

guides/table-calculations/table-calculation-sql-templates/running-total.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Running totals give you the sum of a value + all of the previous va
44
---
55

66

7-
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#here's-the-sql-you-can-copy-paste-to-calculate-a-running-total)
7+
[Just gimme the code! <Icon icon="bug" iconType="solid"/>](#heres-the-sql-you-can-copy-paste-to-calculate-a-running-total)
88

99
Here's an example of a running total:
1010

0 commit comments

Comments
 (0)