Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions _docs/latest/dashboards/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,28 +67,32 @@ If there are no results, you can tell Metabase to skip sending the email.

Here you can set filters to apply when Metabase sends the subscription.

### Attach results
## Attach results

Tell Metabase if it should attach results to the email as a file, in addition to displaying the table in the email body.
When configuring a subscription, you can tell Metabase if it should attach results to the email as a file, in addition to displaying the table in the email body.

If you've added filters to your dashboard and set default values for those filters, Metabase will apply those default values to your subscriptions, filtering the results of all questions that are connected to those filters when the subscriptions are sent. To learn more, check out [dashboard filters](./filters).

#### File format
### File format

You can choose between the following file formats:

- .csv
- .xlsx
-
#### Use unformatted values in attachments

### Use unformatted values in attachments

If you check this box, Metabase will drop any visualization settings applied to the questions' results (e.g., date formatting) and send only the raw, unformatted results.

#### Questions to attach
### Questions to attach

Here you can specify which questions Metabase should attach results for. If you don't select any questions, Metabase won't send any attachments.

The attached files will include up to 1 048 575 rows by default (Excel's row limit for spreadsheets). If you're self-hosting Metabase, you can adjust this row limit by setting the environment variable [`MB_ATTACHMENT_ROW_LIMIT`](../configuring-metabase/environment-variables#mb_attachment_row_limit). To change this row limit on your Metabase Cloud instance, you can [contact us](/help-premium) and request a different row limit.

Here you can specify which questions Metabase should attach results for.
### Send only attachments (no charts)

The attached files will include up to 1 048 575 rows by default. If you're self-hosting Metabase, you can adjust this row limit by setting the environment variable [MB_ATTACHMENT_ROW_LIMIT](../configuring-metabase/environment-variables#mb_attachment_row_limit). To change this row limit on your Metabase Cloud instance, you can [contact us](/help-premium) and request a different row limit.
You can toggle on "Send only attachments (no charts)" if you want to receive just the .csv or .xlsx files without the charts. Remember to select the results you want to attach in "Questions to attach" above the toggle.

## Slack subscription options

Expand Down
20 changes: 12 additions & 8 deletions _docs/v0.56/dashboards/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,28 +65,32 @@ If there are no results, you can tell Metabase to skip sending the email.

Here you can set filters to apply when Metabase sends the subscription.

### Attach results
## Attach results

Tell Metabase if it should attach results to the email as a file, in addition to displaying the table in the email body.
When configuring a subscription, you can tell Metabase if it should attach results to the email as a file, in addition to displaying the table in the email body.

If you've added filters to your dashboard and set default values for those filters, Metabase will apply those default values to your subscriptions, filtering the results of all questions that are connected to those filters when the subscriptions are sent. To learn more, check out [dashboard filters](./filters).

#### File format
### File format

You can choose between the following file formats:

- .csv
- .xlsx
-
#### Use unformatted values in attachments

### Use unformatted values in attachments

If you check this box, Metabase will drop any visualization settings applied to the questions' results (e.g., date formatting) and send only the raw, unformatted results.

#### Questions to attach
### Questions to attach

Here you can specify which questions Metabase should attach results for. If you don't select any questions, Metabase won't send any attachments.

The attached files will include up to 1 048 575 rows by default (Excel's row limit for spreadsheets). If you're self-hosting Metabase, you can adjust this row limit by setting the environment variable [`MB_ATTACHMENT_ROW_LIMIT`](../configuring-metabase/environment-variables#mb_attachment_row_limit). To change this row limit on your Metabase Cloud instance, you can [contact us](/help-premium) and request a different row limit.

Here you can specify which questions Metabase should attach results for.
### Send only attachments (no charts)

The attached files will include up to 1 048 575 rows by default. If you're self-hosting Metabase, you can adjust this row limit by setting the environment variable [MB_ATTACHMENT_ROW_LIMIT](../configuring-metabase/environment-variables#mb_attachment_row_limit). To change this row limit on your Metabase Cloud instance, you can [contact us](/help-premium) and request a different row limit.
You can toggle on "Send only attachments (no charts)" if you want to receive just the .csv or .xlsx files without the charts. Remember to select the results you want to attach in "Questions to attach" above the toggle.

## Slack subscription options

Expand Down
21 changes: 12 additions & 9 deletions _site/docs/latest/dashboards/subscriptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -4887,31 +4887,34 @@ <h3 id="set-filter-values-for-when-this-gets-sent">Set filter values for when th

<p>Here you can set filters to apply when Metabase sends the subscription.</p>

<h3 id="attach-results">Attach results</h3>
<h2 id="attach-results">Attach results</h2>

<p>Tell Metabase if it should attach results to the email as a file, in addition to displaying the table in the email body.</p>
<p>When configuring a subscription, you can tell Metabase if it should attach results to the email as a file, in addition to displaying the table in the email body.</p>

<p>If you’ve added filters to your dashboard and set default values for those filters, Metabase will apply those default values to your subscriptions, filtering the results of all questions that are connected to those filters when the subscriptions are sent. To learn more, check out <a href="./filters">dashboard filters</a>.</p>

<h4 id="file-format">File format</h4>
<h3 id="file-format">File format</h3>

<p>You can choose between the following file formats:</p>

<ul>
<li>.csv</li>
<li>.xlsx</li>
<li>
<h4 id="use-unformatted-values-in-attachments">Use unformatted values in attachments</h4>
</li>
</ul>

<h3 id="use-unformatted-values-in-attachments">Use unformatted values in attachments</h3>

<p>If you check this box, Metabase will drop any visualization settings applied to the questions’ results (e.g., date formatting) and send only the raw, unformatted results.</p>

<h4 id="questions-to-attach">Questions to attach</h4>
<h3 id="questions-to-attach">Questions to attach</h3>

<p>Here you can specify which questions Metabase should attach results for. If you don’t select any questions, Metabase won’t send any attachments.</p>

<p>The attached files will include up to 1 048 575 rows by default (Excel’s row limit for spreadsheets). If you’re self-hosting Metabase, you can adjust this row limit by setting the environment variable <a href="../configuring-metabase/environment-variables#mb_attachment_row_limit"><code class="language-plaintext highlighter-rouge">MB_ATTACHMENT_ROW_LIMIT</code></a>. To change this row limit on your Metabase Cloud instance, you can <a href="/help-premium">contact us</a> and request a different row limit.</p>

<p>Here you can specify which questions Metabase should attach results for.</p>
<h3 id="send-only-attachments-no-charts">Send only attachments (no charts)</h3>

<p>The attached files will include up to 1 048 575 rows by default. If you’re self-hosting Metabase, you can adjust this row limit by setting the environment variable <a href="../configuring-metabase/environment-variables#mb_attachment_row_limit">MB_ATTACHMENT_ROW_LIMIT</a>. To change this row limit on your Metabase Cloud instance, you can <a href="/help-premium">contact us</a> and request a different row limit.</p>
<p>You can toggle on “Send only attachments (no charts)” if you want to receive just the .csv or .xlsx files without the charts. Remember to select the results you want to attach in “Questions to attach” above the toggle.</p>

<h2 id="slack-subscription-options">Slack subscription options</h2>

Expand Down
21 changes: 12 additions & 9 deletions _site/docs/v0.56/dashboards/subscriptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -4889,31 +4889,34 @@ <h3 id="set-filter-values-for-when-this-gets-sent">Set filter values for when th

<p>Here you can set filters to apply when Metabase sends the subscription.</p>

<h3 id="attach-results">Attach results</h3>
<h2 id="attach-results">Attach results</h2>

<p>Tell Metabase if it should attach results to the email as a file, in addition to displaying the table in the email body.</p>
<p>When configuring a subscription, you can tell Metabase if it should attach results to the email as a file, in addition to displaying the table in the email body.</p>

<p>If you’ve added filters to your dashboard and set default values for those filters, Metabase will apply those default values to your subscriptions, filtering the results of all questions that are connected to those filters when the subscriptions are sent. To learn more, check out <a href="./filters">dashboard filters</a>.</p>

<h4 id="file-format">File format</h4>
<h3 id="file-format">File format</h3>

<p>You can choose between the following file formats:</p>

<ul>
<li>.csv</li>
<li>.xlsx</li>
<li>
<h4 id="use-unformatted-values-in-attachments">Use unformatted values in attachments</h4>
</li>
</ul>

<h3 id="use-unformatted-values-in-attachments">Use unformatted values in attachments</h3>

<p>If you check this box, Metabase will drop any visualization settings applied to the questions’ results (e.g., date formatting) and send only the raw, unformatted results.</p>

<h4 id="questions-to-attach">Questions to attach</h4>
<h3 id="questions-to-attach">Questions to attach</h3>

<p>Here you can specify which questions Metabase should attach results for. If you don’t select any questions, Metabase won’t send any attachments.</p>

<p>The attached files will include up to 1 048 575 rows by default (Excel’s row limit for spreadsheets). If you’re self-hosting Metabase, you can adjust this row limit by setting the environment variable <a href="../configuring-metabase/environment-variables#mb_attachment_row_limit"><code class="language-plaintext highlighter-rouge">MB_ATTACHMENT_ROW_LIMIT</code></a>. To change this row limit on your Metabase Cloud instance, you can <a href="/help-premium">contact us</a> and request a different row limit.</p>

<p>Here you can specify which questions Metabase should attach results for.</p>
<h3 id="send-only-attachments-no-charts">Send only attachments (no charts)</h3>

<p>The attached files will include up to 1 048 575 rows by default. If you’re self-hosting Metabase, you can adjust this row limit by setting the environment variable <a href="../configuring-metabase/environment-variables#mb_attachment_row_limit">MB_ATTACHMENT_ROW_LIMIT</a>. To change this row limit on your Metabase Cloud instance, you can <a href="/help-premium">contact us</a> and request a different row limit.</p>
<p>You can toggle on “Send only attachments (no charts)” if you want to receive just the .csv or .xlsx files without the charts. Remember to select the results you want to attach in “Questions to attach” above the toggle.</p>

<h2 id="slack-subscription-options">Slack subscription options</h2>

Expand Down