Export csv option on embedded visual

Hello, we’d like to embed table visuals into areas of our website.
We have noticed that when we do this, the Export options on the table are not there.

Is there anyway to enable these?

Hello Robert,

Please see this if it helps -amazon-quicksight-embedding-sdk - npm

by default the export is set to false under toolbarOptions

toolbarOptions: {
export: false,
undoRedo: false,
reset: false
},

Hope this gives some direction.

Cheers,
Deep

1 Like

thanks, that effects the toolbar for the dashboard only, not the table visual ellipsis.

this shows up in the dashboard embed:
image

this same table is missing that ellipsis when we use single visual embed.

thanks

Hello @halirob !

Are you still working through this problem or were you able to find a solution?

After looking into this I’m not sure there is an exact solution. Can I assume that you used the APIs rather than one click embedding? Also, will this be accessed by anonymous or registered users? I’m not sure that last part will make a difference but wanted to check.

It may be that you need to grant public access for users to export the data from the table:

Sorry, my last response was in reference to a different question.

We don’t have a solution for this as of yet.

When you embed a table visual, certain capabilities are gone like filtering and the export to csv options.

So because of this, we need to embed an entire dashboard instead of a single visual.

This is for registered users.

thx

1 Like

Hey @halirob

Thank you for following up! I think embedding the dashboard to retain he export options for tables is the best option.

yep, I wasn’t aware of the single visual limitations, but i am now.
I don’t’ think its a big deal for us.

1 Like