You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/04/13 06:19:10 UTC

[GitHub] [superset] SakshiTharkude opened a new issue, #19684: CSV EXPORT for PIVOT TABLES

SakshiTharkude opened a new issue, #19684:
URL: https://github.com/apache/superset/issues/19684

   Charts
   Creating charts selecting a particular visualization type , building queries
   For eg: It the selected visualization type is PIVOT TABLE 
   And i want to export the pivot table chart to a CSV file
   It gets exported but not appropriate
   It should to exported in the same format as for eg in the pivoted format only
   If suppose I create a pivot table of 3 matrix the csv file should  give the same output


-- 
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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] srinify commented on issue #19684: CSV EXPORT for PIVOT TABLES

Posted by GitBox <gi...@apache.org>.
srinify commented on issue #19684:
URL: https://github.com/apache/superset/issues/19684#issuecomment-1098568865

   Hey @SakshiTharkude the CSV export actually exports the data _underlying_ a chart. It's basically what's returned from the database :) 
   
   This is consistent and makes sense for all charts but I could see why it's confusing for Table and Pivot Table charts, where the "chart" closely resembles a tabular dataset (in which case, you may expect CSV to export that instead).
   
   I'm moving this to discussions as this is a cool feature request!


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org