Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 11g: How to pass specific column value to filter another report?

Hi Gurus,
I have a unique problem. I want to pass a value from Report 1 (lets say "employee code") to Report 2 and filter based on the condition below
Report1=>Employee_Code=Report2=>Manager_Code
Can you please let me know how it can be done? I tried to make the question simple to understand, but I can elaborate if required.
Thanks in advance.
Regards
Sudipta
Answers
-
Go URL:
http://docs.oracle.com/middleware/1221/biee/BIEIT/apiwebintegrate.htm#BIEIT365
OBIEE 10G/11G - Passing Filters through the Go and Dashboard URL [Gerardnico]
Just mentioned it yesterday in another thread.
0 -
Hi Christian,
How can I pass a value to a specific filter from Report 1 to Report 2? I want to pass the value of "Employee_Code" from Report 1 to target column "Manager_Code" of Report2
What would be the syntax in Go URL? Is there any other way to do the same?
Thanks for your help.
Regards
Sudipta
0 -
Have you looked at the documentation link and Nico's page? They describe precisely how that works.
You pass values from the originating analysis into the Go URL by using the URL parameter interface of any normal URL action:
0 -
If you want to filter results based on the other report you can go to filter and use the option Filter results based on result of another analysis, there you can specify the column u want to filter the results on.
Let me know if it helps.
0