✆ UAE: +971 58 5616 616, ✆ USA:+14099168409,   ✉ info@insightcubes.com

Expand/Collapse Filters, Switch to Table/Chart view, & Library Popup

Some of the functionalities InsightCubes used for ease of navigation, filtering, and best use of space in dashboards.
In this blog post you will find the following technical functionalities:

  • Expand and Collapse filters
  • Switch Table/Chart View
  • Library Popup

Read on to learn exactly how to expand and collapse filters, switch to the table/chart view, and use the Library Popup.

1. Expand/Collapse global filter pane

Collapsed Global Filter Pane – figure 1.1

In Figure 1.1 the Global Filter Pane is collapsed, allowing the Animation bar, Logo, and dynamic text widget to be visible.
A filter button is placed in the far right of the screen, once clicked, the global filter pane expands upwards hiding the topmost section, and downwards pushing the tab strip to the designated pixel placement needed, and the button switches to close Global Filter Pane icon.

Global Filter Pane expanded

When expanded, the Global filter sets all filtering widgets to visible.

Collapse Global Filter Pane on click fx
     // expand global selections section
     SHAPE_Top_pane_hide.setVisible(true);
     // first command is to set the global panel and tabstrip to the correct height
     Panel_Context.getLayout().setHeight(145);
     Panel_Context.getLayout().setTop(5);
     TabStrip.getLayout().setTop(155);
     Side_Popup.getLayout().setTop(155);
     ICO_Chart.getLayout().setTop(165);
     ICO_Table.getLayout().setTop(165);

     this.setVisible(false);
     SHAPE_Top_pane_hide.setVisible(true);
     Panel_Context.setVisible(true);
     Panel_Dimension_Filter.setVisible(true);
     Panel_6.setVisible(true);
     BTN_Expand_Panel_Context.setVisible(false);
     BTN_Close_Panel_Context.setVisible(true);
     Panel_SettingsGroup.setVisible(true);

2. Switch to Table/Chart view

On run time, our dashboard is set to show the reports (tables), so we have the Chart icon set to visible and the table icon set to invisible on initialization. This setting will change upon click, and reverse the visibility according to which view is showing from the last click.

The icons can be placed on the Tab Strip to have them visible at all times, and help make use of any static space available on the dashboard.

InsightCubes SAP Analytics Designer application chart view
Switch to Chart fx

On run time, our dashboard is set to show the reports (tables), so we have the Chart icon set to visible and the table icon set to invisible on initialization. This setting will change upon click, and reverse the visibility according to which view is showing from the last click.

The icons can be placed on the Tab Strip to have them visible at all times, and help make use of any static space available on the dashboard.

    // sets charts and radio buttons in all tabs to visible, and hides tables and chart icon

    ////////////////Icons
    ICO_Table.setVisible(true);
    ICO_Chart.setVisible(false);

    ////////////////BS Tab
    BS_Chart_1.setVisible(true);
    BS_Chart_2.setVisible(true);
    BS_Chart_3.setVisible(true);
    RB_BS_Acct.setVisible(true);

    BS_Table.setVisible(false);

    ////////////////PL Tab
    PL_Chart_1.setVisible(true);
    PL_Chart_2.setVisible(true);
    PL_Chart_3.setVisible(true);

    RB_PL_Acct.setVisible(true);

    PL_Table.setVisible(false);
InsightCubes SAP Analytics Designer application table view
Switch to Table fx
    ////////Icons
    //makes chart icon visible and hides table icon
    ICO_Table.setVisible(false);
    ICO_Chart.setVisible(true);

    //everything below this line is to set tables in all tabs to visible and hides all charts and radio buttons
 
    ////////////BS Tab
    BS_Chart_1.setVisible(false);
    BS_Chart_2.setVisible(false);
    BS_Chart_3.setVisible(false);
    RB_BS_Acct.setVisible(false);

    BS_Table.setVisible(true);
  
    ///////////PL Tab
    PL_Chart_1.setVisible(false);
    PL_Chart_2.setVisible(false);
    PL_Chart_3.setVisible(false);
    RB_PL_Acct.setVisible(false);

    PL_Table.setVisible(true);

3. Library Popup

On click of the Library icon, the library popup appears

InsightCubes SAP Analytics Designer application library
Library Button
InsightCubes SAP Analytics Designer application popup library java script
On click fx
Library links to InsightCubes report Stories and Dashboards
Ok button in Popup settings set to close the library

Find more helpful SAP Analytics Designer How-tos on our SAP Analytics blog.

Recent Posts

account configuration guide for the consolidation extension

Account Configuration Guide

Consolidation Extensions’ Account Configuration Guide The Account Configuration Guide serves as a preconfigured administrative tool designed to guide users with specific roles to effectively manage

Configuration Starter Kit

Consolidation Extensions’ Configuration Starter Kit The configuration of the Consolidation Extension for SAP Analytics Cloud can be conducted using a preconfigured toolkit. The purpose is

Audit Trail Configuration Toolkit for the consolidation extension

Audit Trail Configuration Toolkit

Audit Trail Configuration Toolkit Audit Trail Configuration Toolkit provides a comprehensive set of tools and resources to help developers easily configure the behavior of the

Scope configuration guide for the consolidation extension

Scope Configuration Toolkit

Scope Configuration Toolkit With our Scope Configuration Toolkit, you can take control of your consolidation scopes with confidence and precision. This interface makes it extremely

Get in Touch

Learn more and ask us About Our Cloud Consolidation Solution

Share This Post

Share this Page!

Share this with your network.

Want to Know More?

Get In Touch

Something isn’t Clear?


Feel free to contact us, and we will be more than happy to answer all of your questions.