Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Issue with Navigation Reports in Obiee 11g

959186
Rank 1 - Community Starter
Hi
I had One Master and Detail report
Master Report having Columns from : Table A, Table B
Detail Reports having columns : Table C
where Tables A,B,C are joined in rpd . Now I am passing Table B. column to Detail report to filter it. My question is I also want to show Table A columns in Detail Report, But I dont want to query the database again for Table A and B . is there a way I can pass Table A column values to Detail report without Querying Database again??
0
Answers
-
Not really ....
Your details analysis contains columns from A, B, C, so the query will go on table A, B, C.
The only way to display something in an analysis without querying the DB for it is to display the value of a variable. But your use case don't use variables, so no.
0