Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slice CSV export from dashboard #1304

Closed
DaimonPl opened this issue Oct 10, 2016 · 15 comments · Fixed by #3280
Closed

Slice CSV export from dashboard #1304

DaimonPl opened this issue Oct 10, 2016 · 15 comments · Fixed by #3280
Labels
enhancement:request Enhancement request submitted by anyone from the community

Comments

@DaimonPl
Copy link

Slices have ability to export data to CSV but it's not possible to do from dashboard

It's possible to open slice from dashboard to do that, but after opening slice, all dashboard filtering is lost and has to be repeated in slice

@xrmx xrmx added the enhancement:request Enhancement request submitted by anyone from the community label Oct 10, 2016
@harryprince
Copy link

the same demand. need to export data in dashboard.

@pajachiet
Copy link

We also need this feature. It would allow to create a pure visualization consumer role. This role would have less permission than the gamma role : with the permission to see dashboards, to download the aggregated data, but not to explore freely the raw data on the slice view.

We did not dive in superset source code yet. Do you have an estimation of the complexity to implement it ?

@sergderevyanko
Copy link

Super useful feature!

@shrutimkrishnan
Copy link

We need the same feature - anybody able to bring csv export option on to dashboard without going into explore view?

@napjon
Copy link

napjon commented Aug 11, 2017

Same here, we need to disable "explore chart" option. We want to limit certain users to avoid all the hassle when they go to explore chart.

Export CSV is really crucial for analyst users.

@mistercrunch
Copy link
Member

Decided to tackle this since many care about it and it's very easy
#3280

@napjon
Copy link

napjon commented Aug 11, 2017

Awesome! Many thanks @mistercrunch!

@DaimonPl
Copy link
Author

Great :)

mistercrunch added a commit to mistercrunch/superset that referenced this issue Aug 15, 2017
mistercrunch added a commit that referenced this issue Aug 15, 2017
* [dashboard] add link to export CSV from dashboard

fixes #1304

* Fix tests
@DaimonPl
Copy link
Author

Unfortunately it does not work properly. Bug created in #3455

@solomoup
Copy link

solomoup commented Jul 28, 2021

Hello! I'm trying to export csv from dashboard. The problem appears in Public Role although i have enabled the "can csv on Superset" permission. As you can see in the image below "Export CSV" is not given as an option. As an Admin Role however the specific option is available. Do i need to do anything else in order to export CSVs from dashboard? Thanks in advance!
Χωρίς τίτλο

@pateli18
Copy link

@solomoup were you ever able to figure out the issue?

@solomoup
Copy link

@pateli18 Thanks for your reply. Unfortunately no. Actually Ι've noticed that Ι must log in as a user in order to be able to export data as csv. From public link of dashboard it's impossible despite the fact that Ι have enabled the "can csv on Superset" permission for the public role.

zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 17, 2021
…and highlighted (apache#1304)

* feat(plugin-chart-echarts): richtooltip  supports highliting and scroll

* fix: test

* fix: todo
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 24, 2021
…and highlighted (apache#1304)

* feat(plugin-chart-echarts): richtooltip  supports highliting and scroll

* fix: test

* fix: todo
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 25, 2021
…and highlighted (apache#1304)

* feat(plugin-chart-echarts): richtooltip  supports highliting and scroll

* fix: test

* fix: todo
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 26, 2021
…and highlighted (apache#1304)

* feat(plugin-chart-echarts): richtooltip  supports highliting and scroll

* fix: test

* fix: todo
@danielramirez
Copy link

@pateli18 Thanks for your reply. Unfortunately no. Actually Ι've noticed that Ι must log in as a user in order to be able to export data as csv. From public link of dashboard it's impossible despite the fact that Ι have enabled the "can csv on Superset" permission for the public role.

No news about this? This functionality is crucial for the platform. Currently I'm not able to do this even setting the permission to the Public role.

@jackgray
Copy link

jackgray commented Sep 1, 2024

@danielramirez you might find my gist useful. I recently got embedded dashboards working in a react app with csv exporting with slicing

https://gist.github.com/jackgray/138c780a0a9e3a59ab51af98da322119

@rusackas
Copy link
Member

rusackas commented Sep 5, 2024

@jackgray thanks... if you think there's a way that this can be improved by a PR (either code or docs) it would be appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement:request Enhancement request submitted by anyone from the community
Projects
None yet
Development

Successfully merging a pull request may close this issue.