OBIEE 11g: Build a drill down detail on the count of records
Hello:
I have a summary report based on certain criteria shows the count of certain number of records for example, count(sales_id).
Region (North), Product Category(ABC) -> 15 (Sales record count using count(sales_id))
I want the ability to provide another detail report which will be the drill down of 15 that shows 15 sales records in detail.
The detail report will be invoked using the Action Link which has the BI navigation from the Measure Column (that has 15) to pass the list of sales_id's as the prompted filter based on the analysis results from the summary report.
Any idea on what I need to do in the summary report to pass the list of sales id's instead of the count 15? I do not want to display the sales_id's in the summary report.
Thanks
Sankar