Complexity in Elements Linking

Hi Gurus,
I have a requirement like below to display the data in webi 4.2 in single tab.

The webi report contains 3 tables table1, table2, table3 in same tab.

  1. When user opens the report he/she should see only one table Table1

2.If the User selects any value in table 1 , Table 1 should get hide and table 2 should display with details respect to the User selected value in table1.

3.Again if User select any value in Table 2 , Table 2 should get hide and Table 3 should display with details respect to the User selected value in table2.

Can someone help me achieve this please.

Thanks


sandy1982 (BOB member since 2017-10-11)

The way that I can think of to do this is to create 3 different webI documents. 1st would have your first block. Then you can use open document to make a hyper link based on clicking on a dimension, which would open up second report with second block containing details (you can even pass the value clicked on into a prompt for the linked document). then same for document 2 set up open doc hyperlink to doc 3.


erik.stenson :us: (BOB member since 2012-07-30)

Hi Erik,
Thanks for the inputs .Yes we could do that . however i need help on the logic to make that happen in a same report/ single tab. Like if the user clicks on a value in table 1, table 1 should disappear and table 2 should appear. Could you please help me with that.

Thanks


sandy1982 (BOB member since 2017-10-11)

I don’t know of a way to do that. Here is a video that shows the functionality. I don’t see a way to make things appear and disappear. I think that the way to get your requirement is using open doc. https://www.youtube.com/watch?v=8Es3fpb3Img


erik.stenson :us: (BOB member since 2012-07-30)