Forum Discussion

cole_marquard's avatar
cole_marquard
Cloud Apps
01-10-2023
Solved

Exporting Widget to PNG not utilizing dashboard filters

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?

  • 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.

2 Replies

Replies have been turned off for this discussion
  • 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 
  • 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.