rusackas commented on code in PR #42952: URL: https://github.com/apache/superset/pull/42952#discussion_r3746771502
########## docs/docs/using-superset/exploring-data.mdx: ########## @@ -352,6 +352,13 @@ The **Custom** time range picker accepts natural language expressions alongside These expressions are evaluated at query time, so saved charts always display data relative to the current date. +### Downloading Drill to Detail and Drill By Results + +The **Drill to detail** and **Drill by** modals, available from a chart's context menu, show the row-level +data behind a chart (or behind a specific data point, when one is selected). Use the **Download** button in +the modal's toolbar to export the rows currently displayed in the table as CSV or Excel (XLSX), without +leaving the modal. Review Comment: Good catch — updated the doc to say the export includes the full result set, not just the visible page. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
