Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Pass Presentation Variables to Drill down Reports

Hi All,
I have a report with a drill down report in a dashboard. I have created a dashboard prompt with 2 variable date prompts(Start date and End date) and few column prompts. When I run the report from the dashboard all the prompt values including variable prompts are getting applied to the main report but when I click on the drill down report only column prompts are getting applied but not variable prompt values.
I am using the below syntax for filters in drill down report:
"Date"."Start Date" <= (@{pv_start_date}{date '2016-01-01'})
"Date"."End Date" >= @{pv_end_date}{date '2016-01-01'}
Can anyone please help me how can I achieve this.
Note : I am using OBIEE 12.2.1.4.0 version.
Thanks in Advance for the help!!!!
Answers
-
Are you really talking about a "report"? A "report as in a BI Publisher object?
Or do you mean an "analysis"?
0 -
Thanks for your response.
I am talking about OBIEE report(Analysis) with drill down report on a dashboard not a BI Publisher object.
Thanks again for the help!!
0 -
"OBIEE report(Analysis)"
It's either an analysis or a report. An OBIEE report(analysis) is an oxymoron.
0 -
Thanks for your response.
Its report on a dashboard page. Here is my scenario:
Dashboard prompt with column and date presentation variable prompts.
Report 1 is on Dashboard page.Report1 has Report2 as Drill down report.
Column and presentation variable values are passed to Report1 but for Report2 presentation variable values are not passed. Only Column prompt values are passed to Report2.
Can you please suggest how can I achieve this.
0