Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 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
how to create dashboard prompt for union analysis in otbi?

User_B857U
Rank 1 - Community Starter
0
Answers
-
Hi @User_B857U ,
Try the below:- Create the Dashboard Prompt:
Go to New → Dashboard Prompt.
Select a subject area that contains the column you want to prompt (e.g., Business Unit, Department).
Add the column as a Column Prompt.
Set it to populate a presentation variable, e.g., P_BU. - Modify Each Query in the Union Analysis
Open your union analysis.
For each query block, apply a filter using the presentation variable:
sql
"Business Unit"."Name" = @{P_BU}
This ensures that the prompt value is passed to all parts of the union. - Add the Prompt and Analysis to a Dashboard
Create a new dashboard or edit an existing one.
Add the dashboard prompt to the top section.
Add the union analysis below it.
Ensure the prompt is set to apply to the entire dashboard page.
Check the below as it might be helpful:
Creating Analyses and Dashboards in Oracle Transactional Business Intelligence
Thanks,
Riyaz Ali0 - Create the Dashboard Prompt: