Jump to content

Possible to create a "home page" for a dashboard that has multiple buttons that then point to other Spotfire Library files


Jason Javoian

Recommended Posts

Say you have 40 different "tabs" for different dashboard views. Let's say these 40 tabs are actually 4 distinct files with 10 'tab's each, along the bottom.

How could one create a "homepage" of sorts where users can go - to one place - and see links to all 4 of the dashboards

Essentially, I'd like to make a 'homepage' dashboard with 4 buttons. Each button would then point to a different spotfire library file. Users would access each of the dashboards via this main homepage and would not need to know the direct links to each of the 4 dashboards.

Link to comment
Share on other sites

  • 1 month later...

You can create 4 buttons in text area of home page with the help of CSS and use "a href" for your other analysis links. For example:

 

.other {

position: relative;

height: 24px;

width: 120px;

background-color: rgb(40,110,186);

border-radius: 3px;

font-family: Arial;

border: solid 1px #1B70CD;

line-height: 24px;

}

.other:hover {

background-color: rgb(75,176,0);

 

}

 

 

 

Other Analysis

Similarly, you can create other links.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...