Forum Discussion

PFowler's avatar
PFowler
New Contributor II
4 months ago

Retrieve the name of the dashboard tab that I am looking at

Hi All,
So I'm working on a dashboard that is tabular and each tab is linked to a different cube view component that are independent of each tab. All the tabs in the dashboard have one header with buttons that allows you to execute multiple different functions. Since each tab is tied to a different cube view I want one of the buttons in the header to perform a function based on which tab in the dashboard I am in. Is there a way to retrieve which tab I am in currently in a finance rule?

 

P.S- If there isn't a solution I can create two buttons that do similar functionality but the functionality is based on which tab they are in.

  • pranav46's avatar
    pranav46
    Contributor II

    will this going to help? I believe you would have multiple dashboard which are embedded to main dashboard.

     

    • PFowler's avatar
      PFowler
      New Contributor II

      Can you expand on your thought process? 

      • pranav46's avatar
        pranav46
        Contributor II

        To understand, you wanted to execute particular function in a cube view which is embedded to dashboard,

        In a dashboard, you can call a BR and pass function which you can try.

        This is one of the solution dashboards which is embedded to the main dashboard. You can call your BR with particular function.