Hi,
Looking for some guidance on an OTBI Report using a Data Model sql where the report layout is a Pivot Table and displaying Percentages.
Oracle Fusion - Report and Analytics
I have created a Data Model sql to analyse Payables Invoice Payments to determine whether they have been paid within N business days from a date.
Subject Areas and Analysis are not being used as I am initializing a custom function using the WITH statement prior to the main SQL statement.
The custom function can then be used to generate a date N business days from a date, plus allows for Public Holidays. Public Holidays are pre-defined in a Flex Value Set.
The sql does an initial grouping by Period and Paid_Target (On-time or Late) on SUM(invoice_amount).
The Pivot Table Layout can be created either using the Wizard or manually to display the SUM(invoice_amount) as a numeric value, no problems there.
But I would also like to include a % column to represent the SUM(invoice_amount) values as well.
I cannot find anywhere in the Report Layout that allows me to select the display as a Percentage.
There is Formating > Percentage, but that just adds a % character.
I have checked both the Data Source/Properties and the Pivot Table/Formula sections.
Is this achievable using the in-built Tools In Oracle Fusion - Report and Analytics?
Or do I have to create a custom XML template from sample XML data and use that, is that even possible ?
Rgds
Peter Brown
Oracle NZ