cancel
Showing results for 
Search instead for 
Did you mean: 

Landing Page for Choosing the dashboards

Ullas
7 - Data Storage
7 - Data Storage

Hi, 

I am trying to create a landing page using Blox, where it should allow users to click a button and it shows the list of dashboard under that category. I could not find any resources where this is achieved. It would be great If I can get some leads on this. Thanks in advance

screen 1: Dashboard Category Names

Ullas_0-1696943418968.png

screen 2 : this should display a clickable list of dashboards available (buttons preferably)

Ullas_1-1696943454504.png

 

1 REPLY 1

rapidbisupport
10 - ETL
10 - ETL

Hi @Ullas,

You can achieve this using the a few BloX Widgets containing JTD Action in an ActionSet & Tabber for the groups. In theory, you could use the tabber to show and hide the 'groups of dashboard JTDs' shown in a BloX control.

rapidbisupport_0-1700183071800.png

Some code below for the editor:

 

 

{
    "style": "",
    "script": "",
    "title": "",
    "showCarousel": true,
    "body": [
        {
            "type": "Container",
            "items": [
                {
                    "type": "ActionSet",
                    "actions": [
                        {
                            "type": "JTD",
                            "title": "Dashboard1",
                            "style": {
                                "color": "black"
                            },
                            "data": {
                                "dashboardId": "",
                                "panelsToInclude": [],
                                "args": {
                                    "displayDashboardsPane": false,
                                    "displayFilterPane": true
                                }
                            }
                        },
                        {
                            "type": "JTD",
                            "title": "Dashboard2",
                            "style": {
                                "color": "black"
                            },
                            "data": {
                                "dashboardId": "",
                                "panelsToInclude": [],
                                "args": {
                                    "displayDashboardsPane": false,
                                    "displayFilterPane": true
                                }
                            }
                        },
                        {
                            "type": "JTD",
                            "title": "Dashboard3",
                            "style": {
                                "color": "black"
                            },
                            "data": {
                                "dashboardId": "",
                                "panelsToInclude": [],
                                "args": {
                                    "displayDashboardsPane": false,
                                    "displayFilterPane": true
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ],
    "actions": []
}

 

 

You'll need to adjust the dashboardIds and titles appropriately, and set up the JTD with reference to the documentation you can look at here:
Jump to Dashboard - Sisense under Technical Details

Let me know how you go?

Thanks,

Daniel

RAPID BI

[email protected]

RAPID BI - Sisense Professional Services | Implementations | Custom Add-ons

Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]