My OBIEE version is 12.2.1
My underlying database is Oracle 12c
There is an invoice analysis on a dashboard page that the auditors use to export data to a middleware solution for data sampling.
This works - but the auditors have asked if in addition to the analysis could do this directly, without using the middleware.
i.e. to add a parameter that is a free text percentage value, such that the report would give them a random X% slice of the data for review.
Say the report returns 1000 records with just the base filters on it, and they have also put 10 in the percentage box, is it possible for the report to give them a random set of 100 records?
Is this possible, I do not have the first clue how to impose this kind of sampling in OBIEE?
Also would monetary unit sampling be possible?
Here they would put a monetary amount in a parameter box and it would look down a report pre-ordered by amount and every invoice that was cumulatively greater than that amount would be sampled.
So as before but the invoices in the analysis are presorted ascending by value, with the monetary unit 2000 being entered.
Invoice 100
Invoice 150 (total 250)
Invoice 500 (total 750)
Invoice 800 (total 1550)
Invoice 900 (total > 2000 so this invoice is sampled)
Invoice 1200 (total 1200)
Invoice 1300 (total > 2000 so this invoice is sampled)