GitHub user saha23412 created a discussion: Export chart to .CSV\.ODS
I receive a response from the backend, and a table is built based on this response: <img width="877" height="505" alt="image" src="https://github.com/user-attachments/assets/1668f572-3146-4713-8bac-6a9aeda4f912" /> <img width="805" height="405" alt="image" src="https://github.com/user-attachments/assets/2bac0ba1-9f31-4930-b2d1-d4659645fbc1" /> In the future, I want to export this table in different formats: <img width="482" height="441" alt="image" src="https://github.com/user-attachments/assets/275079b5-1331-4295-8001-2804d87c2074" /> How can I export a graph in the required format based on the answer that was used to build the table? I tried to pass form_data, but I got an error: <img width="598" height="202" alt="image" src="https://github.com/user-attachments/assets/240c50cd-8f75-4a99-a8b1-72f62ca39eeb" /> There was also a problem that irrelevant data in the table was exported, for example: the table had 25 rows, but the Excel table exported had 16,596 rows. <img width="892" height="495" alt="image" src="https://github.com/user-attachments/assets/506c7bd1-98d3-4162-a23a-3dfc1599b8eb" /> What data, based on which the table was built, needs to be changed for form_data in order for this table to be successfully exported? Which fields from form_data are taken into account when exporting the table? Which fields are required? GitHub link: https://github.com/apache/superset/discussions/35846 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
