Open TAB2 when a user clicks on Drill down chart from TAB1

Hello Everyone,

My requirement is: When a user clicks on a section in Pie-chart, it should open second TAB automatically and show relevant detail information on TAB2.

I can change content in TAB2 but how to I switch the TAB by clicking on TAB1 Chart?

Thanks
Taurean


Taurean (BOB member since 2005-08-15)

jus a suggestion.

Copy the current tab(s) and create a ditto copy of it & lay one over the other.
let’s say you have 2 tabs(Parent & child)

Now when the user clicks on a value/chart in parent, use dynamic visibility to hide the parent & show the child tab with the “selected item” as Item 2.

will try to post an example if i find the time :slight_smile:

Edit:
example enclosed
tab_dyn_visibility.zip (4.0 KB)


fixmyspcbar (BOB member since 2007-03-02)

Hi Taurean,
I’ve attached another example.
Look at it, and let me know if it is what you were looking for.

Hope this helps,

TEST_jump tab from drilldown.zip (4.0 KB)


Luca Spinelli :it: (BOB member since 2008-08-27)

That was cool idea. Thanks -Taurean.


Taurean (BOB member since 2005-08-15)