cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Exporting Widget to PNG not utilizing dashboard filters

cole_marquard
8 - Cloud Apps
8 - Cloud Apps

When exporting a widget using the rest API, the result does not include the dashboard filters that affect that widget, is there a way around this. Also is there a method to remove the dashboard title from the PNG that is returned?

1 ACCEPTED SOLUTION

cole_marquard
8 - Cloud Apps
8 - Cloud Apps

Just an interim solution, but utilizing the SisenseJS library, the widget can be loaded as an HTML element with dashboard filters. Once loaded as a HTML element, it can be turned into a png using HTMLtoCanvas or similar. Would be great to have this available via their api but this solution works for now for me.

View solution in original post

2 REPLIES 2

Benji_PaldiTeam
10 - ETL
10 - ETL

Hi @cole_marquard ,

It is a well-known limitation in Sisense that we have overcome in our code architecture.

We have 2 marketplace plugins that can help you with this limitation:

Export to PowerPoint

Presentation Builder

 

Feel free to reach out if you have any further questions or if you want to free trail our plugins.
We're always happy to help (: 
Paldi Solutions - Number #1 Sisense Plugins Developer 

cole_marquard
8 - Cloud Apps
8 - Cloud Apps

Just an interim solution, but utilizing the SisenseJS library, the widget can be loaded as an HTML element with dashboard filters. Once loaded as a HTML element, it can be turned into a png using HTMLtoCanvas or similar. Would be great to have this available via their api but this solution works for now for me.