Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 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
Based on prompt selection display the reports

Hi There,
I have three prompts A, B, C and 3 reports(Report 1, Report 2,Report 3). Based on prompt selection i want to see the individual report at a time by using section condition.
Condition is:
when i select the Prompt A value then i want to see Report 1 only.(B and C prompts defaults to All Column values)
when i select the Prompt A &B then i want to see Report 2 Only. (C prompt defaults to All Column values)
when i select the Prompt A & B & C then i want to see Report 3 Only.
I have created 3 analysis for 3 different sections.
In 1st Analysis , A is prompted.
In 2nd Analysis, A and B is prompted.
In 3rd section, A and B and C is prompted.
When i select Prompt A and B then am able see Report 1 and Report 2 in my dashboard, but actually need to show only report 2.
Please suggest me.
Thanks in Advance!
Answers
-
Hi,
And what's the question?
Because it looks a bit like "do my work for me" right now ...
You have the logic, you have the concepts (conditions to show or hide sections of a page).
So what did you try? What is working? What isn't working?
0 -
Hi Gianni, Thanks for reply.
Am facing the problem like when i choose Prompt A and B then report 1 and report 2 are displaying in dashboard, but only report 2 need to display.
Prompts Selected: A and B
I have taken section conditions:
For section 1 --> In analysis i have taken A is prompted and in section condition row count>0
For section 2 --> In analysis i have taken A & B is Prompted and in section condition row count >0
In dashboard am able to both reports 1, 2 but actually need to display report 2 only.
Please suggest what filters need to take in different analysis for the section conditions.
Thanks
0 -
How does your "condition 1" looks like in OBIEE? You probably forgot to add to that condition that you want Prompt A to have a value selected, but you also want Prompt B and C without any value selected.
So you have to "extend" your "condition 1" by adding the part checking for Prompt B and C.
0 -
How does your "condition 1" looks like in OBIEE?
I have created analysis with one column A and added filter A is Prompted. Am using this analysis in section condition where row count>0.
So you have to "extend" your "condition 1" by adding the part checking for Prompt B and C.
Please suggest how to extend B and C to condition 1.
I have tried filter for condition 1 like below, but i didn't get.
A is prompted
AND @{B} = '(All Column Values)'
AND @{C} = '(All Column Values)'
Please correct me.
Thanks
0 -
There is (was?) a value to use to match the "all column values", but I just can't remember it ...
@Christian Berg, @Joel Acha I'm sure one of your 2 has it in mind
0 -
You mean *)nqgtac(* ?
0 -
Hi Gianni, Chriian Thanks for the reply.
My problem is resolved.
I have used single space(' ') for the All column values in report criteria.
When we choose the All column values or select values then presentation variable captures the single space (' ').
conditions :
For 1st Analysis
2nd Analysis
3rd Analysis:
Thanks
0 -
ALL your filter criteria are waiting for variables........are you sure you're using the tool as it is intended??
0 -
Yes Christian ,
All filters are wait for variable and based on variable pass to the filters the report(Analysis) will give data.
Thanks
0 -
My point is: if you are doing that then it might be worth questioning if the tool is being used correctly.
0