Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 43 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
Cross-subject area prompts on dashboard

Hi All,
We created a dashboard which is based on a cross-subject area analysis. The data looks good, but we have to use two dashboard prompts to get it that way (both on the column used for the cross-subject area analysis - one on each subject area, respectively).
Is there a way to have only one prompt on the dashboard, instead of two? Or, at the very least ... automatically populate the second prompt with the value of the first.
OBIEE 11.1.1.9.x (OBIA 11.1.1.10.1)
Regards,
Charles
Answers
-
instead of a column prompt, use a variable prompt which populates a presentation variable. You can then use the presentation variable in the filter of the analyses on your dashboard.
0 -
Hi Joel,
Thanks. Does this mean we still keep one of the prompts? And, use a presentation variable in place of the other one?
Regards,
Charles
0 -
yep. Just use 1 variable prompt and in the filters of your analyses, you can use the presentation variable to pass the value/s selected in your dashboard prompt down to these analyses on your dashboard.
0 -
Hi Joel,
I've been experimenting with this, but haven't quite gotten it worked out yet. Any way you can break this down into a few more steps?
Charles
0 -
I think this may be a relevant article: Using the presentation variable with date prompt between ... as we also have a date-between prompt here. I've lost some of the context to translation though
0 -
Look at this to set up the variable prompt:
https://gerardnico.com/dat/obiee/obips/presentation_variable_initialization
You can then then reference your presentation variable in the filter of your analyses
Select the Presentation Variable option
Enter he name of your variable in the Variable Expr field
0 -
Hi Joel,
Thanks for the follow up! I am still working on this ... but, I think I'm almost there. One thing. Is there any way to test the value of the variable in real-time (see it somewhere inside the application or log)? I see a small data discrepancy and want to confirm what the value is.
Regards,
Charles
0 -
Several ways. One of which is to go to the Manage > Sessions menu in the Admin tool. Just select your session and you’ll see a list of all variables and their actual values.
0 -
Add a text block to your dashboard and just print out the value of the variable with @{variable-name} .
To see it in a log you would need to pass it to an analysis as parameter etc. would be longer and more complex than just display it.
The same work if you add a text view in your analysis itself.
0 -
Thanks Gianni. I was able to view that the variables were correctly being passed. In this case, I am getting both of them as dates, in the correct format (as it is a date prompt with the between operator).
@Joel Acha - I wasn't able to see them from the sessions ... but, thanks for the input.
Still testing this out, but seems to be working as intended.
Regards,
Chalres
0