Skip to content

Commit 43e244b

Browse files
Merge pull request #19279 from mlobiondo-newrelic/mlobiondo/NR-339734-csv-export-limit-fix
fix: Update query CSV export limitations
2 parents e997431 + dc4475f commit 43e244b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/query-your-data/explore-query-data/dashboards/dashboards-charts-import-export-data.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ While powerful, exporting as a CSV has limitations. A few things to keep in mind
7676
* Export doesn't support aggregator functions like `average()`
7777
* Export doesn't support the `COMPARE_WITH` clause
7878
* In some scenarios, the UI may perform additional formatting of the data that’s not replicated in the exported CSV which may lead to small discrepancies (such as -1.1E-17 rendering as 0 in the UI but not in the CSV)
79-
* [Comments](/docs/nrql/nrql-syntax-clauses-functions/#comments) in NRQL may produce unexpected results.
79+
* You can't export the results of cross-account queries.
8080

8181
## Share a dashboard with your team [#share-dashboards]
8282

0 commit comments

Comments
 (0)