Skip to content
Snippets Groups Projects
Unverified Commit 4879d7d6 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

docs - mention of raw unformatted results (#41033)

parent 4bad5033
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ Metabase will export the raw results of a question without applying any of the [
## Exporting data via a public link
You can also create a [public link](../sharing/public-links.md) that people can use to download data in a specific format.
You can also create a [public link](../sharing/public-links.md#public-link-to-export-question-results-in-csv-xlsx-json) that people can use to download data in a specific format, as well as [raw, unformatted question results](public-links.md#exporting-raw-unformatted-question-results).
## Exporting question data via alerts
......
......@@ -47,6 +47,18 @@ To create a public link that people can use to download the results of a questio
![Public export](../images/public-export.png)
### Exporting raw, unformatted question results
To export the raw, unformatted rows, you'll need to append `?format_rows=false` to the URL Metabase generates. For example, if you create a public link for a CSV download, the URL would look like:
```html
https://www.example.com/public/question/cf347ce0-90bb-4669-b73b-56c73edd10cb.csv?format_rows=false
```
By default, Metabase will export the results of a question that include any formatting you added (for example, if you formatted a column with floats to display as a percentage (o.42 -> 42%)).
See docs for the [export format endpoint](https://www.metabase.com/docs/latest/api/public#get-apipubliccarduuidqueryexport-format).
## Simulating drill-through with public links
Metabase's automatic [drill-through](https://www.metabase.com/learn/questions/drill-through) won't work on public dashboards because public links don't give people access to your raw data.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment