Forum Discussion

Jack_Machesky's avatar
Jack_Machesky
Cloud Apps
06-13-2024
Solved

Drilling into a new style widget

Does anyone know of a way to drill into one style of widget, and turn the drill to widget into a new style? For example, drilling into a bar of a bar graph and displaying a pivot table of names from ...
  • AssafHanina's avatar
    06-18-2024

    Hey Jack_Machesky ,

    It sounds like you want to provide viewers with a control to switch between different chart types.

    In general, Sisense widget types do not share common panels, which can limit chart switcher options because the metadata panels differ between types.

    Possible Solutions: 

    1. Widget Script for Switching Chart Types:
      Referencing to the following Article - it's possible to add a widget script which allow viewers to switch between the following widget types - (line/bar/column/pie/area chart)
    2. Jump to Dashboard Plugin: 
      the plugin allow option to drill from the main dashboard into a Drill dashboard which can contain different widget types (by predefined) and for additional information which doesn't necessary require in the main dashboard.

    3. Tabber Plugin: 
      The Tabber add-on creates a new widget that allows you to switch between views easily and quickly without changing the dashboard. 
      The widgets are predefined by the Designers and displayed according to the Viewers click. 
      Using Tabber can Increase the Dashboard Load time as it require more widgets to Load even if those are not displayed.

    4. Premium Plugins: 
      as mentioned above or by customize solution

    Best Regards