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
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Custom calculation is not working in 'Is Prompted' in OTBI

Hi,
I have created a OTBI analysis where i want to use a Custom calculation as 'Is Prompted' in the analysis filters.
Is there a way to do so?
Thanks
Answers
-
-
Hi @Nathan CCC ,
I tried doing this but it's not working.
The calculation I am using is:
FILTER("Learning Record Measures"."Learner Count" USING ("Assignment Status"."Sub Status" IN ('Bypass Completed', 'Completed', 'Exempted')))
Thanks
0 -
-
Hi @Nathan CCC ,
I don't want to show the prompt/filter in the detail report. Suppose if I create a pie that shows the completion and In Progress Learners, I am expecting that when I select the completion pie it should open a detail report that shows the details for all the learners who completed the Training. In the pie i am using this custom calculations that i mentioned above. So, I just want to use it into my prompt as a 'Is Prompted' filter to further make my action link work for the custom calculation as well.
Please let me know if my statement is clear.
Thanks
0 -
Hi,
Your question was how to make an analysis filter based on value selected in a prompt by user. The previous answer is the solution for that question. For all and every analysis that you will ever build for "is prompted" the formula of the column in the prompt must match the formula in the column in your filter in the where clause in your query in your analysis. That is what "is prompted" means.
"I don't want to show the prompt/filter in the detail report." That is ok. You cannot see a filter in the content of an analysis unless you add view "Filters". So if you do not do that then it will not be shown.
"I am expecting that when I select the completion pie it should open a detail". That is ok too. Assume you have built 2 analysis. Source analysis with a pie chart - how many learning items by learner by status. Detail analysis - like the list of learning item "titles" or something again by learner by status.
You have created an action link on the measure column to go to the other analysis. When user select the action the system is passing as parameters the values of the columns that match the columns in the filters in the target analysis for the row selected in the source analysis on the chart.
The number of learners who are "Completed, Bypass Completed, Exempted" is NOT needed as an "is prompted" filter in the target analysis to do this. That makes no sense. You just need the columns for the learner and the learning item status in both analysis with is prompted filters on these blue attribute columns in that target detail analysis. So on the source analysis you have a pie with 2 rows showing learner X completed 6 and learner Y completed 3. On the target detail analysis you have a "is prompted" on learner and sub status. When you select the action link it goes to the list of n learning items for the selected learner foe the selected status from the pie.
For example, when you click the 419 in the chart the action link goes the the detail analysis x2 showing the learning items with the learning item titles on page 2 for only those selected learners with those selected statuses
0