cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

link between different tabs within same webi document ?

Former Member
0 Likes
3,524

.

hi,

Can we create a link between multiple tabs ( reports ) within a single webi document ?

I have two tabs in a single webi document , one at level of market segment ( block 1 , tab1 ) and another at level of cost center ( block 2 , tab 2) and I want to drill down from Market segment to cost center within same webi document .

View Entire Topic
Former Member
0 Likes
Former Member
0 Likes

Rogerio ,

In your case you passed a threshold value for conditional formatting .

I have a " group variable  ( gvar_function) "  in both the documents and lets say I follow your process and send group variable value from webi  report 1 to webi report 2 using "dummy prompt " , how can  I use that value ( of gvar_function )  to filter the report , I can certainly use in conditional formatting but how can use it to filter a block ,chart or entire report 

Former Member
0 Likes

Hi,

Try ,

assuming your filtering the block by [gvar_function] as a single value and its a tetxt object:

[passed gvar] = UserResponse("dummy")

[TEST] = if ([gvar_function] = [passed gvar];1;0)

and filter the block/report for [TEST] = 1.

Regards,

Rogerio