cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple tabs in webI

Former Member
0 Kudos

Hi all

I have a scenario where the report should be displayed for different plants.

1) only one report, if we enter single plant in the prompt then only one tab, if we enter 3 different plants the report should dynamically show 3 different tabs one plant for each in the same report.

How ever this is not possible

2) so what I came up is different tabs for different plant. can any one please guide me how to assign plant value in the prompt to the each tab independently, what code I need to do at the report level so that each tab get assigned to different plant values

For ex: Report 1 tab should show Plant A data

Report 2 tab should show Plant B data

Or is there any workaround other than these two methods.

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Neither of these is possible. Prompts cannot be 'bound' to tabs in a report.

As the earlier poster mentioned, you would need to use report level filters, run the report for all plants.

So,

Tab1: Report filter to restrict data for plant1

Tab2: Report filter to restrict data for plant1

:

:

etc.

Best,

Srinivas

Former Member
0 Kudos

saathiyaa ,

Have you tried applying report level filters(quick filter)? For report 1 put filter on Plant A and so on...