Using Oracle Business Intelligence 11.1.1.7.150120
I have an analysis for defect counts by type. I want a grid that shows all the records (with the defect count and percent of total) and a Pareto that only shows the Top 15 defects. First thing I tried was to limit the Pareto chart by adding a TopN condition in the Selection steps, but that has two problems. First, it limits the data shown in the data grid, where I want all records shown. And second, it makes my Pareto show that the Top 15 records make up 100% of the population - which they don't.
Second thing I tried was to throw all the rest of the records into an "Other" group. But then the "Other" group is always shown as my top defect.
I'm trying to replicate the graph below where everything that isn't in the TopN is excluded on the graph only. Is there any way to suppress that one Other group from the Pareto output?
